public interface ISimpleMarkerSymbol extends IMarkerSymbol
CIRCLE_STYLE, CROSS_STYLE, DIAMOND_STYLE, SQUARE_STYLE, STAR_STYLE, SYMBOL_NAME, TRIANGLE_STYLE, X_STYLE
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
|
org.gvsig.fmap.mapcontext.rendering.symbols.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(org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol selectionSymbol) |
void |
setStyle(int style)
Sets the style for the simple marker symbol
|
getColor, getMask, getOffset, getRotation, getSize, setAlpha, setColor, setMask, setOffset, setRotation, setSize
java.awt.Color getOutlineColor()
double getOutlineSize()
org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol getSelectionSymbol()
int getStyle()
boolean hasOutline()
boolean isOutlined()
void setOutlineColor(java.awt.Color outlineColor)
outlineColor,
- Colorvoid setOutlined(boolean outlined)
outline
- The outline to set.void setOutlineSize(double outlineSize)
outlineSize
- The outlineSize to set.void setSelectionSymbol(org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol selectionSymbol)
selectionSymbol
- The selectionSymbol to set.void setStyle(int style)
style
- Copyright © 2013 gvSIG Association. All rights reserved.