Package | Description |
---|---|
org.jfree.text |
Utility classes relating to text.
|
org.jfree.ui |
Utility classes for creating user interfaces.
|
Modifier and Type | Method and Description |
---|---|
Size2D |
TextLine.calculateDimensions(Graphics2D g2)
Calculates the width and height of the text line.
|
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.
|
Modifier and Type | Method and 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) . |
Copyright © 2001–2018 JFree.org. All rights reserved.