public interface ILineStyle extends IStyle
| Modifier and Type | Method and Description |
|---|---|
IArrowDecoratorStyle |
getArrowDecorator()
Gets the arrow decorator style that has the line
|
double |
getCartographicOffset() |
java.awt.Stroke |
getCartographicStroke() |
float |
getLineWidth()
Returns the width of the line
|
double |
getOffset()
Returns the offset of the line
|
java.awt.Stroke |
getStroke()
Returns the stroke of the line
|
void |
setArrowDecorator(IArrowDecoratorStyle arrowDecoratorStyle)
Sets the arrow decorator style of the line
|
void |
setLineWidth(float width)
Establishes the width of the line
|
void |
setOffset(double offset)
Establishes the offset of the line
|
void |
setStroke(java.awt.Stroke stroke)
Sets the stroke of the line
|
drawInsideRectangle, drawOutline, getDescription, isSuitableFor, setDescriptionloadFromState, saveToStateclone, cloneQuietly, cloneQuietlyfloat getLineWidth()
void setLineWidth(float width)
width - of the linejava.awt.Stroke getStroke()
void setStroke(java.awt.Stroke stroke)
stroke,stroke - to be establishedIArrowDecoratorStyle getArrowDecorator()
void setArrowDecorator(IArrowDecoratorStyle arrowDecoratorStyle)
arrowDecoratorStyle, - ArrowDecoratorStyledouble getOffset()
void setOffset(double offset)
offset - java.awt.Stroke getCartographicStroke()
double getCartographicOffset()