|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.presentation.ILinkPresentation
public ILinkPresentation
Interface for Link Presentation.
Method Summary | |
---|---|
abstract Point2D[] |
getPoints()
Get points. |
abstract INodePresentation |
getSource()
Get Source. |
abstract INodePresentation |
getTarget()
Get Target. |
abstract void |
setPoints(Point2D[] points)
Set Points. |
Methods inherited from class com.change_vision.jude.api.inf.presentation.IPresentation |
---|
getDiagram, getID, getLabel, getModel, getProperties, getProperty, getType, setLabel, setProperties, setProperty |
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner |
---|
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks |
Method Detail |
---|
abstract Point2D[] getPoints()
abstract INodePresentation getSource()
abstract INodePresentation getTarget()
abstract void setPoints(Point2D[] points)
points
- the array of points (Point2D.Double).
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community. PARAMETER_ERROR_KEY - if a parameter is not set properly. if the label is not edited for a presentation in Class/Object Diagram, UseCase Diagram, StateMachine Diagram and ER Diagram. INVALID_MULTIPLICITY_KEY - if the multiplicity is invalid. BAD_TRANSACTION_KEY - Bad Transaction. HAS_EXCEPTION_KEY - if an exception has occurred.
Values: Error messages for exceptions.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |