Uses of Class
org.jfree.ui.Size2D
Packages that use Size2D
Package
Description
Utility classes relating to text.
Utility classes for creating user interfaces.
-
Uses of Size2D in org.jfree.text
Methods in org.jfree.text that return Size2DModifier and TypeMethodDescriptionTextBlock.calculateDimensions(Graphics2D g2) Returns the width and height of the text block.TextFragment.calculateDimensions(Graphics2D g2) Calculates the dimensions of the text fragment.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 Size2DModifier and TypeMethodDescriptionstatic Rectangle2DRectangleAnchor.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).