Uses of Interface
com.teamdev.jxbrowser.ui.AbsoluteFontSize
Packages that use 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
Methods in com.teamdev.jxbrowser.frame with parameters of type AbsoluteFontSizeModifier and TypeMethodDescriptionstatic EditorCommandEditorCommand.fontSize(AbsoluteFontSize fontSize) Returns a command that allows setting the givenfontSizefor the selected text in a WYSIWYG editor. -
Uses of AbsoluteFontSize in com.teamdev.jxbrowser.ui
Methods in com.teamdev.jxbrowser.ui that return AbsoluteFontSizeModifier and TypeMethodDescriptionstatic AbsoluteFontSizeAbsoluteFontSize.large()Font size that is large relatively to the default font size.static AbsoluteFontSizeAbsoluteFontSize.medium()The default font size.static AbsoluteFontSizeAbsoluteFontSize.small()Font size that is small relatively to the default font size.static AbsoluteFontSizeAbsoluteFontSize.xLarge()Font size that is x-large relatively to the default font size.static AbsoluteFontSizeAbsoluteFontSize.xSmall()Font size that is x-small relatively to the default font size.static AbsoluteFontSizeAbsoluteFontSize.xxLarge()Font size that is xx-large relatively to the default font size.static AbsoluteFontSizeAbsoluteFontSize.xxSmall()Font size that is xx-small relatively to the default font size.static AbsoluteFontSizeAbsoluteFontSize.xxxLarge()Font size that is xxx-large relatively to the default font size.