public interface OMGraphicConstants
Modifier and Type | Field and Description |
---|---|
static int |
ADD_GRAPHIC_MASK
Graphic action descriptor mask - add a graphic.
|
static java.awt.Stroke |
BASIC_STROKE
A Basic Stroke.
|
static java.lang.String |
CHANGE_APPEARANCE
A string that can be used for a keyword into the OMGraphic attribute
hashtable.
|
static java.awt.Color |
clear
A transparent color.
|
static int |
DECIMAL_DEGREES
The float coordinates are in decimal degrees.
|
static int |
DECLUTTERTYPE_LINE
The graphic should be moved if it is going to share window space with
another graphic, and a line should be drawn from the new position to the
original position.
|
static int |
DECLUTTERTYPE_MOVE
The graphic should be moved if it is going to share window space with
another graphic.
|
static int |
DECLUTTERTYPE_NONE
The graphic should not be moved or be considered in the placement of
other graphics.
|
static int |
DECLUTTERTYPE_SPACE
The graphic should not be moved, but its position should be considered
when placing other graphics.
|
static double |
DEFAULT_ROTATIONANGLE
The default rotation andle to use for java.awt.Graphics2D objects.
|
static int |
DELETE_GRAPHIC_MASK
Graphic action descriptor mask - delete the graphic.
|
static int |
DESELECT_GRAPHIC_MASK
Graphic action descriptor mask - deselect the graphic.
|
static int |
DESELECTALL_GRAPHIC_MASK
Graphic action descriptor mask - deselect all graphics.
|
static int |
GRAPHICTYPE_ARC
An arc type - OMArc.
|
static int |
GRAPHICTYPE_BITMAP
A bitmap type - OMBitmap.
|
static int |
GRAPHICTYPE_CIRCLE
A ellipse/circle type - OMCircle.
|
static int |
GRAPHICTYPE_ELLIPSE
A ellipse type - OMEllipse.
|
static int |
GRAPHICTYPE_GRAPHIC
The generic graphic type.
|
static int |
GRAPHICTYPE_GRID
A grid type - OMGrid.
|
static int |
GRAPHICTYPE_LINE
A line type - OMLine.
|
static int |
GRAPHICTYPE_POINT
A point type - OMPoint
|
static int |
GRAPHICTYPE_POLY
A polygon/polyline type - OMPoly.
|
static int |
GRAPHICTYPE_RASTER
A raster type - OMRaster.
|
static int |
GRAPHICTYPE_RECTANGLE
A rectangle type - OMRect.
|
static int |
GRAPHICTYPE_TEXT
A text type - OMText.
|
static java.lang.String |
INFOLINE
A string that can be used for a keyword into the OMGraphic attribute
hashtable to designate something that would be displayed on the
InformationDelegator's information line for an OMGraphic.
|
static java.lang.String |
LABEL
A string that can be used for a keyword into the OMGraphic attribute
hashtable to designate something that would be displayed as a label for
an OMGraphic.
|
static int |
LINETYPE_GREATCIRCLE
Line will be drawn on the shortest geographical path between two
locations.
|
static int |
LINETYPE_RHUMB
Line will be drawn on a constant bearing between two points.
|
static int |
LINETYPE_STRAIGHT
Line will be drawn straight between window points.
|
static int |
LINETYPE_UNKNOWN
Line type is unknown.
|
static int |
LOWER_GRAPHIC_MASK
Graphic action descriptor mask - lower down relative to other graphics by
one.
|
static int |
LOWER_TO_BOTTOM_GRAPHIC_MASK
Graphic action descriptor mask - lower graphics below others.
|
static java.lang.String |
OMGRAPHIC_ELT |
static java.lang.String |
OMGRAPHIC_TYPE_ATTR |
static int |
RADIANS
The float coordinates are in radians.
|
static int |
RAISE_GRAPHIC_MASK
Graphic action descriptor mask - raise the graphic relative to others by
one.
|
static int |
RAISE_TO_TOP_GRAPHIC_MASK
Graphic action descriptor mask - raise the graphic on top of others.
|
static java.lang.String |
REMOVABLE
A string that can be used for a keyword into the OMGraphic attribute
hashtable.
|
static int |
RENDERTYPE_LATLON
The graphic should be projected relative to its lat/lon position.
|
static int |
RENDERTYPE_OFFSET
The graphic should be projected in window space relative to a lat/lon
position.
|
static int |
RENDERTYPE_UNKNOWN
Render type is unknown.
|
static int |
RENDERTYPE_XY
The graphic should be projected relative to its window position.
|
static int |
SELECT_GRAPHIC_MASK
Graphic action descriptor mask - select the graphic.
|
static int |
SORT_GRAPHICS_MASK
Graphic action descriptor mask - sort the graphics.
|
static java.lang.String |
TOOLTIP
A string that can be used for a keyword into the OMGraphic attribute
hashtable to designate a tooltip for an OMGraphic.
|
static int |
UPDATE_GRAPHIC_MASK
Graphic action descriptor mask - update the graphic.
|
static java.lang.String |
UPDATED
A string that can be used in the attributes to make a note that the
OMGraphic has changed, and its state should be updated somewhere.
|
static final int LINETYPE_UNKNOWN
static final int LINETYPE_STRAIGHT
static final int LINETYPE_RHUMB
static final int LINETYPE_GREATCIRCLE
static final int RENDERTYPE_UNKNOWN
static final int RENDERTYPE_LATLON
static final int RENDERTYPE_XY
static final int RENDERTYPE_OFFSET
static final int DECLUTTERTYPE_NONE
static final int DECLUTTERTYPE_SPACE
static final int DECLUTTERTYPE_MOVE
static final int DECLUTTERTYPE_LINE
static final int GRAPHICTYPE_GRAPHIC
static final int GRAPHICTYPE_BITMAP
static final int GRAPHICTYPE_TEXT
static final int GRAPHICTYPE_POLY
static final int GRAPHICTYPE_LINE
static final int GRAPHICTYPE_RECTANGLE
static final int GRAPHICTYPE_CIRCLE
static final int GRAPHICTYPE_RASTER
static final int GRAPHICTYPE_GRID
static final int GRAPHICTYPE_POINT
static final int GRAPHICTYPE_ARC
static final int GRAPHICTYPE_ELLIPSE
static final int DECIMAL_DEGREES
static final int RADIANS
static final java.awt.Color clear
static final java.awt.Stroke BASIC_STROKE
static final double DEFAULT_ROTATIONANGLE
static final int RAISE_TO_TOP_GRAPHIC_MASK
static final int LOWER_TO_BOTTOM_GRAPHIC_MASK
static final int DELETE_GRAPHIC_MASK
static final int SELECT_GRAPHIC_MASK
static final int DESELECT_GRAPHIC_MASK
static final int DESELECTALL_GRAPHIC_MASK
static final int ADD_GRAPHIC_MASK
static final int UPDATE_GRAPHIC_MASK
static final int RAISE_GRAPHIC_MASK
static final int LOWER_GRAPHIC_MASK
static final int SORT_GRAPHICS_MASK
static final java.lang.String TOOLTIP
static final java.lang.String INFOLINE
static final java.lang.String LABEL
static final java.lang.String REMOVABLE
static final java.lang.String CHANGE_APPEARANCE
static final java.lang.String UPDATED
static final java.lang.String OMGRAPHIC_ELT
static final java.lang.String OMGRAPHIC_TYPE_ATTR
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details