Uses of Class
org.xwiki.contrib.figure.FigureType
-
Packages that use FigureType Package Description org.xwiki.contrib.figure org.xwiki.rendering.macro.figure -
-
Uses of FigureType in org.xwiki.contrib.figure
Fields in org.xwiki.contrib.figure declared as FigureType Modifier and Type Field Description static FigureType
FigureType. AUTOMATIC
A constant figure type when the type must be computed automatically based on the figure content.static FigureType
FigureType. FIGURE
The figure type, which is always available and the selected type when automatic is activated and no table is detected in the content.static FigureType
FigureType. TABLE
The table type, which is always available and the selected type when automatic is activated and a table is detected in the content.Methods in org.xwiki.contrib.figure that return types with arguments of type FigureType Modifier and Type Method Description Set<FigureType>
FigureTypesScriptService. getFigureTypes()
-
Uses of FigureType in org.xwiki.rendering.macro.figure
Methods in org.xwiki.rendering.macro.figure that return FigureType Modifier and Type Method Description FigureType
FigureMacroParameters. getType()
Methods in org.xwiki.rendering.macro.figure with parameters of type FigureType Modifier and Type Method Description void
FigureMacroParameters. setType(FigureType type)
-