Uses of Record Class
com.storedobject.svg.Point
Packages that use Point
-
Uses of Point in com.storedobject.svg
Fields in com.storedobject.svg with type parameters of type PointMethods in com.storedobject.svg that return PointModifier and TypeMethodDescriptiondefault PointAt.getAt()Get the position.Circle.getCenter()Get the center point.Ellipse.getCenter()Get the center point.Star.getCenter()Get the center point.Line.getFrom()Get the start point.Line.getTo()Get the end point.Methods in com.storedobject.svg with parameters of type PointModifier and TypeMethodDescriptiondefault TSet the position.Set the center.Set the center.Set the center.Combines the currentCoordinatesobject with a rectangular region derived from the specifiedPointobject.Set the start point.final NMoves the node to a specifiedPoint.Moves the top-left corner of the node to the specifiedPoint.static CircleCreate a circle.static EllipseCreate an ellipse.static GridCreate a grid.static LineCreate a line.static RectangleCreate a rectangle.static SquareCreate a square.static StarCreate a star.Create a text.Add a point.final NNode.rotateAround(double angle, Point point) Rotates the node by a given angle around a specifiedPoint.TransformMatrix.rotateAround(double angleDegrees, Point point) Rotates the transformation matrix by a given angle around a specifiedPoint.voidSet the center.voidSet the center.voidSet the center point.Set the end point.final NTranslates the node by a given offset specified as aPoint.Translates the transformation matrix by a given offset specified as aPoint.Constructors in com.storedobject.svg with parameters of type PointModifierConstructorDescriptionConstructor.Constructor.Coordinates(Point p) Constructs aCoordinatesobject by defining a rectangular region where both the top-left and bottom-right corners are represented by the samePoint.Coordinates(Point p1, Point p2) Constructs aCoordinatesobject by defining a rectangular region based on twoPointobjects.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.