Uses of Enum Class
org.xhtmlrenderer.demo.browser.actions.FontSizeAction.FontSizeChange
Packages that use FontSizeAction.FontSizeChange
-
Uses of FontSizeAction.FontSizeChange in org.xhtmlrenderer.demo.browser.actions
Fields in org.xhtmlrenderer.demo.browser.actions declared as FontSizeAction.FontSizeChangeModifier and TypeFieldDescriptionprivate final FontSizeAction.FontSizeChange
FontSizeAction.whichDirection
Methods in org.xhtmlrenderer.demo.browser.actions that return FontSizeAction.FontSizeChangeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static FontSizeAction.FontSizeChange[]
FontSizeAction.FontSizeChange.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.xhtmlrenderer.demo.browser.actions with parameters of type FontSizeAction.FontSizeChangeModifierConstructorDescriptionFontSizeAction
(String name, BrowserStartup root, FontSizeAction.FontSizeChange which)