public interface ILineSymbol extends ISymbol, CartographicSupport
CartographicSupport.CartographicContext| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SYMBOL_NAME |
SELECTION_COLORPAPER, WORLD| Modifier and Type | Method and Description |
|---|---|
int |
getAlpha()
Obtains the transparency of the line symbol
|
java.awt.Color |
getColor()
Returns the color of the line symbol
|
ILineStyle |
getLineStyle()
Obtains the style of the line symbol.
|
double |
getLineWidth()
Returns the width of the line symbol
|
void |
setAlpha(int outlineAlpha)
Defines the transparency of a line symbol.
|
void |
setLineColor(java.awt.Color color)
Sets the color for a line symbol
|
void |
setLineStyle(ILineStyle lineStyle)
Defines the style of the line symbol to be used.
|
void |
setLineWidth(double width)
Sets the width of the line symbol.
|
draw, draw, drawInsideRectangle, getDescription, getFeature, getID, getSymbolForSelection, getSymbolForSelection, getSymbolType, isShapeVisible, isSuitableFor, setColor, setDescription, setFeature, setIDloadFromState, saveToStateprintclone, cloneQuietly, cloneQuietlycopyCartographicContext, copyCartographicContext, getCartographicContext, getReferenceSystem, getUnit, setCartographicContext, setCartographicContext, setCartographicContext, setCartographicContext, setCartographicContext, setReferenceSystem, setUnit, toCartographicUnitsstatic final java.lang.String SYMBOL_NAME
java.awt.Color getColor()
void setLineColor(java.awt.Color color)
color - ILineStyle getLineStyle()
void setLineStyle(ILineStyle lineStyle)
lineStyle - void setLineWidth(double width)
width, - the width of the linedouble getLineWidth()
int getAlpha()
void setAlpha(int outlineAlpha)
outlineAlpha, - the transparency