ILinkPresentation
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
+
getDepth
() :int
com.change_vision.jude.api.inf.presentation.
ILinkPresentation
+
getSourceEnd
() :
IPresentation
+
getTargetEnd
() :
IPresentation
+
getPoints
() :
Point2D
[]
+
getAllPoints
() :
Point2D
[]
+
setAllPoints
(
Point2D
[] points) :void