Package jadex.gpmn.editor.model.visual
Class VNode
- java.lang.Object
- 
- com.mxgraph.model.mxCell
- 
- jadex.gpmn.editor.model.visual.VElement
- 
- jadex.gpmn.editor.model.visual.VNode
 
 
 
- 
- All Implemented Interfaces:
- com.mxgraph.model.mxICell,- java.io.Serializable,- java.lang.Cloneable
 
 public abstract class VNode extends VElement Visual representation of a node.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description VNode(java.lang.Object value, com.mxgraph.model.mxGeometry geometry, java.lang.String style)Creates a new visual representation of a node.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description IElementgetElement()Returns the business model element.abstract INodegetNode()Returns the business model node.doublegetX()Gets the x.doublegetY()Gets the y.voidsetX(double x)Sets the x.voidsetY(double y)Sets the y.- 
Methods inherited from class jadex.gpmn.editor.model.visual.VElementisFoldable
 - 
Methods inherited from class com.mxgraph.model.mxCellclone, cloneValue, getAttribute, getAttribute, getChildAt, getChildCount, getEdgeAt, getEdgeCount, getEdgeIndex, getGeometry, getId, getIndex, getParent, getSource, getStyle, getTarget, getTerminal, getValue, insert, insert, insertEdge, isCollapsed, isConnectable, isEdge, isVertex, isVisible, remove, remove, removeEdge, removeFromParent, removeFromTerminal, setAttribute, setCollapsed, setConnectable, setEdge, setGeometry, setId, setParent, setSource, setStyle, setTarget, setTerminal, setValue, setVertex, setVisible
 
- 
 
- 
- 
- 
Method Detail- 
getXpublic double getX() Gets the x.- Returns:
- The x.
 
 - 
setXpublic void setX(double x) Sets the x.- Parameters:
- x- The x.
 
 - 
getYpublic double getY() Gets the y.- Returns:
- The y.
 
 - 
setYpublic void setY(double y) Sets the y.- Parameters:
- y- The y.
 
 - 
getElementpublic IElement getElement() Returns the business model element.- Specified by:
- getElementin class- VElement
- Returns:
- The business model element.
 
 - 
getNodepublic abstract INode getNode() Returns the business model node.- Returns:
- The node.
 
 
- 
 
-