Uses of Interface
com.bbn.openmap.omGraphics.awt.ShapeDecoration

Packages that use ShapeDecoration
com.bbn.openmap.omGraphics.awt   
com.bbn.openmap.omGraphics.meteo   
 

Uses of ShapeDecoration in com.bbn.openmap.omGraphics.awt
 

Classes in com.bbn.openmap.omGraphics.awt that implement ShapeDecoration
 class AbstractShapeDecoration
          A minimal implementation of ShapeDecoration, adds members and accessors for graphic attributes : length : the decoration length, along the path to decorate width : the decoration width, normal to the path to decorate orientation : the decoration is on the left or on the right of the path stroke, paint : the stroke and paint to be used
 class CircleShapeDecoration
          A ShapeDecoration that draws a circle on the path.
 class LineShapeDecoration
          A decoration which is just a line.
 class SpacingShapeDecoration
          The most simple decoration : space.
 class TextShapeDecoration
          A ShapeDecoration that draws a text along a path
 

Methods in com.bbn.openmap.omGraphics.awt that return ShapeDecoration
 ShapeDecoration ShapeDecorator.removeDecoration(int index)
          Removes a Decoration.
 

Methods in com.bbn.openmap.omGraphics.awt that return types with arguments of type ShapeDecoration
 java.util.List<ShapeDecoration> ShapeDecorator.getDecorations()
          Returns the decorations.
 

Methods in com.bbn.openmap.omGraphics.awt with parameters of type ShapeDecoration
 void ShapeDecorator.addDecoration(ShapeDecoration decoration)
          Adds a Decoration at the end of the list.
 void ShapeDecorator.insertDecoration(int index, ShapeDecoration decoration)
          Inserts a Decoration.
 boolean ShapeDecorator.removeDecoration(ShapeDecoration decoration)
          Removes a Decoration.
 

Uses of ShapeDecoration in com.bbn.openmap.omGraphics.meteo
 

Classes in com.bbn.openmap.omGraphics.meteo that implement ShapeDecoration
 class ColdFrontShapeDecoration
          A ShapeDecoration for meteorological cold fronts.
 class HotFrontShapeDecoration
          A ShapeDecoration for meteorological hot fronts.
 class IceAreaShapeDecoration
          A ShapeDecoration for meteorological icy conditions.
 class TurbulanceShapeDecoration
          A ShapeDecoration for meteorological turbulance conditions.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details