|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.change_vision.jude.api.inf.presentation.INodePresentation
public INodePresentation
Interface for Node Presentation.
| Method Summary | |
|---|---|
abstract INodePresentation[] |
getChildren()
Get array of Children. |
abstract double |
getHeight()
Get Height. |
abstract ILinkPresentation[] |
getLinks()
Get array of ILinkPresentation. |
abstract Point2D |
getLocation()
Get Location. |
abstract INodePresentation |
getParent()
Get Parent. |
abstract INodePresentation[] |
getParents()
Get Parray of arents. |
abstract Rectangle2D |
getRectangle()
Get Rectangle. |
abstract double |
getWidth()
Get Width. |
abstract void |
setHeight(double height)
Set Height. |
abstract void |
setLocation(Point2D location)
Set Location. |
abstract void |
setWidth(double width)
Set Width. |
| Methods inherited from class com.change_vision.jude.api.inf.presentation.IPresentation |
|---|
getDepth, 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 getLocation()
abstract double getWidth()
abstract double getHeight()
abstract INodePresentation getParent()
abstract INodePresentation[] getParents()
abstract INodePresentation[] getChildren()
abstract Rectangle2D getRectangle()
abstract ILinkPresentation[] getLinks()
abstract void setLocation(Point2D location)
location - Location
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.
BAD_TRANSACTION_KEY - Bad Transaction.
HAS_EXCEPTION_KEY - if an exception has occurred.
Values:
Error messages for exceptions.abstract void setWidth(double width)
width - The minimum of the width is the same as that of its diagram element.
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.
BAD_TRANSACTION_KEY - Bad Transaction.
HAS_EXCEPTION_KEY - if an exception has occurred.
Values:
Error messages for exceptions.abstract void setHeight(double height)
height - Height The minimum of the height is the same as that of its diagram element.
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.
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 | ||||||||