|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The LinkGraphicConstants is an interface that defines the constants associated with link graphic objects. These contants are defined in the Link Protocol.
Field Summary | |
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. |
Field Detail |
public static final int COLORMODEL_DIRECT
public static final int COLORMODEL_INDEXED
public static final int COLORMODEL_URL
public static final int LINETYPE_UNKNOWN
public static final int LINETYPE_STRAIGHT
public static final int LINETYPE_RHUMB
public static final int LINETYPE_GREATCIRCLE
public static final int RENDERTYPE_UNKNOWN
public static final int RENDERTYPE_LATLON
public static final int RENDERTYPE_XY
public static final int RENDERTYPE_OFFSET
public static final int GRAPHICTYPE_GRAPHIC
public static final int GRAPHICTYPE_BITMAP
public static final int GRAPHICTYPE_TEXT
public static final int GRAPHICTYPE_POLY
public static final int GRAPHICTYPE_LINE
public static final int GRAPHICTYPE_RECTANGLE
public static final int GRAPHICTYPE_CIRCLE
public static final int GRAPHICTYPE_RASTER
public static final int GRAPHICTYPE_GRID
public static final int GRAPHICTYPE_POINT
public static final int GRAPHICTYPE_ARC
public static final int GRAPHICTYPE_ELLIPSE
public static final int DECIMAL_DEGREES
public static final int RADIANS
public static final int KM
public static final int MILES
public static final int NMILES
public static final int COORDMODE_ORIGIN
public static final int COORDMODE_PREVIOUS
public static final int JUSTIFY_LEFT
public static final int JUSTIFY_CENTER
public static final int JUSTIFY_RIGHT
public static final int BASELINE_BOTTOM
public static final int BASELINE_MIDDLE
public static final int BASELINE_TOP
public static final int COLUMN_MAJOR
public static final int ROW_MAJOR
public static final java.lang.String BLACK_COLOR_STRING
public static final java.lang.String CLEAR_COLOR_STRING
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |