Uses of Class
org.graphstream.ui.geom.Point2
| Package | Description |
|---|---|
| org.graphstream.ui.geom | |
| org.graphstream.ui.view.camera |
-
Uses of Point2 in org.graphstream.ui.geom
Subclasses of Point2 in org.graphstream.ui.geom Modifier and Type Class Description classPoint33D point.Fields in org.graphstream.ui.geom declared as Point2 Modifier and Type Field Description static Point2Point2. NULL_POINT2Specific point at (0,0).Methods in org.graphstream.ui.geom that return Point2 Modifier and Type Method Description Point2Point2. interpolate(Point2 other, double factor)Create a new point linear interpolation of this andother.Methods in org.graphstream.ui.geom with parameters of type Point2 Modifier and Type Method Description voidPoint2. copy(Point2 other)Make this a copy of other.voidVector2. copy(Point2 point)Make this a copy ofpoint.doublePoint2. distance(Point2 other)Distance between this andother.Point2Point2. interpolate(Point2 other, double factor)Create a new point linear interpolation of this andother.voidPoint2. move(Point2 p)Move of given pointp.voidPoint2. scale(Point2 s)Scale by factor s.voidPoint2. swap(Point2 other)Exchange the values of this and other. -
Uses of Point2 in org.graphstream.ui.view.camera