|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILineImplementation
The Interface ILineImplementation.
Method Summary | |
---|---|
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(ContentItem sourceItem)
Sets the source item. |
void |
setSourceLocation(Location sourceLocation)
Sets the source location. |
void |
setTargetItem(ContentItem targetItem)
Sets the target item. |
void |
setTargetLocation(Location 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. |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IContentItemImplementation |
---|
addMultitouchListener, contains, getImplementationObject, hasCollision, init, setAngle, setBackGround, setBorder, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update |
Method Detail |
---|
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(ContentItem sourceItem)
sourceItem
- the new source itemvoid setSourceLocation(Location sourceLocation)
sourceLocation
- the new source locationvoid setTargetItem(ContentItem targetItem)
targetItem
- the new target itemvoid setTargetLocation(Location 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |