|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Size2D | |
|---|---|
| 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 | |
|---|---|
Size2D |
TextFragment.calculateDimensions(java.awt.Graphics2D g2)
Calculates the dimensions of the text fragment. |
Size2D |
TextLine.calculateDimensions(java.awt.Graphics2D g2)
Calculates the width and height of the text line. |
Size2D |
TextBlock.calculateDimensions(java.awt.Graphics2D g2)
Returns the width and height of the text block. |
| Uses of Size2D in org.jfree.ui |
|---|
| Methods in org.jfree.ui with parameters of type Size2D | |
|---|---|
static java.awt.geom.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). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||