INodePresentation
com.change_vision.jude.api.inf.presentation.Presentation Interface
com.change_vision.jude.api.inf.presentation.
IPresentation
+
getID
() :
String
+
getModel
() :
IElement
+
getDiagram
() :
IDiagram
+
getType
() :
String
+
getProperties
() :
HashMap
+
getProperty
(
String
key) :
String
+
setProperty
(
String
key,
String
value) :void
+
setProperties
(
Map
map) :void
+
getLabel
() :
String
+
setLabel
(
String
label) :void
com.change_vision.jude.api.inf.presentation.
INodePresentation
+
getLocation
() :
Point2D
+
getWidth
() :double
+
getHeight
() :double
+
getParent
() :
INodePresentation
+
getParents
() :
INodePresentation
[]
+
getChildren
() :
INodePresentation
[]
+
getRectangle
() :
Rectangle2D
+
getLinks
() :
ILinkPresentation
[]
+
setLocation
(
Point2D
location) :void
+
setWidth
(double width) :void
+
setHeight
(double height) :void