Painter implementations that can
serve as building blocks for more complex painters.See: Description
| Class | Description |
|---|---|
| CoordinateSystemPainter |
Implementation of the
Painter interface that paints a coordinate
system, consisting of a grid and labeled coordinate axes. |
| CoordinateSystemPainters |
Methods related to
CoordinateSystemPainter instances |
| GeneralLabelPainterPredicate |
General implementation of a predicate that may be assigned to a
LabelPainter
in order to determine whether a label should be painted. |
| ImagePainter |
An
ObjectPainter that paints an image, filling the unit
square. |
| LabelPainter |
Implementation of an
ObjectPainter for strings that serve as
labels, to be painted with a certain font and layout |
| LabelPainter.LabelPaintState |
A class describing the state of a label that is about to be
painted.
|
| LabelPainterPredicates |
Methods to create predicates that determine whether labels should be
painted in a
LabelPainter, based on a LabelPainter.LabelPaintState. |
| StringBoundsUtils |
Utility methods for computing string bounds
|
| TooltipPainter |
A class that can be used to paint a tooltip at a certain location, given
in world coordinates
|
Painter implementations that can
serve as building blocks for more complex painters.
Copyright © 2019. All Rights Reserved.