|
JCommon 1.0.17-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextBlockAnchor | |
---|---|
org.jfree.text | Utility classes relating to text. |
Uses of TextBlockAnchor in org.jfree.text |
---|
Fields in org.jfree.text declared as TextBlockAnchor | |
---|---|
static TextBlockAnchor |
TextBlockAnchor.BOTTOM_CENTER
Bottom/center. |
static TextBlockAnchor |
TextBlockAnchor.BOTTOM_LEFT
Bottom/left. |
static TextBlockAnchor |
TextBlockAnchor.BOTTOM_RIGHT
Bottom/right. |
static TextBlockAnchor |
TextBlockAnchor.CENTER
Middle/center. |
static TextBlockAnchor |
TextBlockAnchor.CENTER_LEFT
Middle/left. |
static TextBlockAnchor |
TextBlockAnchor.CENTER_RIGHT
Middle/right. |
static TextBlockAnchor |
TextBlockAnchor.TOP_CENTER
Top/center. |
static TextBlockAnchor |
TextBlockAnchor.TOP_LEFT
Top/left. |
static TextBlockAnchor |
TextBlockAnchor.TOP_RIGHT
Top/right. |
Methods in org.jfree.text with parameters of type TextBlockAnchor | |
---|---|
Shape |
TextBlock.calculateBounds(Graphics2D g2,
float anchorX,
float anchorY,
TextBlockAnchor anchor,
float rotateX,
float rotateY,
double angle)
Returns the bounds of the text block. |
void |
TextBlock.draw(Graphics2D g2,
float x,
float y,
TextBlockAnchor anchor)
Draws the text block at a specific location. |
void |
TextBlock.draw(Graphics2D g2,
float anchorX,
float anchorY,
TextBlockAnchor anchor,
float rotateX,
float rotateY,
double angle)
Draws the text block, aligning it with the specified anchor point and rotating it about the specified rotation point. |
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |