Uses of Class
de.xima.fc.common.graphdot.Point
-
Packages that use Point Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of Point in de.xima.fc.common.graphdot
Classes in de.xima.fc.common.graphdot with type parameters of type Point Modifier and Type Interface Description static interface
AttributeListBuilder.IMixinPoint<A extends AttributeListBuilder.ITypedAttribute<Point>>
Mixin for attributes that accept a point.Methods in de.xima.fc.common.graphdot that return Point Modifier and Type Method Description static Point
Point. fixed(double x, double y)
Creates a new fixed 2D point with the given coordinates.static Point
Point. fixed(double x, double y, double z)
Creates a new fixed 3D point with the given coordinates.static Point
Point. loose(double x, double y)
Creates a new loose 2D point with the given coordinates.static Point
Point. loose(double x, double y, double z)
Creates a new loose 3D point with the given coordinates.
-