Uses of Class
gistoolkit.display.renderer.SimpleRenderer

Packages that use SimpleRenderer
gistoolkit.display.renderer   
 

Uses of SimpleRenderer in gistoolkit.display.renderer
 

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