Class | Description |
---|---|
IlvDefaultAreaRenderer |
This renderer translates a map feature whose geometry is a predefined
subclass of
IlvMapArea into an IlvGeneralPath ,
an IlvGraphicPath , or into an
IlvGraphicSet of the above if the geometry is an
IlvMapArea . |
IlvDefaultCurveRenderer |
This renderer translates a map feature whose geometry is a predefined
subclass of
IlvMapCurve into an IlvGeneralPath ,
an IlvPolyline or into an
IlvGraphicSet if the geometry is a subclass of
IlvMapCurve . |
IlvDefaultImageRenderer |
This renderer translates a feature whose geometry is an image
into an
IlvIcon . |
IlvDefaultMultiPointRenderer |
This renderer translates a map feature whose geometry implements
the
IlvMapMultiPointInterface into an
IlvGraphicSet
of graphic objects. |
IlvDefaultPointRenderer |
This renderer translates a map feature whose geometry is an
IlvMapPoint into an IlvMarker . |
IlvDefaultRasterRenderer |
This renderer translates a map feature whose geometry is an
IlvMapRaster into an IlvIcon using
a color model to directly translate the values of the raster
into colors. |
IlvDefaultTextRenderer |
This renderer translates a map feature whose geometry is an
IlvMapText into an IlvGraphic label. |
IlvIconPointRenderer |
This renderer translates a map feature whose geometry is an
IlvMapPoint into a fixed-size icon. |
IlvIntervalColorModel |
Implements a color model that performs a linear interpolation to compute
the pixel colors within intervals specified by the user.
|
IlvMapAreaRenderer |
IlvMapAreaRenderer is an area renderer that renders stylable
IlvGraphic objects, that is, objects that implement the
IlvMapGraphic interface.
. |
IlvMapAreaRenderingStyle |
This rendering style stores style parameters to render the areas.
|
IlvMapCurveRenderer |
IlvMapCurveRenderer is a curve renderer that renders
stylable IlvGraphic objects, that is, objects that implement
the IlvMapGraphic interface. |
IlvMapImageRenderingStyle |
This rendering style stores parameters to draw images.
|
IlvMapLineRenderingStyle |
This rendering style stores style parameters to draw lines.
|
IlvMapPointRenderer |
IlvMapPointRenderer represents a point renderer that renders
stylable IlvGraphic objects, that is, objects that implement
the IlvMapGraphic interface. |
IlvMapPointRenderingStyle |
This rendering style stores style parameters to render the points.
|
IlvMapRenderingStyle |
This is the base class of all classes that are used as rendering style.
|
IlvMapTextRenderer |
IlvMapTextRenderer is a text renderer that renders stylable
IlvGraphic objects, that is, objects that implement the
IlvMapGraphic interface. |
IlvMapTextRenderingStyle |
This rendering style stores style parameters to render the texts.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.