Uses of Class
org.Vector3d
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder | |
org |
-
Uses of Vector3d in de.ipk_gatersleben.ag_nw.graffiti
Methods in de.ipk_gatersleben.ag_nw.graffiti that return Vector3d Modifier and Type Method Description static Vector3d
NodeTools. getCenter3d(Collection<?> nodeList)
Method parameters in de.ipk_gatersleben.ag_nw.graffiti with type arguments of type Vector3d Modifier and Type Method Description static void
GraphHelper. enumerateNodePositions3d(Graph graphInstance, HashMap<CoordinateAttribute,Vector3d> oldPositions)
static void
GraphHelper. postUndoableChanges3d(Graph myGraph, HashMap<CoordinateAttribute,Vector3d> coordinates2oldPositions, HashMap<CoordinateAttribute,Vector3d> coordinates2newPositions, String description)
-
Uses of Vector3d 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 Vector3d Modifier and Type Field Description Vector3d
NodeCacheEntry3d. position
Cache for Node Positions -
Uses of Vector3d in org
Methods in org that return Vector3d Modifier and Type Method Description static Vector3d
AttributeHelper. getPositionVec3d(Node node, boolean setDefault)
If setDefault is true, values will be initilized, saved and returned as 0.static Vector3d
AttributeHelper. getPositionVec3d(Node node, double zReturnIfNotAvailable, boolean setDefaultZ)
static Vector3d
AttributeHelper. getSize3D(Node myNode, double defaultDepth, boolean setDefault)