public interface ILine
Modifier and Type | Method and Description |
---|---|
void |
setAnnotationEnabled(boolean isEnabled)
Sets the annotation enabled.
|
void |
setArrowMode(int arrowMode)
Sets the arrow mode.
|
void |
setArrowsEnabled(boolean isEnabled)
Sets the arrows enabled.
|
void |
setLineColour(java.awt.Color lineColour)
Sets the line colour.
|
void |
setLineMode(int lineMode)
Sets the line mode.
|
void |
setSourceItem(IItem sourceItem)
Sets the source item.
|
void |
setSourceLocation(com.jme3.math.Vector2f sourceLocation)
Sets the source location.
|
void |
setTargetItem(IItem targetItem)
Sets the target item.
|
void |
setTargetLocation(com.jme3.math.Vector2f targetPoint)
Sets the target location.
|
void |
setText(java.lang.String text)
Sets the text.
|
void |
setTextColour(java.awt.Color textColour)
Sets the text colour.
|
void |
setTextFont(java.awt.Font textFont)
Sets the text font.
|
void |
setWidth(float lineWidth)
Sets the width.
|
void setAnnotationEnabled(boolean isEnabled)
isEnabled
- the new annotation enabledvoid setArrowMode(int arrowMode)
arrowMode
- the new arrow modevoid setArrowsEnabled(boolean isEnabled)
isEnabled
- the new arrows enabledvoid setLineColour(java.awt.Color lineColour)
lineColour
- the new line colourvoid setLineMode(int lineMode)
lineMode
- the new line modevoid setSourceItem(IItem sourceItem)
sourceItem
- the new source itemvoid setSourceLocation(com.jme3.math.Vector2f sourceLocation)
sourceLocation
- the new source locationvoid setTargetItem(IItem targetItem)
targetItem
- the new target itemvoid setTargetLocation(com.jme3.math.Vector2f targetPoint)
targetPoint
- the new target locationvoid setText(java.lang.String text)
text
- the new textvoid setTextColour(java.awt.Color textColour)
textColour
- the new text colourvoid setTextFont(java.awt.Font textFont)
textFont
- the new text fontvoid setWidth(float lineWidth)
lineWidth
- the new width