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. SeeGraphDotElementFactoryfor creating graph dot elements. -
-
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 interfaceAttributeListBuilder.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 PointPoint. fixed(double x, double y)Creates a new fixed 2D point with the given coordinates.static PointPoint. fixed(double x, double y, double z)Creates a new fixed 3D point with the given coordinates.static PointPoint. loose(double x, double y)Creates a new loose 2D point with the given coordinates.static PointPoint. loose(double x, double y, double z)Creates a new loose 3D point with the given coordinates.
-