Package | Description |
---|---|
com.bbn.openmap.omGraphics.awt | |
com.bbn.openmap.omGraphics.meteo |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
ShapeDecoration |
ShapeDecorator.removeDecoration(int index)
Removes a Decoration.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ShapeDecoration> |
ShapeDecorator.getDecorations()
Returns the decorations.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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