public class ManeuverNode extends DefaultNode<Maneuver>
| Modifier and Type | Field and Description |
|---|---|
static boolean |
showManeuverName |
circleRadius, object| Constructor and Description |
|---|
ManeuverNode(Maneuver maneuver) |
| Modifier and Type | Method and Description |
|---|---|
void |
addOutgoingEdge(NeptusEdgeElement edge) |
java.lang.String |
getElementName() |
int |
getMaxX() |
int |
getMaxY() |
com.l2fprod.common.propertysheet.DefaultProperty[] |
getProperties() |
java.lang.String |
getPropertiesDialogTitle() |
Maneuver |
getUserObject() |
void |
paint(java.awt.Graphics2D g,
NeptusGraph graph) |
void |
removeIncomingEdge(NeptusEdgeElement edge) |
void |
setProperties(com.l2fprod.common.propertysheet.Property[] properties) |
void |
setUserObject(Maneuver maneuver) |
addIncomingEdge, cleanup, containsPoint, getID, getIncomingEdges, getOutgoingEdges, getPosition, getPropertiesErrors, isFinalNode, isInitialNode, isSelected, removeOutgoingEdge, setFinalNode, setID, setInitialNode, setPosition, setSelected, toStringpublic ManeuverNode(Maneuver maneuver)
public java.lang.String getElementName()
getElementName in interface NeptusGraphElement<Maneuver>getElementName in class DefaultNode<Maneuver>public void paint(java.awt.Graphics2D g,
NeptusGraph graph)
paint in interface NeptusGraphElement<Maneuver>paint in class DefaultNode<Maneuver>public void setUserObject(Maneuver maneuver)
setUserObject in interface NeptusGraphElement<Maneuver>setUserObject in class DefaultNode<Maneuver>public Maneuver getUserObject()
getUserObject in interface NeptusGraphElement<Maneuver>getUserObject in class DefaultNode<Maneuver>public void addOutgoingEdge(NeptusEdgeElement edge)
addOutgoingEdge in interface NeptusNodeElement<Maneuver>addOutgoingEdge in class DefaultNode<Maneuver>public void removeIncomingEdge(NeptusEdgeElement edge)
removeIncomingEdge in interface NeptusNodeElement<Maneuver>removeIncomingEdge in class DefaultNode<Maneuver>public java.lang.String getPropertiesDialogTitle()
getPropertiesDialogTitle in interface PropertiesProvidergetPropertiesDialogTitle in class DefaultNode<Maneuver>public com.l2fprod.common.propertysheet.DefaultProperty[] getProperties()
getProperties in interface PropertiesProvidergetProperties in class DefaultNode<Maneuver>public void setProperties(com.l2fprod.common.propertysheet.Property[] properties)
setProperties in interface PropertiesProvidersetProperties in class DefaultNode<Maneuver>public int getMaxX()
getMaxX in interface NeptusNodeElement<Maneuver>getMaxX in class DefaultNode<Maneuver>public int getMaxY()
getMaxY in interface NeptusNodeElement<Maneuver>getMaxY in class DefaultNode<Maneuver>Copyright © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.