Uses of Class
org.wicketstuff.jqplot.lib.elements.GridPadding
-
Packages that use GridPadding Package Description org.wicketstuff.jqplot.lib org.wicketstuff.jqplot.lib.chart -
-
Uses of GridPadding in org.wicketstuff.jqplot.lib
Methods in org.wicketstuff.jqplot.lib that return GridPadding Modifier and Type Method Description GridPaddingChartConfiguration. getGridPadding()Gets gridPaddingGridPaddingChartConfiguration. gridPaddingInstance()Get instance of GridPaddingMethods in org.wicketstuff.jqplot.lib with parameters of type GridPadding Modifier and Type Method Description ChartConfiguration<T>ChartConfiguration. setGridPadding(GridPadding gridPadding)Sets the gridPadding -
Uses of GridPadding in org.wicketstuff.jqplot.lib.chart
Methods in org.wicketstuff.jqplot.lib.chart that return GridPadding Modifier and Type Method Description GridPaddingAbstractChart. getGridPadding()Methods in org.wicketstuff.jqplot.lib.chart with parameters of type GridPadding Modifier and Type Method Description AbstractChart<T,S>AbstractChart. setGridPadding(GridPadding gridPadding)
-