public interface IMarkerSymbol extends ISymbol, CartographicSupport
CartographicSupport.CartographicContext| Modifier and Type | Field and Description |
|---|---|
static int |
CIRCLE_STYLE |
static int |
CROSS_STYLE |
static int |
DIAMOND_STYLE |
static int |
HORIZONTAL_LINE_STYLE |
static int |
SQUARE_STYLE |
static int |
STAR_STYLE |
static java.lang.String |
SYMBOL_NAME |
static int |
TRIANGLE_STYLE |
static int |
VERTICAL_LINE_STYLE |
static int |
X_STYLE |
SELECTION_COLORPAPER, WORLD| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getColor()
Returns the color of the marker symbol.
|
IMask |
getMask() |
java.awt.geom.Point2D |
getOffset()
Gets the offset for a marker symbol
|
double |
getRotation()
Returns the rotation (in radians, counter-clockwise) of the marker symbol
|
double |
getSize()
Obtains the size of a marker symbol
|
void |
setAlpha(int alpha)
Defines the transparency of a line symbol.
|
void |
setColor(java.awt.Color color)
Establishes a color for the marker symbol
|
void |
setMask(IMask mask)
Defines a mask for the symbol
|
void |
setOffset(java.awt.geom.Point2D offset)
Establishes the offset currently set for the marker symbol.
|
void |
setRotation(double rotation)
Sets the rotation of the marker symbol
|
void |
setSize(double size)
Sets the size of marker symbol
|
draw, draw, drawInsideRectangle, getDescription, getFeature, getID, getSymbolForSelection, getSymbolForSelection, getSymbolType, isShapeVisible, isSuitableFor, setDescription, setFeature, setIDloadFromState, saveToStateprintclone, cloneQuietly, cloneQuietlycopyCartographicContext, copyCartographicContext, getCartographicContext, getReferenceSystem, getUnit, setCartographicContext, setCartographicContext, setCartographicContext, setCartographicContext, setCartographicContext, setReferenceSystem, setUnit, toCartographicUnitsstatic final java.lang.String SYMBOL_NAME
static final int CIRCLE_STYLE
static final int SQUARE_STYLE
static final int CROSS_STYLE
static final int DIAMOND_STYLE
static final int X_STYLE
static final int TRIANGLE_STYLE
static final int STAR_STYLE
static final int VERTICAL_LINE_STYLE
static final int HORIZONTAL_LINE_STYLE
double getRotation()
void setRotation(double rotation)
rotation - java.awt.geom.Point2D getOffset()
void setOffset(java.awt.geom.Point2D offset)
offset - double getSize()
void setSize(double size)
size - java.awt.Color getColor()
void setColor(java.awt.Color color)
void setAlpha(int alpha)
outlineAlpha - , the transparencyIMask getMask()
void setMask(IMask mask)
mask,IMask -