Uses of Class
org.graffiti.graphics.CoordinateAttribute
-
Uses of CoordinateAttribute in de.ipk_gatersleben.ag_nw.graffiti
Method parameters in de.ipk_gatersleben.ag_nw.graffiti with type arguments of type CoordinateAttribute Modifier and Type Method Description static void
GraphHelper. enumerateNodePositions(Graph graphInstance, HashMap<CoordinateAttribute,Vector2d> oldPositions)
static void
GraphHelper. enumerateNodePositions3d(Graph graphInstance, HashMap<CoordinateAttribute,Vector3d> oldPositions)
static void
GraphHelper. postUndoableChanges(Graph myGraph, HashMap<CoordinateAttribute,Vector2d> coordinates2oldPositions, HashMap<CoordinateAttribute,Vector2d> coordinates2newPositions, String description)
static void
GraphHelper. postUndoableChanges3d(Graph myGraph, HashMap<CoordinateAttribute,Vector3d> coordinates2oldPositions, HashMap<CoordinateAttribute,Vector3d> coordinates2newPositions, String description)
-
Uses of CoordinateAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper
Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper with type arguments of type CoordinateAttribute Modifier and Type Method Description static void
EdgeHelper. moveBends(Edge e, double moveX, double moveY, HashMap<CoordinateAttribute,Vector2d> bends2newPositions)
-
Uses of CoordinateAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.graph_to_origin_mover
Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.graph_to_origin_mover with type arguments of type CoordinateAttribute Modifier and Type Method Description static void
CenterLayouterAlgorithm. moveBends(Edge e, double moveX, double moveY, HashMap<CoordinateAttribute,Vector2d> bends2newPositions)
Deprecated. -
Uses of CoordinateAttribute in org
Methods in org that return CoordinateAttribute Modifier and Type Method Description static CoordinateAttribute
AttributeHelper. addEdgeBend(Edge edge, double x, double y)
static CoordinateAttribute
AttributeHelper. addEdgeBend(Edge edge, double x, double y, boolean safeAdd)
Methods in org that return types with arguments of type CoordinateAttribute Modifier and Type Method Description static ArrayList<CoordinateAttribute>
AttributeHelper. getEdgeBendCoordinateAttributes(Edge edge)
-
Uses of CoordinateAttribute in org.graffiti.graphics
Methods in org.graffiti.graphics that return CoordinateAttribute Modifier and Type Method Description CoordinateAttribute
NodeGraphicAttribute. getCoordinate()
Returns the 'coordinate'-value of the encapsulated node.CoordinateAttribute
PortAttribute. getCoordinate()
Returns the 'port'-value of the encapsulated port.Methods in org.graffiti.graphics with parameters of type CoordinateAttribute Modifier and Type Method Description void
NodeGraphicAttribute. setCoordinate(CoordinateAttribute c)
Sets the 'coordinate'-value.void
PortAttribute. setCoordinate(CoordinateAttribute c)
Sets the 'port'-value.Constructors in org.graffiti.graphics with parameters of type CoordinateAttribute Constructor Description NodeGraphicAttribute(CoordinateAttribute c, DimensionAttribute d, PortsAttribute p)
Constructor for NodeGraphicAttribute.PortAttribute(String id, String n, CoordinateAttribute c)
Constructor for Port.PortAttribute(String id, StringAttribute n, CoordinateAttribute c)
Constructor for Port. -
Uses of CoordinateAttribute in org.graffiti.plugins.modes.defaults
Methods in org.graffiti.plugins.modes.defaults that return CoordinateAttribute Modifier and Type Method Description CoordinateAttribute
MegaMoveTool. processBendCreation(MouseEvent e, Component c)
EdgeHelper.moveBends(Edge,double,double,HashMap<CoordinateAttribute, Vector2d>)
instead