See: Description
Interface | Description |
---|---|
ILcdGXYPathPainter |
Painter that can discretize shapes into
ILcdAWTPath and ILcdGeneralPath instances,
enabling them to be used in more complex shapes. |
Class | Description |
---|---|
ALcdGXYAreaPainter |
Provides
OUTLINED , FILLED and OUTLINED_FILLED modes to paint objects
which cover an area. |
TLcdGXYArcBandPainter |
Paints and locates
ILcdArcBand objects and enables visual editing of
ILcd2DEditableArcBand objects in an ILcdGXYView . |
TLcdGXYArcPainter |
Paints and locates
ILcdArc objects and enables visual editing of
ILcd2DEditableArc objects in an ILcdGXYView . |
|
Deprecated
use
TLcdGXYShapeListPainter instead. |
TLcdGXYBoundsPainter |
Paints and locates
ILcdBounds objects and enables visual editing of
ILcd2DEditableBounds objects in an ILcdGXYView . |
TLcdGXYBufferPainter |
Paints, locates and enables visual editing of
TLcdLonLatBuffer and
TLcdLonLatHeightBuffer objects in an ILcdGXYView . |
TLcdGXYCircleBy3PointsPainter |
Paints and locates
ILcdCircleBy3Points objects and enables visual
editing of ILcd2DEditableCircleBy3Points objects in an ILcdGXYView . |
TLcdGXYCirclePainter |
Paints and locates
ILcdCircle objects and enables visual editing of
ILcd2DEditableCircle objects in an ILcdGXYView . |
TLcdGXYCircularArcPainter |
Paints and locates
ILcdCircularArcBy3Points , ILcdCircularArcByBulge and ILcdCircularArcByCenterPoint
objects and enables visual editing of ILcd2DEditableCircularArcBy3Points ,
ILcd2DEditableCircularArcByBulge and ILcd2DEditableCircularArcByCenterPoint objects in an ILcdGXYView . |
TLcdGXYClippingPainterWrapper |
A wrapper for an ILcdGXYPainter which limits the painted region to an area delimited by a certain
set of shapes.
|
TLcdGXYCompositeCurvePainter |
Paints and locates
ILcdCompositeCurve objects and enables visual editing of
ILcdCompositeCurve objects in an ILcdGXYView . |
TLcdGXYCompositeLabelPainter |
This label painter composes a list of
ILcdGXYLabelPainter s into 1 label painter. |
TLcdGXYCompositeRingPainter |
Paints and locates composite ring objects, i.e. objects that are of type
ILcdCompositeCurve and ILcdRing ,
and enables visual editing of editable composite ring objects, i.e. objects that are of type
ILcdEditableCompositeCurve and
ILcdRing , in an ILcdGXYView . |
|
Deprecated
do not use.
|
TLcdGXYEllipsePainter |
Paints and locates
ILcdEllipse objects and enables visual editing of
ILcd2DEditableEllipse objects in an ILcdGXYView . |
TLcdGXYGeoBufferPainter |
Paints buffer shapes and enables visual editing of buffer shapes in an
ILcdGXYView . |
TLcdGXYHaloPainter |
Wrapper for a
ILcdGXYPainter that adds halo effects when painting objects. |
TLcdGXYIconPainter |
Paints and locates
ILcdShape objects as points and enables visual editing of
ILcd2DEditableShape objects as points in an ILcdGXYView . |
|
Deprecated
Use standard Java classes to implement an editor GUI for an icon painter.
|
|
Deprecated
Use standard Java classes to implement an editor GUI for an icon painter.
|
TLcdGXYImageIconPainter |
This
ILcdGXYPainter paints ALcdImage using icons at regular grid locations in
the view. |
TLcdGXYImagePainter |
Painter for ALcdImage objects in an
ILcdGXYView . |
TLcdGXYLabelPainterAdapter |
This label painter adapts an
ILcdGXYPainter into an ILcdGXYLabelPainter2 . |
|
Deprecated
TLcdGXYBufferPainter can paint and edit both TLcdLonLatBuffer and TLcdLonLatHeightBuffer objects.
|
TLcdGXYOffsetIconPainter |
Wrapper for an
ILcdGXYPainter that paints objects at a certain offset. |
TLcdGXYPointListPainter |
Paints and locates
ILcdPointList objects (including ILcdComplexPolygon ) and enables
visual editing of ILcd2DEditablePointList objects in an ILcdGXYView . |
|
Deprecated
use
TLcdGXYShapeListPainter instead. |
|
Deprecated
use
TLcdGXYShapeListPainter instead. |
TLcdGXYRoundedPointListPainter |
Paints and edits rounded polylines and polygons.
|
TLcdGXYShapeListPainter |
Paints and locates
ILcdShapeList objects and enables visual editing of
ILcdShapeList objects in an ILcdGXYView . |
TLcdGXYSurfacePainter |
Paints and locates
ILcdSurface objects and enables visual editing of
ILcdSurface objects in an ILcdGXYView . |
TLcdGXYTextPainter |
Paints and locates
ILcdText objects and enables visual editing of
ILcd2DEditableText objects in an ILcdGXYView . |
Enum | Description |
---|---|
TLcdGXYCircularArcPainter.CreationOrientation |
Enumeration describing if an arc-by-center should be created clockwise or counterclockwise.
|
TLcdGXYCompositeLabelPainter.IndexRemappingMode |
Possible index remapping modes.
|
TLcdGXYIconPainter.ScalingMode |
Possible icon scaling modes.
|
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
Many painters have a number of mode flags in various method arguments and painter settings. By way of overview, these are the most important types of modes that may be encountered:
ILcdGXYPainter
):
ILcdGXYEditor
):
ALcdGXYAreaPainter
):