Uses of Class
de.xima.fc.common.graphdot.Point
Packages that use Point
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for 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 PointModifier and TypeInterfaceDescriptionstatic interfaceMixin for attributes that accept a point.Subclasses with type arguments of type Point in de.xima.fc.common.graphdotModifier and TypeClassDescriptionstatic final classThexlpattribute.Subinterfaces with type arguments of type Point in de.xima.fc.common.graphdotModifier and TypeInterfaceDescriptionstatic interfaceMixin for attributes that accept a point.Classes in de.xima.fc.common.graphdot that implement interfaces with type arguments of type PointModifier and TypeClassDescriptionstatic final classThexlpattribute.Methods in de.xima.fc.common.graphdot that return PointModifier and TypeMethodDescriptionstatic 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.