Package gistoolkit.display.renderer

Class Summary
FeatureRenderer General calss for rendering all types of features in the GIS toolkit.
LineRenderer Created to render Lines in a single color, default color is black.
MultiLineRenderer Created to render shapes in a single colors, default colors are black border, no fill.
MultiPointRenderer Created to render shapes in a single colors.
MultiPolygonRenderer Created to render shapes in a single colors, default colors are black border, no fill.
PointImageRenderer Created to render Points as an image.
PointRenderer Created to render Points in a single color.
PolygonRenderer Created to render shapes in a single colors, default colors are black border, no fill.
RasterRenderer Created to render rastor images on the screen, typically used for imagery.
SimpleRenderer