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 Vector2dNodeTools. getCenter(Collection<?> nodeList)Calculates the center of a number of given nodes (other Graph elements are ignored).static Vector2dNodeTools. getMaximumXY(Collection<Node> nodeList, double factorXY, double minx, double miny, boolean includeSizeInformation)static Vector2dNodeTools. getMaximumXY(Collection<Node> nodeList, double factorXY, double minx, double miny, boolean includeSizeInformation, boolean includeInvisibleNodes)static Vector2dNodeTools. getMinimumXY(Collection<Node> nodeList, double factorXY, double subx, double suby, boolean includeSizeInformation)static Vector2dNodeTools. 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 intGraphHelper. countOverlapps(Graph g, Vector2d pos, Vector2d size)static voidNodeTools. 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 voidGraphHelper. addBends(Edge edge, Collection<Vector2d> bendPoints)static voidGraphHelper. applyUndoableNodeAndBendPositionUpdate(HashMap<Node,Vector2d> nodes2newPositions, HashMap<CoordinateAttribute,Vector2d> bends2newPositions, String description)static voidGraphHelper. applyUndoableNodePositionAndSizeUpdate(HashMap<Node,Vector2d> nodes2newPositions, HashMap<Node,Vector2d> nodes2newNodeSize, String description)static voidGraphHelper. applyUndoableNodePositionUpdate(HashMap<Node,Vector2d> nodes2newPositions, String description)static voidGraphHelper. applyUndoableNodeSizeUpdate(HashMap<Node,Vector2d> nodes2newNodeSize, String description)static voidGraphHelper. enumerateNodePositions(Graph graphInstance, HashMap<CoordinateAttribute,Vector2d> oldPositions)static voidGraphHelper. 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 PathwayPathwayKeggLoading. 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 NodeMergeNodes. 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 voidEdgeHelper. 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 Vector2dKeggPathwayEntry. 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 voidKeggService. mergeKeggGraphs(Graph mergeIntoThisGraph, Graph newGraph, Vector2d centerOfNewGraph, boolean linkToExistingMaps, boolean clusterSeparation)voidKeggPathwayEntry. 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 voidCenterLayouterAlgorithm. 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 Vector2dNodeCacheEntry. positionCache for Node PositionsVector2dNodeCacheEntry. sizeVector contains the size of the node (width, height)Vector2dNodeCacheEntry3d. sizeVector 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 voidMyTools. getPosition(Node a, Vector2d result) -
Uses of Vector2d in org
Methods in org that return Vector2d Modifier and Type Method Description Vector2dAttributeHelper. getLabelOffset(Attributable attributable)Get the relative offset of label position from center of a node.Vector2dPositionGridGenerator. getNextPositionVec2d()Vector2dVector2d. getOrthogonal()static Vector2dAttributeHelper. getPositionVec2d(Node a)Returns the position of a nodestatic Vector2dAttributeHelper. getSize(Node myNode)Gets the size of the Node.Vector2dVector2d. 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 voidAttributeHelper. addEdgeBend(Edge edge, Vector2d point)doubleVector2d. distance(Vector2d point)static CollectionAttributeAttributeHelper. getDefaultGraphicsAttributeForNode(Vector2d position)static voidAttributeHelper. setPosition(Node node, Vector2d position)static voidAttributeHelper. 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 voidAttributeHelper. 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 Vector2dLabelAttribute. 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 Vector2dMegaMoveTool. 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 voidAdaptagramsRouting. 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 voidAdaptagramsRouting. addBendPointForNodePosition(ArrayList<Vector2d> edgeBends, int compareIndex, int addIndex, Vector2d nodePos)Adds an edge bend point for the node position.static voidAdaptagramsRouting. fixSourceBendPoints(ArrayList<Vector2d> edgeBends, View view, Node node)Fixes the edge bend points at the source node.static voidAdaptagramsRouting. 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