public interface LinkGraphicConstants
Modifier and Type | Field and Description |
---|---|
static int |
BASELINE_BOTTOM
Align the baseline of text to the location.
|
static int |
BASELINE_MIDDLE
Align the middle of text to the location.
|
static int |
BASELINE_TOP
Align the top of text to the location.
|
static java.lang.String |
BLACK_COLOR_STRING
The hex string representation of a black color, used as a
default.
|
static java.lang.String |
CLEAR_COLOR_STRING
The hex string representation of a clear black color, used as a
default.
|
static int |
COLORMODEL_DIRECT
The direct colormodel, for OMRasters, means the integer values
passed in as pixels, already reflect the RGB color values each
pixel should display.
|
static int |
COLORMODEL_INDEXED
The indexed colormodel, for OMRasters, means that the byte
array passed in for the pixels has to be resolved with a
colortable in order to create a integer array of RGB pixels.
|
static int |
COLORMODEL_URL
The ImageIcon colormode used that means that the image has to
be downloaded from an URL.
|
static int |
COLUMN_MAJOR
For Grids, note that the columns are the primary dimension of
the data.
|
static int |
COORDMODE_ORIGIN
Polygon Translation offsets.
|
static int |
COORDMODE_PREVIOUS
Polygon Delta offsets.
|
static int |
DECIMAL_DEGREES
The float coordinates are in decimal degrees.
|
static int |
GRAPHICTYPE_ARC
An arc type.
|
static int |
GRAPHICTYPE_BITMAP
A bitmap type.
|
static int |
GRAPHICTYPE_CIRCLE
A circle type.
|
static int |
GRAPHICTYPE_ELLIPSE
An ellipse type.
|
static int |
GRAPHICTYPE_GRAPHIC
The generic graphic type.
|
static int |
GRAPHICTYPE_GRID
A grid type.
|
static int |
GRAPHICTYPE_LINE
A line type.
|
static int |
GRAPHICTYPE_POINT
A point type.
|
static int |
GRAPHICTYPE_POLY
A polygon/polyline type.
|
static int |
GRAPHICTYPE_RASTER
A raster type.
|
static int |
GRAPHICTYPE_RECTANGLE
A rectangle type.
|
static int |
GRAPHICTYPE_TEXT
A text type.
|
static int |
JUSTIFY_CENTER
Align the text centered on the location.
|
static int |
JUSTIFY_LEFT
Align the text to the right of the location.
|
static int |
JUSTIFY_RIGHT
Align the text to the left of the location.
|
static int |
KM
Unit notation - kilometers.
|
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 |
MILES
Unit notation - miles.
|
static int |
NMILES
Unit notation - nautical miles.
|
static int |
RADIANS
The float coordinates are in radians.
|
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 |
ROW_MAJOR
For Grids, note that the rows are the primary dimension of the
data.
|
static final int COLORMODEL_DIRECT
static final int COLORMODEL_INDEXED
static final int COLORMODEL_URL
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 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 int KM
static final int MILES
static final int NMILES
static final int COORDMODE_ORIGIN
static final int COORDMODE_PREVIOUS
static final int JUSTIFY_LEFT
static final int JUSTIFY_CENTER
static final int JUSTIFY_RIGHT
static final int BASELINE_BOTTOM
static final int BASELINE_MIDDLE
static final int BASELINE_TOP
static final int COLUMN_MAJOR
static final int ROW_MAJOR
static final java.lang.String BLACK_COLOR_STRING
static final java.lang.String CLEAR_COLOR_STRING
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details