|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.substance.painter.text.AbstractTextPainter.TextLineInfo
public static class AbstractTextPainter.TextLineInfo
Information on a single text line.
| Field Summary | |
|---|---|
java.awt.Rectangle |
clip
Clipping rectangle for the text. |
java.awt.Color |
color
Color for the text. |
java.awt.Font |
font
Font for the text. |
int |
mnemonicIndex
Mnemonic index. |
java.lang.String |
text
The text itself. |
java.awt.Rectangle |
textRect
Text rectangle. |
java.awt.geom.AffineTransform |
transform
Transformation for the text. |
| Constructor Summary | |
|---|---|
AbstractTextPainter.TextLineInfo(java.awt.Rectangle textRect,
java.lang.String text,
int mnemonicIndex,
java.awt.Font font,
java.awt.Color color,
java.awt.Rectangle clip,
java.awt.geom.AffineTransform transform)
Creates a new text line info object. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.awt.Rectangle textRect
public java.lang.String text
public int mnemonicIndex
public java.awt.Font font
public java.awt.Color color
public java.awt.Rectangle clip
public java.awt.geom.AffineTransform transform
| Constructor Detail |
|---|
public AbstractTextPainter.TextLineInfo(java.awt.Rectangle textRect,
java.lang.String text,
int mnemonicIndex,
java.awt.Font font,
java.awt.Color color,
java.awt.Rectangle clip,
java.awt.geom.AffineTransform transform)
textRect - Text rectangle.text - The text itself.mnemonicIndex - Mnemonic index. Can be -1 if no mnemonic.font - Font for the text.color - Color for the text.clip - Clipping rectangle for the text.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||