Package | Description |
---|---|
jhelp.util.gui |
GUI tools and utilities.
|
Modifier and Type | Method and Description |
---|---|
static JHelpTextAlign |
JHelpTextAlign.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JHelpTextAlign[] |
JHelpTextAlign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Pair<java.util.List<JHelpTextLine>,java.awt.Dimension> |
JHelpFont.computeTextLines(java.lang.String text,
JHelpTextAlign textAlign)
Compute text lines representation with this font
|
Pair<java.util.List<JHelpTextLine>,java.awt.Dimension> |
JHelpFont.computeTextLines(java.lang.String text,
JHelpTextAlign textAlign,
int limitWidth)
Compute text lines representation with this font
|
Pair<java.util.List<JHelpTextLine>,java.awt.Dimension> |
JHelpFont.computeTextLines(java.lang.String text,
JHelpTextAlign textAlign,
int limitWidth,
int limitHeight)
Compute text lines representation with this font
|