Uses of Record Class
com.storedobject.svg.Coordinates
Packages that use Coordinates
-
Uses of Coordinates in com.storedobject.svg
Methods in com.storedobject.svg that return CoordinatesModifier and TypeMethodDescriptionCoordinates.combine(Coordinates c) Combines the currentCoordinatesobject with the specifiedCoordinatesobject to create a new rectangular region.Combines the currentCoordinatesobject with the rectangular region represented by the givenNodeobject.Combines the currentCoordinatesobject with a rectangular region derived from the specifiedPointobject.Node.getCoordinates()Retrieves the coordinates associated with thisNode.TransformMatrix.getCoordinates()Returns the bounding coordinates of the node after applying the transformation matrix.Coordinates.withMargin(Margin margin) Creates a newCoordinatesobject by adjusting the current coordinates by the specified margin values.Methods in com.storedobject.svg with parameters of type CoordinatesModifier and TypeMethodDescriptionCoordinates.combine(Coordinates c) Combines the currentCoordinatesobject with the specifiedCoordinatesobject to create a new rectangular region.