Uses of Class
org.xwiki.contrib.figure.FigureStyle
-
Packages that use FigureStyle Package Description org.xwiki.contrib.figure -
-
Uses of FigureStyle in org.xwiki.contrib.figure
Methods in org.xwiki.contrib.figure that return FigureStyle Modifier and Type Method Description FigureStyle
FigureType. getFigureStyle()
FigureStyle
FigureTypesScriptService. getStyle(String type)
static FigureStyle
FigureStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static FigureStyle[]
FigureStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.xwiki.contrib.figure with parameters of type FigureStyle Constructor Description FigureType(String id, FigureStyle figureStyle)
Default constructor, initializes the figure type as not automatic.
-