Uses of Class
org.Vector2d
-
Uses of Vector2d in de.ipk_gatersleben.ag_nw.graffiti
Methods in de.ipk_gatersleben.ag_nw.graffiti that return Vector2d Modifier and Type Method Description static Vector2d
NodeTools. getCenter(Collection<?> nodeList)
Calculates the center of a number of given nodes (other Graph elements are ignored).static Vector2d
NodeTools. getMaximumXY(Collection<Node> nodeList, double factorXY, double minx, double miny, boolean includeSizeInformation)
static Vector2d
NodeTools. getMaximumXY(Collection<Node> nodeList, double factorXY, double minx, double miny, boolean includeSizeInformation, boolean includeInvisibleNodes)
static Vector2d
NodeTools. getMinimumXY(Collection<Node> nodeList, double factorXY, double subx, double suby, boolean includeSizeInformation)
static Vector2d
NodeTools. getMinimumXY(Collection<Node> nodeList, double factorXY, double subx, double suby, boolean includeSizeInformation, boolean includeInvisibleNodes)
Methods in de.ipk_gatersleben.ag_nw.graffiti with parameters of type Vector2d Modifier and Type Method Description static int
GraphHelper. countOverlapps(Graph g, Vector2d pos, Vector2d size)
static void
NodeTools. setCenter(List<Node> nodeList, Vector2d center)
Method parameters in de.ipk_gatersleben.ag_nw.graffiti with type arguments of type Vector2d Modifier and Type Method Description static void
GraphHelper. addBends(Edge edge, Collection<Vector2d> bendPoints)
static void
GraphHelper. applyUndoableNodeAndBendPositionUpdate(HashMap<Node,Vector2d> nodes2newPositions, HashMap<CoordinateAttribute,Vector2d> bends2newPositions, String description)
static void
GraphHelper. applyUndoableNodePositionAndSizeUpdate(HashMap<Node,Vector2d> nodes2newPositions, HashMap<Node,Vector2d> nodes2newNodeSize, String description)
static void
GraphHelper. applyUndoableNodePositionUpdate(HashMap<Node,Vector2d> nodes2newPositions, String description)
static void
GraphHelper. applyUndoableNodeSizeUpdate(HashMap<Node,Vector2d> nodes2newNodeSize, String description)
static void
GraphHelper. enumerateNodePositions(Graph graphInstance, HashMap<CoordinateAttribute,Vector2d> oldPositions)
static void
GraphHelper. postUndoableChanges(Graph myGraph, HashMap<CoordinateAttribute,Vector2d> coordinates2oldPositions, HashMap<CoordinateAttribute,Vector2d> coordinates2newPositions, String description)
-
Uses of Vector2d in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.kegg.kegg_type.pathway_kegg_operation
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.kegg.kegg_type.pathway_kegg_operation with parameters of type Vector2d Modifier and Type Method Description static Pathway
PathwayKeggLoading. processInternalMapLinks(Graph baseGraph, Pathway optAddPathway, Vector2d optCenterOfAddGraph)
-
Uses of Vector2d in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.dbe
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.dbe with parameters of type Vector2d Modifier and Type Method Description static Node
MergeNodes. mergeNode(Graph graph, Collection<Node> toBeMerged, Vector2d center, boolean retainClusterIDs)
-
Uses of Vector2d 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 Vector2d Modifier and Type Method Description static void
EdgeHelper. moveBends(Edge e, double moveX, double moveY, HashMap<CoordinateAttribute,Vector2d> bends2newPositions)
-
Uses of Vector2d in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.kegg
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.kegg that return Vector2d Modifier and Type Method Description Vector2d
KeggPathwayEntry. getTargetPosition()
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.kegg with parameters of type Vector2d Modifier and Type Method Description static void
KeggService. mergeKeggGraphs(Graph mergeIntoThisGraph, Graph newGraph, Vector2d centerOfNewGraph, boolean linkToExistingMaps, boolean clusterSeparation)
void
KeggPathwayEntry. setTargetPosition(Vector2d targetPosition)
-
Uses of Vector2d in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml
Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml with type arguments of type Vector2d Modifier and Type Method Description static Set<Node>
KeggGmlHelper. getNodesInsideThisNode(Node bigNode, Collection<Node> nodes, HashMap<Node,Vector2d> node2upperLeftPos, HashMap<Node,Vector2d> node2lowerRightPos)
Find those nodes, which are located inside the "bigNode". -
Uses of Vector2d 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 Vector2d Modifier and Type Method Description static void
CenterLayouterAlgorithm. moveBends(Edge e, double moveX, double moveY, HashMap<CoordinateAttribute,Vector2d> bends2newPositions)
Deprecated. -
Uses of Vector2d in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder
Fields in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder declared as Vector2d Modifier and Type Field Description Vector2d
NodeCacheEntry. position
Cache for Node PositionsVector2d
NodeCacheEntry. size
Vector contains the size of the node (width, height)Vector2d
NodeCacheEntry3d. size
Vector contains the size of the node (width, height) -
Uses of Vector2d in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder_no_cache
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder_no_cache with parameters of type Vector2d Modifier and Type Method Description static void
MyTools. getPosition(Node a, Vector2d result)
-
Uses of Vector2d in org
Methods in org that return Vector2d Modifier and Type Method Description Vector2d
AttributeHelper. getLabelOffset(Attributable attributable)
Get the relative offset of label position from center of a node.Vector2d
PositionGridGenerator. getNextPositionVec2d()
Vector2d
Vector2d. getOrthogonal()
static Vector2d
AttributeHelper. getPositionVec2d(Node a)
Returns the position of a nodestatic Vector2d
AttributeHelper. getSize(Node myNode)
Gets the size of the Node.Vector2d
Vector2d. scale(double scalingFactor)
Methods in org that return types with arguments of type Vector2d Modifier and Type Method Description static ArrayList<Vector2d>
AttributeHelper. getEdgeBends(Edge edge)
Methods in org with parameters of type Vector2d Modifier and Type Method Description static void
AttributeHelper. addEdgeBend(Edge edge, Vector2d point)
double
Vector2d. distance(Vector2d point)
static CollectionAttribute
AttributeHelper. getDefaultGraphicsAttributeForNode(Vector2d position)
static void
AttributeHelper. setPosition(Node node, Vector2d position)
static void
AttributeHelper. setSize(Node myNode, Vector2d newSize)
Sets the size of the Node.Method parameters in org with type arguments of type Vector2d Modifier and Type Method Description static void
AttributeHelper. addEdgeBends(Edge edge, Collection<Vector2d> points)
-
Uses of Vector2d in org.graffiti.graphics
Methods in org.graffiti.graphics that return Vector2d Modifier and Type Method Description Vector2d
LabelAttribute. getLabelOffset()
Get the relative offset of label position from center of a node. -
Uses of Vector2d in org.graffiti.plugins.modes.defaults
Methods in org.graffiti.plugins.modes.defaults that return Vector2d Modifier and Type Method Description static Vector2d
MegaMoveTool. getLastMovementPosition()
-
Uses of Vector2d in org.vanted.plugins.layout.adaptagrams.edgerouting
Methods in org.vanted.plugins.layout.adaptagrams.edgerouting that return types with arguments of type Vector2d Modifier and Type Method Description static ArrayList<Vector2d>
AdaptagramsRouting. getEdgeBends(org.adaptagrams.ConnRef connRef)
Returns the edge bend points for a connector.static ArrayList<Vector2d>
AdaptagramsRouting. getEdgeBends(org.adaptagrams.ConnRef connRef, double radius)
Returns the edge bend points for a connector.Methods in org.vanted.plugins.layout.adaptagrams.edgerouting with parameters of type Vector2d Modifier and Type Method Description static void
AdaptagramsRouting. addBendPointForNodePosition(ArrayList<Vector2d> edgeBends, int compareIndex, int addIndex, Vector2d nodePos)
Adds an edge bend point for the node position.Method parameters in org.vanted.plugins.layout.adaptagrams.edgerouting with type arguments of type Vector2d Modifier and Type Method Description static void
AdaptagramsRouting. addBendPointForNodePosition(ArrayList<Vector2d> edgeBends, int compareIndex, int addIndex, Vector2d nodePos)
Adds an edge bend point for the node position.static void
AdaptagramsRouting. fixSourceBendPoints(ArrayList<Vector2d> edgeBends, View view, Node node)
Fixes the edge bend points at the source node.static void
AdaptagramsRouting. fixTargetBendPoints(ArrayList<Vector2d> edgeBends, View view, Node node)
Fixes the edge bend points at the target node. -
Uses of Vector2d in org.vanted.plugins.layout.stressminimization
EdgeHelper.moveBends(Edge,double,double,HashMap<CoordinateAttribute, Vector2d>)
instead