Uses of Class
org.jfree.ui.Size2D
-
Packages that use Size2D Package Description org.jfree.text Utility classes relating to text.org.jfree.ui Utility classes for creating user interfaces. -
-
Uses of Size2D in org.jfree.text
Methods in org.jfree.text that return Size2D Modifier and Type Method Description Size2D
TextBlock. calculateDimensions(Graphics2D g2)
Returns the width and height of the text block.Size2D
TextFragment. calculateDimensions(Graphics2D g2)
Calculates the dimensions of the text fragment.Size2D
TextLine. calculateDimensions(Graphics2D g2)
Calculates the width and height of the text line. -
Uses of Size2D in org.jfree.ui
Methods in org.jfree.ui with parameters of type Size2D Modifier and Type Method Description static Rectangle2D
RectangleAnchor. createRectangle(Size2D dimensions, double anchorX, double anchorY, RectangleAnchor anchor)
Creates a new rectangle with the specified dimensions that is aligned to the given anchor point(anchorX, anchorY)
.
-