Uses of Interface
com.teamdev.jxbrowser.ui.AbsoluteFontSize
Package
Description
This package provides the classes that allow you to work with frames in browser.
The utility classes for the user interface (UI) related functionality.
-
Uses of AbsoluteFontSize in com.teamdev.jxbrowser.frame
Modifier and TypeMethodDescriptionstatic EditorCommand
EditorCommand.fontSize
(AbsoluteFontSize fontSize) Returns a command that allows setting the givenfontSize
for the selected text in a WYSIWYG editor. -
Uses of AbsoluteFontSize in com.teamdev.jxbrowser.ui
Modifier and TypeMethodDescriptionstatic 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.