IPresentation
com.change_vision.jude.api.inf.model.CRUD Interface
com.change_vision.jude.api.inf.model.Mindmap and Traceability Map Interface
com.change_vision.jude.api.inf.presentation.Presentation Interface
com.change_vision.jude.api.inf.model.
IHyperlinkOwner
+
getHyperlinks
() :
IHyperlink
[]
+
createFileHyperlink
(
String
fileName,
String
filePath,
String
Comment) :
IHyperlink
+
createURLHyperlink
(
String
URL,
String
Comment) :
IHyperlink
+
createElementHyperlink
(
IElement
element,
String
Comment) :
IHyperlink
+
deleteHyperlink
(
IHyperlink
hyperlink) :void
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
com.change_vision.jude.api.inf.presentation.
ILinkPresentation
+
getPoints
() :
Point2D
[]
+
getSource
() :
INodePresentation
+
getTarget
() :
INodePresentation
+
setPoints
(
Point2D
[] points) :void
com.change_vision.jude.api.inf.presentation.
ITopicPresentation
+
getParent
() :
ITopicPresentation
+
getChildren
() :
ITopicPresentation
[]
+
getLabel
() :
String
+
setLabel
(
String
label) :void
com.change_vision.jude.api.inf.presentation.
ICell