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 voidGraphHelper. enumerateNodePositions(Graph graphInstance, HashMap<CoordinateAttribute,Vector2d> oldPositions)static voidGraphHelper. enumerateNodePositions3d(Graph graphInstance, HashMap<CoordinateAttribute,Vector3d> oldPositions)static voidGraphHelper. postUndoableChanges(Graph myGraph, HashMap<CoordinateAttribute,Vector2d> coordinates2oldPositions, HashMap<CoordinateAttribute,Vector2d> coordinates2newPositions, String description)static voidGraphHelper. 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 voidEdgeHelper. 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 voidCenterLayouterAlgorithm. 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 CoordinateAttributeAttributeHelper. addEdgeBend(Edge edge, double x, double y)static CoordinateAttributeAttributeHelper. 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 CoordinateAttributeNodeGraphicAttribute. getCoordinate()Returns the 'coordinate'-value of the encapsulated node.CoordinateAttributePortAttribute. getCoordinate()Returns the 'port'-value of the encapsulated port.Methods in org.graffiti.graphics with parameters of type CoordinateAttribute Modifier and Type Method Description voidNodeGraphicAttribute. setCoordinate(CoordinateAttribute c)Sets the 'coordinate'-value.voidPortAttribute. 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 CoordinateAttributeMegaMoveTool. processBendCreation(MouseEvent e, Component c)
EdgeHelper.moveBends(Edge,double,double,HashMap<CoordinateAttribute, Vector2d>)instead