Package | Description |
---|---|
com.teamdev.jxbrowser.frame |
This package provides the classes that allow you to work with frames in browser.
|
com.teamdev.jxbrowser.ui |
The utility classes for the user interface (UI) related functionality.
|
Modifier and Type | Method and Description |
---|---|
static EditorCommand |
EditorCommand.fontSize(AbsoluteFontSize fontSize)
Returns a command that allows setting the given
fontSize for the selected text in a
WYSIWYG editor. |
Modifier and Type | Method and Description |
---|---|
static AbsoluteFontSize |
AbsoluteFontSize.large()
Font size that is large relatively to the default font size.
|
static AbsoluteFontSize |
AbsoluteFontSize.medium()
The default font size.
|
static AbsoluteFontSize |
AbsoluteFontSize.small()
Font size that is small relatively to the default font size.
|
static AbsoluteFontSize |
AbsoluteFontSize.xLarge()
Font size that is x-large relatively to the default font size.
|
static AbsoluteFontSize |
AbsoluteFontSize.xSmall()
Font size that is x-small relatively to the default font size.
|
static AbsoluteFontSize |
AbsoluteFontSize.xxLarge()
Font size that is xx-large relatively to the default font size.
|
static AbsoluteFontSize |
AbsoluteFontSize.xxSmall()
Font size that is xx-small relatively to the default font size.
|
static AbsoluteFontSize |
AbsoluteFontSize.xxxLarge()
Font size that is xxx-large relatively to the default font size.
|