Uses of Class
org.graphstream.ui.geom.Point3

Packages that use Point3
org.graphstream.stream.file   
org.graphstream.ui.geom   
org.graphstream.ui.graphicGraph   
org.graphstream.ui.layout   
org.graphstream.ui.layout.springbox   
org.graphstream.ui.swingViewer.util   
 

Uses of Point3 in org.graphstream.stream.file
 

Methods in org.graphstream.stream.file that return Point3
 Point3 FileSinkImages.getViewCenter()
           
 

Uses of Point3 in org.graphstream.ui.geom
 

Fields in org.graphstream.ui.geom declared as Point3
static Point3 Point3.NULL_POINT3
          Specific point at (0,0,0).
 

Methods in org.graphstream.ui.geom that return Point3
 Point3 Point3.interpolate(Point3 other, double factor)
          Create a new point linear interpolation of this and other.
 

Methods in org.graphstream.ui.geom with parameters of type Point3
 void Point3.copy(Point3 other)
          Make this a copy of other.
 void Vector3.copy(Point3 point)
          Make this a copy of point.
 double Point3.distance(Point3 other)
          Distance between this and other.
 Point3 Point3.interpolate(Point3 other, double factor)
          Create a new point linear interpolation of this and other.
 void Point3.move(Point3 p)
          Move of given point p.
 void Point3.scale(Point3 s)
          Scale by factor s.
 void Point3.swap(Point3 other)
          Exchange the values of this and other.
 

Constructors in org.graphstream.ui.geom with parameters of type Point3
Point3(Point3 other)
          New copy of other.
Vector3(Point3 point)
          New vector copy of point.
 

Uses of Point3 in org.graphstream.ui.graphicGraph
 

Methods in org.graphstream.ui.graphicGraph that return Point3
 Point3 GraphicGraph.getMaxPos()
          The maximum position of a node or sprite.
 Point3 GraphicGraph.getMinPos()
          The minimum position of a node or sprite.
static Point3 GraphPosLengthUtils.nodePointPosition(Graph graph, String id)
          Retrieve a node position from its attributes ("x", "y", "z", or "xy", or "xyz").
static Point3 GraphPosLengthUtils.nodePointPosition(Node node)
          Like GraphPosLengthUtils.nodePointPosition(Graph,String) but use an existing node as argument.
 

Methods in org.graphstream.ui.graphicGraph with parameters of type Point3
static void GraphPosLengthUtils.nodePosition(Graph graph, String id, Point3 pos)
          Like GraphPosLengthUtils.nodePointPosition(Graph,String), but instead of returning a newly allocated array, fill up the array given as parameter.
static void GraphPosLengthUtils.nodePosition(Node node, Point3 pos)
          Like GraphPosLengthUtils.nodePosition(Graph,String,Point3) but use an existing node as argument.
 

Uses of Point3 in org.graphstream.ui.layout
 

Methods in org.graphstream.ui.layout that return Point3
 Point3 Layout.getHiPoint()
          Largest point in space of the layout bounding box.
 Point3 Layout.getLowPoint()
          Smallest point in space of the layout bounding box.
 

Uses of Point3 in org.graphstream.ui.layout.springbox
 

Methods in org.graphstream.ui.layout.springbox that return Point3
 Point3 SpringBox.getHiPoint()
           
 Point3 SpringBox.getLowPoint()
           
 

Uses of Point3 in org.graphstream.ui.swingViewer.util
 

Fields in org.graphstream.ui.swingViewer.util declared as Point3
 Point3 GraphMetrics.hi
          Graph higher position (top,right,back).
 Point3 GraphMetrics.hiVisible
          The highest visible point.
 Point3 GraphMetrics.lo
          Graph lower position (bottom,left,front).
 Point3 GraphMetrics.loVisible
          The lowest visible point.
 

Methods in org.graphstream.ui.swingViewer.util that return Point3
 Point3 GraphMetrics.getHighPoint()
          The graph highest (top,right,back) point.
 Point3 GraphMetrics.getLowPoint()
          The graph lowest (bottom,left,front) point.
 Point3 DefaultCamera.getViewCenter()
           
 Point3 Camera.getViewCenter()
          The view centre (a point in graph units).
 Point3 DefaultCamera.transformGuToPx(double x, double y, double z)
           
 Point3 Camera.transformGuToPx(double x, double y, double z)
          Transform a point in graph units into pixels.
 Point3 DefaultCamera.transformPxToGu(double x, double y)
           
 Point3 Camera.transformPxToGu(double x, double y)
          Return the given point in pixels converted in graph units (GU) using the inverse transformation of the current projection matrix.
 

Methods in org.graphstream.ui.swingViewer.util with parameters of type Point3
static Point2 CubicCurve.derivative(Point2 p0, Point2 p1, Point2 p2, Point3 p3, double t)
          Derivative point of a cubic Bézier curve according to control points `x0`, `x1`, `x2` and `x3` at parametric position `t` of the curve.
static Point2 CubicCurve.derivative(Point2 p0, Point2 p1, Point2 p2, Point3 p3, double t, Point2 result)
          Store in `result` the derivative point of a cubic Bézier curve according to control points `x0`, `x1`, `x2` and `x3` at parametric position `t` of the curve.
 



Copyright © 2011. All Rights Reserved.