public interface ISimpleMarkerSymbol extends IMarkerSymbol
CartographicSupport.CartographicContextCIRCLE_STYLE, CROSS_STYLE, DIAMOND_STYLE, HORIZONTAL_LINE_STYLE, SQUARE_STYLE, STAR_STYLE, SYMBOL_NAME, TRIANGLE_STYLE, VERTICAL_LINE_STYLE, X_STYLESELECTION_COLORPAPER, WORLD| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getOutlineColor()
Returns the outline color for the symple marker symbol
|
double |
getOutlineSize()
Gets the size of the outline for the simple marker symbol
|
ISymbol |
getSelectionSymbol() |
int |
getStyle()
Obtains the style for the simple marker symbol
|
boolean |
hasOutline()
Returns true or false depending if the simple marker symbol has an outline or not.
|
boolean |
isOutlined()
Returns if the marker symbol should be drawn outlined.
|
void |
setOutlineColor(java.awt.Color outlineColor)
Sets the outline color for the simple marker symbol
|
void |
setOutlined(boolean outlined)
Establishes the outline for the simple marker symbol.
|
void |
setOutlineSize(double outlineSize)
Establishes the size for the outline of the simple marker symbol
|
void |
setSelectionSymbol(ISymbol selectionSymbol) |
void |
setStyle(int style)
Sets the style for the simple marker symbol
|
getColor, getMask, getOffset, getRotation, getSize, setAlpha, setColor, setMask, setOffset, setRotation, setSizedraw, 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, toCartographicUnitsboolean hasOutline()
void setOutlined(boolean outlined)
outline - The outline to set.java.awt.Color getOutlineColor()
void setOutlineColor(java.awt.Color outlineColor)
outlineColor, - Colordouble getOutlineSize()
void setOutlineSize(double outlineSize)
outlineSize - The outlineSize to set.ISymbol getSelectionSymbol()
void setSelectionSymbol(ISymbol selectionSymbol)
selectionSymbol - The selectionSymbol to set.void setStyle(int style)
style - int getStyle()
boolean isOutlined()