A B C D E F G H I J L M N O P R S T U V W X Y 
All Classes All Packages

A

AbstractChart<T extends ChartData<?>,​S extends Serializable> - Class in org.wicketstuff.jqplot.lib.chart
Abstract class to help build charts.
AbstractChart() - Constructor for class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
AbstractCollectionData<T> - Class in org.wicketstuff.jqplot.lib.data
Abstract class to help build end charts that uses collections.
AbstractCollectionData() - Constructor for class org.wicketstuff.jqplot.lib.data.AbstractCollectionData
 
addAttribute(String, String) - Method in class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
 
addIntervalColors(String...) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
addIntervals(Integer...) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
addSerie(Serie) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
Adiciona uma serie
addSeries(Serie) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Adds the series.
addSeries(Serie...) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
Add a collection of series
addSeriesColors(String...) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
addSeriesColors(Collection<String>) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
addValue(Float, Float, Float, String) - Method in class org.wicketstuff.jqplot.lib.chart.BubbleChart
Add a value
addValue(Integer, Integer, Integer, String) - Method in class org.wicketstuff.jqplot.lib.chart.BubbleChart
Add a value
addValue(String, T) - Method in class org.wicketstuff.jqplot.lib.chart.PieChart
 
addValue(Collection<LabeledItem<T>>) - Method in class org.wicketstuff.jqplot.lib.chart.PieDonutChart
 
addValue(Collection<LineSeriesItem<I, V>>) - Method in class org.wicketstuff.jqplot.lib.chart.BarSeriesChart
 
addValue(Collection<LineSeriesItem<I, V>>) - Method in class org.wicketstuff.jqplot.lib.chart.LineSeriesChart
 
addValue(Collection<T>) - Method in class org.wicketstuff.jqplot.lib.chart.BarChart
Add a value for bar chart
addValue(List<T>) - Method in class org.wicketstuff.jqplot.lib.chart.AreaChart
Adds the value.
addValue(BubbleItem) - Method in class org.wicketstuff.jqplot.lib.chart.BubbleChart
Add a value
addValue(LabeledItem<T>) - Method in class org.wicketstuff.jqplot.lib.chart.LabeledLineChart
Add a value
addValue(LabeledItem<T>) - Method in class org.wicketstuff.jqplot.lib.chart.PieChart
 
addValue(T) - Method in class org.wicketstuff.jqplot.lib.chart.LineChart
Add a value
addValue(T) - Method in class org.wicketstuff.jqplot.lib.data.AbstractCollectionData
Add values to collection data
addValues(Collection<LineSeriesItem<I, V>>...) - Method in class org.wicketstuff.jqplot.lib.chart.BarSeriesChart
 
addValues(Collection<LineSeriesItem<I, V>>...) - Method in class org.wicketstuff.jqplot.lib.chart.LineSeriesChart
 
addValues(Collection<T>) - Method in class org.wicketstuff.jqplot.lib.data.AbstractCollectionData
Add values to collection data
addValues(Collection<T>...) - Method in class org.wicketstuff.jqplot.lib.chart.BarChart
Add a value for bar chart
addValues(List<T>...) - Method in class org.wicketstuff.jqplot.lib.chart.AreaChart
Adds the values.
addValues(LabeledItem<T>...) - Method in class org.wicketstuff.jqplot.lib.chart.LabeledLineChart
Add a value
addValues(LabeledItem<T>...) - Method in class org.wicketstuff.jqplot.lib.chart.PieChart
 
addValues(T...) - Method in class org.wicketstuff.jqplot.lib.chart.BarChart
Add a value for bar chart
addValues(T...) - Method in class org.wicketstuff.jqplot.lib.chart.LineChart
Add a value
addValues(T...) - Method in class org.wicketstuff.jqplot.lib.data.AbstractCollectionData
Add values to collection data
Animation - Class in org.wicketstuff.jqplot.lib.elements
 
Animation() - Constructor for class org.wicketstuff.jqplot.lib.elements.Animation
 
AreaChart<T extends Number> - Class in org.wicketstuff.jqplot.lib.chart
Simple implementation of Area Chart.
AreaChart() - Constructor for class org.wicketstuff.jqplot.lib.chart.AreaChart
Instantiates a new area chart.
AreaChart(String) - Constructor for class org.wicketstuff.jqplot.lib.chart.AreaChart
Instantiates a new area chart.
AreaFillData<T extends Number> - Class in org.wicketstuff.jqplot.lib.data
Data Helper to build Area Charts.
AreaFillData() - Constructor for class org.wicketstuff.jqplot.lib.data.AreaFillData
Instantiates a new area fill data.
AreaFillData(List<T>...) - Constructor for class org.wicketstuff.jqplot.lib.data.AreaFillData
Instantiates a new area fill data.
axes - Variable in class org.wicketstuff.jqplot.lib.ChartConfiguration
The axes.
Axes<T extends Serializable> - Class in org.wicketstuff.jqplot.lib.elements
Axes options are specified within an axes object at the top level of the plot options like so:
Axes() - Constructor for class org.wicketstuff.jqplot.lib.elements.Axes
 
axesDefaults - Variable in class org.wicketstuff.jqplot.lib.ChartConfiguration
The axes defaults.
axesDefaultsInstance() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Instantiates the axes defaults.
axesInstance() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Instantiates the axes.
Axis<T extends Serializable> - Class in org.wicketstuff.jqplot.lib.axis
An individual axis object.
Axis() - Constructor for class org.wicketstuff.jqplot.lib.axis.Axis
 
AxisNumber - Class in org.wicketstuff.jqplot.lib.axis
The Class AxisNumber.
AxisNumber() - Constructor for class org.wicketstuff.jqplot.lib.axis.AxisNumber
 
AxisString - Class in org.wicketstuff.jqplot.lib.axis
Default implementation of Axis.
AxisString() - Constructor for class org.wicketstuff.jqplot.lib.axis.AxisString
 
AxisTickRenderer - org.wicketstuff.jqplot.lib.JqPlotResources
The Axis tick renderer.

B

BarChart<T extends Number> - Class in org.wicketstuff.jqplot.lib.chart
Simple implementation of Bar Chart.
BarChart() - Constructor for class org.wicketstuff.jqplot.lib.chart.BarChart
Construtor
BarChart(String) - Constructor for class org.wicketstuff.jqplot.lib.chart.BarChart
Construtor
BarChart(String, String, String) - Constructor for class org.wicketstuff.jqplot.lib.chart.BarChart
Construtor
BarData<T extends Number> - Class in org.wicketstuff.jqplot.lib.data
Data Helper to build Bar Charts.
BarData() - Constructor for class org.wicketstuff.jqplot.lib.data.BarData
Instantiates a new bar data.
BarData(Collection<T>...) - Constructor for class org.wicketstuff.jqplot.lib.data.BarData
Instantiates a new bar data.
BarRenderer - org.wicketstuff.jqplot.lib.JqPlotResources
The Bar renderer.
BarSeriesChart<I extends Number,​V extends Number> - Class in org.wicketstuff.jqplot.lib.chart
Simple implementation of Bar Chart.
BarSeriesChart() - Constructor for class org.wicketstuff.jqplot.lib.chart.BarSeriesChart
Construtor
BarSeriesChart(String) - Constructor for class org.wicketstuff.jqplot.lib.chart.BarSeriesChart
Construtor
BarSeriesChart(String, String, String) - Constructor for class org.wicketstuff.jqplot.lib.chart.BarSeriesChart
Construtor
BaseItem - Interface in org.wicketstuff.jqplot.lib.data.item
Marker interface for Chart Items
both - org.wicketstuff.jqplot.lib.elements.TooltipAxes
 
BubbleChart - Class in org.wicketstuff.jqplot.lib.chart
Simple implementation of Bubble Chart.
BubbleChart() - Constructor for class org.wicketstuff.jqplot.lib.chart.BubbleChart
Construtor
BubbleChart(String) - Constructor for class org.wicketstuff.jqplot.lib.chart.BubbleChart
Construtor
BubbleData<T extends BubbleItem> - Class in org.wicketstuff.jqplot.lib.data
Data Helper to build Bubble Charts.
BubbleData() - Constructor for class org.wicketstuff.jqplot.lib.data.BubbleData
 
BubbleItem - Class in org.wicketstuff.jqplot.lib.data.item
Representa um item do bubble chart
BubbleItem() - Constructor for class org.wicketstuff.jqplot.lib.data.item.BubbleItem
Construtor
BubbleItem(Float, Float, Float, String) - Constructor for class org.wicketstuff.jqplot.lib.data.item.BubbleItem
Construtor
BubbleItem(Integer, Integer, Integer, String) - Constructor for class org.wicketstuff.jqplot.lib.data.item.BubbleItem
Construtor
BubbleRenderer - org.wicketstuff.jqplot.lib.JqPlotResources
The Bubble renderer.

C

CanvasAxisLabelRenderer - org.wicketstuff.jqplot.lib.JqPlotResources
The Canvas axis label renderer.
CanvasAxisTickRenderer - org.wicketstuff.jqplot.lib.JqPlotResources
The Canvas axis tick renderer.
CanvasOverlay - Class in org.wicketstuff.jqplot.lib.elements
CanvasOverlay object.
CanvasOverlay - org.wicketstuff.jqplot.lib.JqPlotResources
The CanvasOverlay renderer.
CanvasOverlay() - Constructor for class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Instantiates a new canvas overlay.
CanvasOverlay(String) - Constructor for class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Instantiates a new canvas overlay.
canvasOverlayInstance() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Instantiates the canvas overlay.
CanvasTextRenderer - org.wicketstuff.jqplot.lib.JqPlotResources
The Canvas text renderer.
CategoryAxisRenderer - org.wicketstuff.jqplot.lib.JqPlotResources
The Category axis renderer.
Chart<T extends ChartData<?>> - Interface in org.wicketstuff.jqplot.lib
Base of all charts
ChartConfiguration<T extends Serializable> - Class in org.wicketstuff.jqplot.lib
Base configuration of JqPlot Chart.
ChartConfiguration() - Constructor for class org.wicketstuff.jqplot.lib.ChartConfiguration
 
ChartData<T> - Interface in org.wicketstuff.jqplot.lib.data
Base interface to handle data.
clazz - Variable in class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter.Node
 
close() - Method in class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
 
createElement() - Static method in class org.wicketstuff.jqplot.lib.elements.ElemContainer
Creates the element.
createJquery(Chart<?>, String) - Static method in class org.wicketstuff.jqplot.lib.JqPlotUtils
Cria um comando jquery
createJquery(Chart<?>, String, String) - Static method in class org.wicketstuff.jqplot.lib.JqPlotUtils
Cria um comando jquery
Cursor - Class in org.wicketstuff.jqplot.lib.elements
Plugin class representing the cursor as displayed on the plot.
Cursor - org.wicketstuff.jqplot.lib.JqPlotResources
The Cursor.
Cursor() - Constructor for class org.wicketstuff.jqplot.lib.elements.Cursor
 
cursorInstance() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Instantiates the cursor.

D

DashedHorizontalLine - Class in org.wicketstuff.jqplot.lib.elements
DashedHorizontalLine object.
DashedHorizontalLine() - Constructor for class org.wicketstuff.jqplot.lib.elements.DashedHorizontalLine
Instantiates a new dashed horizontal line.
DashedHorizontalLine(String) - Constructor for class org.wicketstuff.jqplot.lib.elements.DashedHorizontalLine
Instantiates a new dashed horizontal line.
dashedHorizontalLineInstance() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Get a DashedHorizontalLine instance
dashedHorizontalLineInstance() - Method in class org.wicketstuff.jqplot.lib.elements.LineObject
 
DashedVerticalLine - Class in org.wicketstuff.jqplot.lib.elements
DashedVerticalLine object.
DashedVerticalLine() - Constructor for class org.wicketstuff.jqplot.lib.elements.DashedVerticalLine
Instantiates a new dashed vertical line.
DashedVerticalLine(String) - Constructor for class org.wicketstuff.jqplot.lib.elements.DashedVerticalLine
Instantiates a new dashed vertical line.
dashedVerticalLineInstance() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Get a DashedVerticalLine instance
dashedVerticalLineInstance() - Method in class org.wicketstuff.jqplot.lib.elements.LineObject
 
dashPatternInstance() - Method in class org.wicketstuff.jqplot.lib.elements.DashedHorizontalLine
 
dashPatternInstance() - Method in class org.wicketstuff.jqplot.lib.elements.DashedVerticalLine
 
DateAxisRenderer - org.wicketstuff.jqplot.lib.JqPlotResources
The Date axis renderer.
DefaultTickFormatter - org.wicketstuff.jqplot.lib.JqPlotResources
A class of a formatter for the tick text.
DonutRenderer - org.wicketstuff.jqplot.lib.JqPlotResources
The Donut renderer.
DROP_ROOT_MODE - Static variable in class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
DROP_ROOT_MODE drops the JSON root node.

E

e - org.wicketstuff.jqplot.lib.elements.Location
 
ElemContainer - Class in org.wicketstuff.jqplot.lib.elements
The Class ElemContainer.
ElemContainer(Float, Float) - Constructor for class org.wicketstuff.jqplot.lib.elements.ElemContainer
Instantiates a new elem container.
Element - Interface in org.wicketstuff.jqplot.lib.elements
Marker interface for all elements.
endNode() - Method in class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
 
endOfLine() - Method in class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
 
EnhancedLegendRenderer - org.wicketstuff.jqplot.lib.JqPlotResources
 

F

fieldAlready - Variable in class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter.Node
 
FillBetween - Class in org.wicketstuff.jqplot.lib.elements
The Class FillBetween.
FillBetween() - Constructor for class org.wicketstuff.jqplot.lib.elements.FillBetween
 
flush() - Method in class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
 

G

getAngle() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Gets the angle.
getAnimate() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Gets the animate.
getAnimation() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the animation.
getAutoScale() - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Gets the auto scale.
getAxes() - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
getAxes() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Gets the axes.
getAxesDefaults() - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
getAxesDefaults() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Gets the axes defaults.
getAxis() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the axis.
getBackground() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the background.
getBackground() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the background.
getBackground() - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
getBarDirection() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the bar direction.
getBarMargin() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the bar margin.
getBarWidth() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the bar width.
getBaseSeries() - Method in class org.wicketstuff.jqplot.lib.elements.FillBetween
Gets the base series.
getBorder() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the border.
getBorder() - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
getBorderColor() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the border color.
getBorderWidth() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the border width.
getBottom() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the bottom.
getBottom() - Method in class org.wicketstuff.jqplot.lib.elements.GridPadding
 
getBringSeriesToFront() - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
getBubbleAlpha() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the bubble alpha.
getBubbleGradients() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the bubble gradients.
getCanvasOverlay() - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
getCanvasOverlay() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Gets the canvas overlay.
getChartConfiguration() - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
getChartConfiguration() - Method in class org.wicketstuff.jqplot.lib.chart.AreaChart
 
getChartConfiguration() - Method in class org.wicketstuff.jqplot.lib.chart.BarChart
 
getChartConfiguration() - Method in class org.wicketstuff.jqplot.lib.chart.BarSeriesChart
 
getChartConfiguration() - Method in class org.wicketstuff.jqplot.lib.chart.BubbleChart
 
getChartConfiguration() - Method in interface org.wicketstuff.jqplot.lib.Chart
Return chart configuration
getChartConfiguration() - Method in class org.wicketstuff.jqplot.lib.chart.LabeledLineChart
 
getChartConfiguration() - Method in class org.wicketstuff.jqplot.lib.chart.LineChart
 
getChartConfiguration() - Method in class org.wicketstuff.jqplot.lib.chart.LineSeriesChart
 
getChartConfiguration() - Method in class org.wicketstuff.jqplot.lib.chart.MeterGaugeChart
 
getChartConfiguration() - Method in class org.wicketstuff.jqplot.lib.chart.PieChart
 
getChartConfiguration() - Method in class org.wicketstuff.jqplot.lib.chart.PieDonutChart
 
getChartData() - Method in class org.wicketstuff.jqplot.lib.chart.AreaChart
 
getChartData() - Method in class org.wicketstuff.jqplot.lib.chart.BarChart
 
getChartData() - Method in class org.wicketstuff.jqplot.lib.chart.BarSeriesChart
 
getChartData() - Method in class org.wicketstuff.jqplot.lib.chart.BubbleChart
 
getChartData() - Method in interface org.wicketstuff.jqplot.lib.Chart
Return chart data.
getChartData() - Method in class org.wicketstuff.jqplot.lib.chart.LabeledLineChart
 
getChartData() - Method in class org.wicketstuff.jqplot.lib.chart.LineChart
Get Chart Data
getChartData() - Method in class org.wicketstuff.jqplot.lib.chart.LineSeriesChart
 
getChartData() - Method in class org.wicketstuff.jqplot.lib.chart.MeterGaugeChart
 
getChartData() - Method in class org.wicketstuff.jqplot.lib.chart.PieChart
 
getChartData() - Method in class org.wicketstuff.jqplot.lib.chart.PieDonutChart
 
getClassName() - Method in enum org.wicketstuff.jqplot.lib.JqPlotResources
Gets the class name.
getClickReset() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the click reset.
getColor() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Gets the color.
getColor() - Method in class org.wicketstuff.jqplot.lib.elements.FillBetween
Gets the color.
getColor() - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Gets the color.
getColor() - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Gets the color.
getColor() - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
 
getConstrainOutsideZoom() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the constrain outside zoom.
getConstrainZoomTo() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the constrain zoom to.
getCursor() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Gets the cursor.
getCursorLegendFormatString() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the cursor legend format string.
getDashedHorizontalLine() - Method in class org.wicketstuff.jqplot.lib.elements.LineObject
 
getDashedVerticalLine() - Method in class org.wicketstuff.jqplot.lib.elements.LineObject
 
getDashPattern() - Method in class org.wicketstuff.jqplot.lib.elements.DashedHorizontalLine
Gets the dash pattern.
getDashPattern() - Method in class org.wicketstuff.jqplot.lib.elements.DashedVerticalLine
Gets the dash pattern.
getData() - Method in class org.wicketstuff.jqplot.lib.data.AreaFillData
 
getData() - Method in class org.wicketstuff.jqplot.lib.data.BarData
 
getData() - Method in class org.wicketstuff.jqplot.lib.data.BubbleData
 
getData() - Method in interface org.wicketstuff.jqplot.lib.data.ChartData
Gets the data.
getData() - Method in class org.wicketstuff.jqplot.lib.data.LabeledData
 
getData() - Method in class org.wicketstuff.jqplot.lib.data.LinedData
 
getData() - Method in class org.wicketstuff.jqplot.lib.data.LineSeriesData
 
getData() - Method in class org.wicketstuff.jqplot.lib.data.NumberData
 
getData() - Method in class org.wicketstuff.jqplot.lib.data.PieData
 
getData() - Method in class org.wicketstuff.jqplot.lib.data.PieDonutData
 
getDataLabels() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the data labels.
getDblClickReset() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the dbl click reset.
getDrawBorder() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the draw border.
getDrawGridLines() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the draw grid lines.
getEdgeTolerance() - Method in class org.wicketstuff.jqplot.lib.elements.PointLabels
Gets the edge tolerance.
getEscapeHtml() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the escape html.
getEscapeHtml() - Method in class org.wicketstuff.jqplot.lib.elements.Title
Gets the escape html.
getEscapeHTML() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Gets the escape html.
getFadeTooltip() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Gets the fadeTooltip.
getFadeTooltip() - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
getFill() - Method in class org.wicketstuff.jqplot.lib.elements.FillBetween
Gets the fill.
getFill() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the fill.
getFill() - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Gets the fill.
getFillToZero() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the fillToZero.
getFollowMouse() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the follow mouse.
getFontFamily() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the font family.
getFontFamily() - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
getFontFamily() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Gets the font family.
getFontFamily() - Method in class org.wicketstuff.jqplot.lib.elements.Title
Gets the font family.
getFontSize() - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
getFontSize() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Gets the font size.
getFontSize() - Method in class org.wicketstuff.jqplot.lib.elements.Title
Gets the font size.
getFontStretch() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Gets the font stretch.
getFontWeight() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Gets the font weight.
getFontWeight() - Method in class org.wicketstuff.jqplot.lib.elements.Title
Gets the font weight.
getForceTickAt0() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the force tick at zero.
getForceTickAt100() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the force tick at 100.
getFormatString() - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
getFormatString() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Gets the format string.
getGrid() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Gets the grid.
getGridLineColor() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the grid line color.
getGridLineWidth() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the grid line width.
getGridPadding() - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
getGridPadding() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Gets gridPadding
getHeight() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the height.
getHighlightAlpha() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the highlight alpha.
getHighlighter() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Gets the highlighter.
getHorizontalLine() - Method in class org.wicketstuff.jqplot.lib.elements.LineObject
 
getIndex() - Method in class org.wicketstuff.jqplot.lib.data.item.LineSeriesItem
Gets the index.
getIntersectionThreshold() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the intersection threshold.
getIntervalColors() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the interval colors.
getIntervalOuterRadius() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the interval outer radius.
getIntervals() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the intervals.
getIsMinorTick() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Gets the checks if is minor tick.
getLabel() - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Gets the label.
getLabel() - Method in class org.wicketstuff.jqplot.lib.data.item.BubbleItem
 
getLabel() - Method in class org.wicketstuff.jqplot.lib.data.item.LabeledItem
Gets the label.
getLabel() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the label.
getLabel() - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Gets the label.
getLabel() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Gets the label.
getLabel() - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
 
getLabelHeightAdjust() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the label height adjust.
getLabelPosition() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the label position.
getLabelPosition() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Gets the label position.
getLabelRenderer() - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Gets the label renderer.
getLabels() - Method in class org.wicketstuff.jqplot.lib.elements.PointLabels
Gets the labels.
getLables() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the lables.
getLeft() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the left.
getLeft() - Method in class org.wicketstuff.jqplot.lib.elements.GridPadding
 
getLegend() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Gets the legend.
getLineCap() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Gets the line cap.
getLineWidth() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Gets the line width.
getLineWidth() - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Gets the line width.
getLineWidth() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the line width.
getLineWidth() - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Gets the line width.
getLineWidth() - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
 
getLineWidthAdjust() - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
getLocation() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the location.
getLocation() - Method in class org.wicketstuff.jqplot.lib.elements.PointLabels
Gets the location.
getLooseZoom() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the loose zoom.
getMarginBottom() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the margin bottom.
getMarginBotton() - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
getMarginLeft() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the margin left.
getMarginLeft() - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
getMarginRight() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the margin right.
getMarginRight() - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
getMarginTop() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the margin top.
getMarginTop() - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
getMarginTop() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the margin top.
getMark() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Gets the mark.
getMarkerOptions() - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Gets the marker options.
getMarkSize() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Gets the mark size.
getMax() - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Gets the max.
getMax() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the max.
getMin() - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Gets the min.
getMin() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the min.
getName() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Gets the name.
getNumberColumns() - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
getNumberRows() - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
getNumberRows() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the number rows.
getObjects() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Gets the objects.
getOptions() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the options.
getPad() - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Gets the pad.
getPadding() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the padding.
getPadMax() - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Gets the pad max.
getPadMin() - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Gets the pad min.
getPlacement() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the placement.
getPlotHeight() - Method in class org.wicketstuff.jqplot.lib.elements.ElemContainer
Gets the plot height.
getPlotWidth() - Method in class org.wicketstuff.jqplot.lib.elements.ElemContainer
Gets the plot width.
getPointLabels() - Method in class org.wicketstuff.jqplot.lib.elements.SeriesDefaults
 
getPreDraw() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the pre draw.
getPrefix() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Gets the prefix.
getRadius() - Method in class org.wicketstuff.jqplot.lib.data.item.BubbleItem
 
getRenderer() - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Gets the renderer.
getRenderer() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the renderer.
getRenderer() - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Gets the renderer.
getRenderer() - Method in class org.wicketstuff.jqplot.lib.elements.Title
Gets the renderer.
getRendererOptions() - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Gets the renderer options.
getRendererOptions() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the renderer options.
getRendererOptions() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
getRendererOptions() - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Gets the renderer options.
getRendererOptions() - Method in class org.wicketstuff.jqplot.lib.elements.Title
Gets the renderer options.
getResource() - Method in enum org.wicketstuff.jqplot.lib.JqPlotResources
Gets the resource.
getRight() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the right.
getRight() - Method in class org.wicketstuff.jqplot.lib.elements.GridPadding
 
getSerie1() - Method in class org.wicketstuff.jqplot.lib.elements.FillBetween
Gets the serie1.
getSerie2() - Method in class org.wicketstuff.jqplot.lib.elements.FillBetween
Gets the serie2.
getSeries() - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
getSeries() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Gets the series.
getSeriesColors() - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
getSeriesColors() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Gets the series colors.
getSeriesDefaults() - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
getSeriesDefaults() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Gets the series defaults.
getShadow() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Gets the shadow.
getShadow() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the shadow.
getShadow() - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Gets the shadow.
getShadow() - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Gets the shadow.
getShadow() - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
 
getShadowAlpha() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the shadow alpha.
getShadowAlpha() - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Gets the shadow alpha.
getShadowAlpha() - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Gets the shadow alpha.
getShadowAlpha() - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
 
getShadowAngle() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the shadow angle.
getShadowAngle() - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Gets the shadow angle.
getShadowAngle() - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
 
getShadowColor() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the shadow color.
getShadowDepth() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the shadow depth.
getShadowDepth() - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Gets the shadow depth.
getShadowDepth() - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Gets the shadow depth.
getShadowDepth() - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
 
getShadowOffset() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the shadow offset.
getShadowOffset() - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Gets the shadow offset.
getShadowOffset() - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
 
getShadowRenderer() - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Gets the shadow renderer.
getShadowWidth() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the shadow width.
getShapeRenderer() - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Gets the shape renderer.
getShow() - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Gets the show.
getShow() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Gets the show.
getShow() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the show.
getShow() - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
getShow() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the show.
getShow() - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Gets the show.
getShow() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Gets the show.
getShow() - Method in class org.wicketstuff.jqplot.lib.elements.Title
Gets the show.
getShow() - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
 
getShowAlpha() - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Gets the show alpha.
getShowCursorLegend() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the show cursor legend.
getShowDataLabels() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the show data labels.
getShowGridline() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Gets the show gridline.
getShowHorizontalLine() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the show horizontal line.
getShowLabel() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Gets the show label.
getShowLables() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the show lables.
getShowLables() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the show lables.
getShowLine() - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Gets the show line.
getShowMark() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Gets the show mark.
getShowMarker() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Gets the show marker.
getShowMarker() - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
getShowMarker() - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Gets the show marker.
getShowSwatches() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the show swatches.
getShowTickLabels() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the show tick labels.
getShowTooltip() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Gets the showTooltip.
getShowTooltip() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the show tooltip.
getShowTooltip() - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
getShowTooltipDataPosition() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the show tooltip data position.
getShowTooltipGridPosition() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the show tooltip grid position.
getShowTooltipOutsideZoom() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the show tooltip outside zoom.
getShowTooltipPrecision() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Gets the showTooltipPrecision.
getShowTooltipUnitPosition() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the show tooltip unit position.
getShowVerticalLine() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the show vertical line.
getSize() - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Gets the size.
getSizeAdjust() - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
getSliceMargin() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the slice margin.
getSmooth() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the smooth.
getSpeed() - Method in class org.wicketstuff.jqplot.lib.elements.Animation
 
getStackSeries() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Gets the stack series.
getStart() - Method in class org.wicketstuff.jqplot.lib.elements.Line
Gets the start.
getStartAngle() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the start angle.
getStop() - Method in class org.wicketstuff.jqplot.lib.elements.Line
Gets the stop.
getStyle() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the style.
getStyle() - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Gets the style.
getText() - Method in class org.wicketstuff.jqplot.lib.elements.Title
Gets the text.
getTextAlign() - Method in class org.wicketstuff.jqplot.lib.elements.Title
Gets the text align.
getTextColor() - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
getTextColor() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Gets the text color.
getTextColor() - Method in class org.wicketstuff.jqplot.lib.elements.Title
Gets the text color.
getTickInterval() - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Gets the tick interval.
getTickOptions() - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Gets the tick options.
getTickRenderer() - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Gets the tick renderer.
getTicks() - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Gets the ticks.
getTitle() - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
getTitle() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Gets the title.
getTooltipAxes() - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
getTooltipAxisGroups() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the tooltip axis groups.
getTooltipFadeSpeed() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Gets the tooltipFadeSpeed.
getTooltipFadeSpeed() - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
getTooltipFormatString() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Gets the tooltipFormatString.
getTooltipFormatString() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the tooltip format string.
getTooltipFormatString() - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
getTooltipLocation() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Gets the tooltipLocation.
getTooltipLocation() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the tooltip location.
getTooltipLocation() - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
getTooltipOffset() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Gets the tooltipOffset.
getTooltipOffset() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the tooltip offset.
getTooltipOffset() - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
getTop() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the top.
getTop() - Method in class org.wicketstuff.jqplot.lib.elements.GridPadding
 
getTrendline() - Method in class org.wicketstuff.jqplot.lib.elements.SeriesDefaults
 
getUseAxesFormatters() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the use axes formatters.
getUseAxesFormatters() - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
getValue() - Method in class org.wicketstuff.jqplot.lib.data.item.LabeledItem
Gets the value.
getValue() - Method in class org.wicketstuff.jqplot.lib.data.item.LineSeriesItem
Gets the value.
getVaryBarColor() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Gets the vary bar color.
getVerticalLine() - Method in class org.wicketstuff.jqplot.lib.elements.LineObject
 
getWidth() - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Gets the width.
getX() - Method in class org.wicketstuff.jqplot.lib.data.item.BubbleItem
 
getX2axis() - Method in class org.wicketstuff.jqplot.lib.elements.Axes
 
getXaxis() - Method in class org.wicketstuff.jqplot.lib.elements.Axes
 
getXAxis() - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
getXMin() - Method in class org.wicketstuff.jqplot.lib.elements.HorizontalLine
Gets the xmin.
getXoffset() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the xoffset.
getXOffset() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Gets the xOffset.
getY() - Method in class org.wicketstuff.jqplot.lib.data.item.BubbleItem
 
getY() - Method in class org.wicketstuff.jqplot.lib.elements.HorizontalLine
Gets the y.
getY2axis() - Method in class org.wicketstuff.jqplot.lib.elements.Axes
 
getYaxis() - Method in class org.wicketstuff.jqplot.lib.elements.Axes
 
getYAxis() - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
getYMin() - Method in class org.wicketstuff.jqplot.lib.elements.HorizontalLine
Gets the ymin.
getYoffset() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Gets the yoffset.
getYvalues() - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
getZoom() - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Gets the zoom.
Grid<T extends Serializable> - Class in org.wicketstuff.jqplot.lib.elements
Object representing the grid on which the plot is drawn.
Grid() - Constructor for class org.wicketstuff.jqplot.lib.elements.Grid
 
gridInstance() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Instantiates the grid.
GridPadding - Class in org.wicketstuff.jqplot.lib.elements
GridPadding
GridPadding() - Constructor for class org.wicketstuff.jqplot.lib.elements.GridPadding
 
GridPadding(Integer, Integer, Integer, Integer) - Constructor for class org.wicketstuff.jqplot.lib.elements.GridPadding
 
gridPaddingInstance() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Get instance of GridPadding

H

Highlighter - Class in org.wicketstuff.jqplot.lib.elements
 
Highlighter - org.wicketstuff.jqplot.lib.JqPlotResources
The Highlighter.
Highlighter() - Constructor for class org.wicketstuff.jqplot.lib.elements.Highlighter
 
highlighterInstance() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
 
HorizontalLine - Class in org.wicketstuff.jqplot.lib.elements
HorizontalLine object.
HorizontalLine() - Constructor for class org.wicketstuff.jqplot.lib.elements.HorizontalLine
Instantiates a new horizontal line.
HorizontalLine(String) - Constructor for class org.wicketstuff.jqplot.lib.elements.HorizontalLine
Instantiates a new horizontal line.
horizontalLineInstance() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Get a HorizontalLine instance
horizontalLineInstance() - Method in class org.wicketstuff.jqplot.lib.elements.LineObject
 

I

isCaptureRightClick() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Checks if is capture right click.
isCollection - Variable in class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter.Node
 
isFillZero() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Checks if is fill zero.
isHighlightMouseDown() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Checks if is highlight mouse down.
isShow() - Method in class org.wicketstuff.jqplot.lib.elements.PointLabels
Checks if is show.

J

JqPlotJsonMapHierarchicalWriter - Class in org.wicketstuff.jqplot.lib.support
 
JqPlotJsonMapHierarchicalWriter(Writer) - Constructor for class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
 
JqPlotJsonMapHierarchicalWriter(Writer, char[]) - Constructor for class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
 
JqPlotJsonMapHierarchicalWriter(Writer, char[], String) - Constructor for class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
 
JqPlotJsonMapHierarchicalWriter(Writer, char[], String, int) - Constructor for class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
 
JqPlotJsonMapHierarchicalWriter(Writer, int) - Constructor for class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
Create a JsonWriter where the writer mode can be chosen.
JqPlotJsonMapHierarchicalWriter(Writer, String) - Constructor for class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
 
JqPlotJsonMapHierarchicalWriter(Writer, String, String) - Constructor for class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
 
JqPlotJsonMapHierarchicalWriter.Node - Class in org.wicketstuff.jqplot.lib.support
 
JqPlotPlugin - Annotation Type in org.wicketstuff.jqplot.lib.metadata
Annotation to inform the resources used by Chart
JqPlotResources - Enum in org.wicketstuff.jqplot.lib
Resources of JqPlot aka Plugins.
jqPlotToJson(ChartConfiguration<?>) - Static method in class org.wicketstuff.jqplot.lib.JqPlotUtils
Retorna o um json a partir de uma configuração jqplot
JqPlotUtils - Class in org.wicketstuff.jqplot.lib
Utility class to provide json from Chart object.
JqPlotUtils() - Constructor for class org.wicketstuff.jqplot.lib.JqPlotUtils
 

L

LabeledData<T extends Number> - Class in org.wicketstuff.jqplot.lib.data
Data Helper to build Labeled Charts.
LabeledData() - Constructor for class org.wicketstuff.jqplot.lib.data.LabeledData
Instantiates a new labeled data.
LabeledData(LabeledItem<T>...) - Constructor for class org.wicketstuff.jqplot.lib.data.LabeledData
Instantiates a new labeled data.
LabeledItem<T extends Number> - Class in org.wicketstuff.jqplot.lib.data.item
LabeledItem's data.
LabeledItem() - Constructor for class org.wicketstuff.jqplot.lib.data.item.LabeledItem
Instantiates a new labeled item.
LabeledItem(String, T) - Constructor for class org.wicketstuff.jqplot.lib.data.item.LabeledItem
Instantiates a new labeled item.
LabeledLineChart<T extends Number> - Class in org.wicketstuff.jqplot.lib.chart
Simple implementation of Labeled Line Chart.
LabeledLineChart() - Constructor for class org.wicketstuff.jqplot.lib.chart.LabeledLineChart
Construtor
LabeledLineChart(String, String, String) - Constructor for class org.wicketstuff.jqplot.lib.chart.LabeledLineChart
Construtor
LabeledLineChart(String, String, String, Integer) - Constructor for class org.wicketstuff.jqplot.lib.chart.LabeledLineChart
Construtor
Legend - Class in org.wicketstuff.jqplot.lib.elements
Legend object.
Legend() - Constructor for class org.wicketstuff.jqplot.lib.elements.Legend
Instantiates a new legend.
Legend(boolean, Location) - Constructor for class org.wicketstuff.jqplot.lib.elements.Legend
Instantiates a new legend.
Legend(String) - Constructor for class org.wicketstuff.jqplot.lib.elements.Legend
Instantiates a new legend.
LegendRenderer - Class in org.wicketstuff.jqplot.lib.elements
 
LegendRenderer() - Constructor for class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
Line - Class in org.wicketstuff.jqplot.lib.elements
Line object.
Line() - Constructor for class org.wicketstuff.jqplot.lib.elements.Line
Instantiates a new line.
Line(String) - Constructor for class org.wicketstuff.jqplot.lib.elements.Line
Instantiates a new line.
LineChart<T extends Number> - Class in org.wicketstuff.jqplot.lib.chart
Simple implementation of Line Chart.
LineChart() - Constructor for class org.wicketstuff.jqplot.lib.chart.LineChart
Line chart construcotr
LineChart(String) - Constructor for class org.wicketstuff.jqplot.lib.chart.LineChart
Construtor
LineChart(String, String, String) - Constructor for class org.wicketstuff.jqplot.lib.chart.LineChart
Construtor
LinedData<T extends Number> - Class in org.wicketstuff.jqplot.lib.data
Data Helper to build Line Charts.
LinedData() - Constructor for class org.wicketstuff.jqplot.lib.data.LinedData
Instantiates a new lined data.
LinedData(T...) - Constructor for class org.wicketstuff.jqplot.lib.data.LinedData
Instantiates a new lined data.
LineObject - Class in org.wicketstuff.jqplot.lib.elements
Container for all line types used with a canvas overlay.
LineObject() - Constructor for class org.wicketstuff.jqplot.lib.elements.LineObject
 
LineSeriesChart<I extends Number,​V extends Number> - Class in org.wicketstuff.jqplot.lib.chart
Simple implementation of Line Series Chart.
LineSeriesChart(String) - Constructor for class org.wicketstuff.jqplot.lib.chart.LineSeriesChart
 
LineSeriesChart(String, String, String) - Constructor for class org.wicketstuff.jqplot.lib.chart.LineSeriesChart
 
LineSeriesData<I extends Number,​V extends Number> - Class in org.wicketstuff.jqplot.lib.data
Data Helper to build Line Series Charts.
LineSeriesData() - Constructor for class org.wicketstuff.jqplot.lib.data.LineSeriesData
 
LineSeriesItem<I extends Serializable,​V extends Serializable> - Class in org.wicketstuff.jqplot.lib.data.item
LineSeriesItem's data.
LineSeriesItem() - Constructor for class org.wicketstuff.jqplot.lib.data.item.LineSeriesItem
Instantiates a new line series item.
LineSeriesItem(I, V) - Constructor for class org.wicketstuff.jqplot.lib.data.item.LineSeriesItem
Instantiates a new line series item.
lineWidth(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Line width.
lineWidth(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Line width.
Location - Enum in org.wicketstuff.jqplot.lib.elements
 

M

markerOptions(MarkerOptions) - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Marker options.
MarkerOptions - Class in org.wicketstuff.jqplot.lib.elements
The default jqPlot marker renderer, rendering the points on the line.
MarkerOptions() - Constructor for class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Instantiates a new marker options.
markerOptionsInstance() - Method in class org.wicketstuff.jqplot.lib.elements.Serie
 
MeterData - Class in org.wicketstuff.jqplot.lib.data
Data Helper to build Meter Charts.
MeterData() - Constructor for class org.wicketstuff.jqplot.lib.data.MeterData
Instantiates a new meter data.
MeterData(Float) - Constructor for class org.wicketstuff.jqplot.lib.data.MeterData
Instantiates a new meter data.
MeterGaugeChart - Class in org.wicketstuff.jqplot.lib.chart
Simple implementation of Meter Gauge Chart.
MeterGaugeChart() - Constructor for class org.wicketstuff.jqplot.lib.chart.MeterGaugeChart
Construtor
MeterGaugeChart(String) - Constructor for class org.wicketstuff.jqplot.lib.chart.MeterGaugeChart
Construtor
MeterGaugeRenderer - org.wicketstuff.jqplot.lib.JqPlotResources
The Meter gauge renderer.

N

n - org.wicketstuff.jqplot.lib.elements.Location
 
name - Variable in class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter.Node
 
ne - org.wicketstuff.jqplot.lib.elements.Location
 
Node(String, Class<?>) - Constructor for class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter.Node
 
NumberData<T extends Number> - Class in org.wicketstuff.jqplot.lib.data
Helper to handle Data Number with generics.
NumberData(T) - Constructor for class org.wicketstuff.jqplot.lib.data.NumberData
Instantiates a new number data.
nw - org.wicketstuff.jqplot.lib.elements.Location
 

O

objectsInstance() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Instantiates the objects.
org.wicketstuff.jqplot.lib - package org.wicketstuff.jqplot.lib
 
org.wicketstuff.jqplot.lib.axis - package org.wicketstuff.jqplot.lib.axis
 
org.wicketstuff.jqplot.lib.chart - package org.wicketstuff.jqplot.lib.chart
 
org.wicketstuff.jqplot.lib.data - package org.wicketstuff.jqplot.lib.data
 
org.wicketstuff.jqplot.lib.data.item - package org.wicketstuff.jqplot.lib.data.item
 
org.wicketstuff.jqplot.lib.elements - package org.wicketstuff.jqplot.lib.elements
 
org.wicketstuff.jqplot.lib.metadata - package org.wicketstuff.jqplot.lib.metadata
 
org.wicketstuff.jqplot.lib.support - package org.wicketstuff.jqplot.lib.support
 

P

PieChart<T extends Number> - Class in org.wicketstuff.jqplot.lib.chart
Simple implementation of Pie Chart.
PieChart() - Constructor for class org.wicketstuff.jqplot.lib.chart.PieChart
Construtor
PieChart(String) - Constructor for class org.wicketstuff.jqplot.lib.chart.PieChart
Construtor
PieData<T extends Number> - Class in org.wicketstuff.jqplot.lib.data
Data Helper to build Pie Charts.
PieData() - Constructor for class org.wicketstuff.jqplot.lib.data.PieData
 
PieDonutChart<T extends Number> - Class in org.wicketstuff.jqplot.lib.chart
Simple implementation of Pie Donut Chart.
PieDonutChart() - Constructor for class org.wicketstuff.jqplot.lib.chart.PieDonutChart
Construtor
PieDonutChart(String) - Constructor for class org.wicketstuff.jqplot.lib.chart.PieDonutChart
 
PieDonutData<T extends Number> - Class in org.wicketstuff.jqplot.lib.data
Data Helper to build Pie Donut Charts.
PieDonutData() - Constructor for class org.wicketstuff.jqplot.lib.data.PieDonutData
 
PieRenderer - org.wicketstuff.jqplot.lib.JqPlotResources
The Pie renderer.
PointLabels - Class in org.wicketstuff.jqplot.lib.elements
The Class PointLabels.
PointLabels - org.wicketstuff.jqplot.lib.JqPlotResources
The Point labels.
PointLabels() - Constructor for class org.wicketstuff.jqplot.lib.elements.PointLabels
 
pointLabelsInstance() - Method in class org.wicketstuff.jqplot.lib.elements.SeriesDefaults
 

R

renderer(JqPlotResources) - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Renderer.
rendererOptions(RendererOptions) - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Renderer options.
rendererOptions(RendererOptions) - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Renderer options.
RendererOptions - Class in org.wicketstuff.jqplot.lib.elements
Renderer options.
RendererOptions() - Constructor for class org.wicketstuff.jqplot.lib.elements.RendererOptions
 
rendererOptionsInstance() - Method in class org.wicketstuff.jqplot.lib.axis.Axis
 
rendererOptionsInstance() - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Get renderer options instance
retriveJavaScriptResources(Chart<?>) - Static method in class org.wicketstuff.jqplot.lib.JqPlotUtils
Retorna os recursos de javascript

S

s - org.wicketstuff.jqplot.lib.elements.Location
 
se - org.wicketstuff.jqplot.lib.elements.Location
 
Serie - Class in org.wicketstuff.jqplot.lib.elements
The Class Serie.
Serie() - Constructor for class org.wicketstuff.jqplot.lib.elements.Serie
Instantiates a new serie.
Serie(String) - Constructor for class org.wicketstuff.jqplot.lib.elements.Serie
Instantiates a new serie.
series - Variable in class org.wicketstuff.jqplot.lib.ChartConfiguration
The series.
seriesColorsInstance() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
 
SeriesDefaults - Class in org.wicketstuff.jqplot.lib.elements
SeriesDafaults
SeriesDefaults() - Constructor for class org.wicketstuff.jqplot.lib.elements.SeriesDefaults
 
seriesDefaultsInstance() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
 
seriesInstance() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
 
setAngle(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Sets the angle.
setAnimate(Boolean) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Turns on animation for all series in this plot.
setAnimation(Animation) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the animation.
setAutoScale(Boolean) - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Sets the auto scale.
setAxes(Axes<S>) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setAxes(Axes<T>) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Sets the axes.
setAxesDefaults(Axis<S>) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setAxesDefaults(Axis<T>) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Sets the axes defaults.
setAxis(Axis<T>[]) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the axis.
setBackground(String) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the background.
setBackground(String) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the background.
setBackground(String) - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
setBarDirection(String) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the bar direction.
setBarMargin(Integer) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setBarMargin(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the bar margin.
setBarWidth(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the bar width.
setBaseSeries(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.FillBetween
Sets the base series.
setBorder(String) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the border.
setBorder(String) - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
setBorderColor(String) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the border color.
setBorderWidth(Double) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the border width.
setBottom(Float) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the bottom.
setBottom(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.GridPadding
 
setBringSeriesToFront(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
setBubbleAlpha(Float) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setBubbleAlpha(Float) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the bubble alpha.
setBubbleGradients(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the bubble gradients.
setCanvasOverlay(CanvasOverlay) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Sets the canvas overlay.
setCaptureRightClick(Boolean) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setCaptureRightClick(Boolean) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Sets the capture right click.
setClickReset(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the click reset.
setColor(String) - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Sets the color.
setColor(String) - Method in class org.wicketstuff.jqplot.lib.elements.FillBetween
Sets the color.
setColor(String) - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Sets the color.
setColor(String) - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Sets the color.
setColor(String) - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
 
setConstrainOutsideZoom(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the constrain outside zoom.
setConstrainZoomTo(String) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the constrain zoom to.
setCursor(Cursor) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Sets the cursor.
setCursorLegendFormatString(String) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the cursor legend format string.
setDashedHorizontalLine(DashedHorizontalLine) - Method in class org.wicketstuff.jqplot.lib.elements.LineObject
 
setDashedVerticalLine(DashedVerticalLine) - Method in class org.wicketstuff.jqplot.lib.elements.LineObject
 
setDashPattern(Collection<Integer>) - Method in class org.wicketstuff.jqplot.lib.elements.DashedHorizontalLine
Sets the dash pattern.
setDashPattern(Collection<Integer>) - Method in class org.wicketstuff.jqplot.lib.elements.DashedVerticalLine
Sets the dash pattern.
setDataLabels(String) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setDataLabels(String) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the data labels.
setDblClickReset(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the dbl click reset.
setDrawBorder(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the draw border.
setDrawGridLines(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the draw grid lines.
setEdgeTolerance(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.PointLabels
Sets the edge tolerance.
setEscapeHtml(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the escape html.
setEscapeHtml(String) - Method in class org.wicketstuff.jqplot.lib.elements.Title
Sets the escape html.
setEscapeHTML(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Sets the escape html.
setFadeTooltip(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Sets the fadeTooltip.
setFadeTooltip(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
setFill(Boolean) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setFill(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.FillBetween
Sets the fill.
setFill(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the fill.
setFill(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Sets the fill.
setFillToZero(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the fillToZero.
setFillZero(Boolean) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setFillZero(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the fill zero.
setFollowMouse(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the follow mouse.
setFontFamily(String) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the font family.
setFontFamily(String) - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
setFontFamily(String) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Sets the font family.
setFontFamily(String) - Method in class org.wicketstuff.jqplot.lib.elements.Title
Sets the font family.
setFontSize(String) - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
setFontSize(String) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Sets the font size.
setFontSize(String) - Method in class org.wicketstuff.jqplot.lib.elements.Title
Sets the font size.
setFontStretch(Double) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Sets the font stretch.
setFontWeight(String) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Sets the font weight.
setFontWeight(String) - Method in class org.wicketstuff.jqplot.lib.elements.Title
Sets the font weight.
setForceTickAt0(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the force tick at zero.
setForceTickAt100(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the force tick at 100.
setFormatString(String) - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
setFormatString(String) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Sets the format string.
setGrid(Grid<T>) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Sets the grid.
setGridLineColer(String) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the grid line color.
setGridLineWidth(Double) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the grid line width.
setGridPadding(GridPadding) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setGridPadding(GridPadding) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Sets the gridPadding
setHeight(Float) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the height.
setHighlightAlpha(Float) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setHighlightAlpha(Float) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the highlight alpha.
setHighlighter(Highlighter) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
set the highlighter.
setHighlightMouseDown(Boolean) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setHighlightMouseDown(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the highlight mouse down.
setHorizontalLine(HorizontalLine) - Method in class org.wicketstuff.jqplot.lib.elements.LineObject
 
setIndex(I) - Method in class org.wicketstuff.jqplot.lib.data.item.LineSeriesItem
Sets the index.
setIntersectionThreshold(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the intersection threshold.
setIntervalColors(List<String>) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the interval colors.
setIntervalOuterRadius(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the interval outer radius.
setIntervals(List<Integer>) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the intervals.
setIsMinorTick(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Sets the checks if is minor tick.
setLabel(String) - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Sets the label.
setLabel(String) - Method in class org.wicketstuff.jqplot.lib.data.item.BubbleItem
 
setLabel(String) - Method in class org.wicketstuff.jqplot.lib.data.item.LabeledItem
Sets the label.
setLabel(String) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the label.
setLabel(String) - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Sets the label.
setLabel(String) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Sets the label.
setLabel(String) - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
 
setLabelHeightAdjust(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the label height adjust.
setLabelPosition(String) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the label position.
setLabelPosition(String) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Sets the label position.
setLabelRenderer(JqPlotResources) - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Sets the label renderer.
setLabels(List<String>) - Method in class org.wicketstuff.jqplot.lib.elements.PointLabels
Sets the labels.
setLabelX(String) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setLabelX(String) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Sets the label x.
setLabelY(String) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setLabelY(String) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Sets the label y.
setLables(String[]) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the lables.
setLeft(Float) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the left.
setLeft(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.GridPadding
 
setLegend(Legend) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setLegend(Legend) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Sets the legend.
setLineCap(String) - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Sets the line cap.
setLineWidth(Float) - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
 
setLineWidth(Integer) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setLineWidth(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Sets the line width.
setLineWidth(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Sets the line width.
setLineWidth(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the line width.
setLineWidth(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Sets the line width.
setLineWidthAdjust(Double) - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
setLocation(String) - Method in class org.wicketstuff.jqplot.lib.elements.PointLabels
Sets the location.
setLocation(Location) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the location.
setLooseZoom(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the loose zoom.
setMarginBottom(String) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the margin bottom.
setMarginBotton(String) - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
setMarginLeft(String) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the margin left.
setMarginLeft(String) - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
setMarginRight(String) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the margin right.
setMarginRight(String) - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
setMarginTop(String) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the margin top.
setMarginTop(String) - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
setMarginTop(String) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the margin top.
setMark(String) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Sets the mark.
setMarkerOptions(MarkerOptions) - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Sets the marker options.
setMarkSize(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Sets the mark size.
setMax(Serializable) - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Sets the max.
setMax(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the max.
setMin(Serializable) - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Sets the min.
setMin(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the min.
setName(String) - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Sets the name.
setNumberColumns(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
setNumberRows(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
setNumberRows(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the number rows.
setObjects(Collection<LineObject>) - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Sets the objects.
setOptions(String) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the options.
setPad(Float) - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Sets the pad.
setPadding(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the padding.
setPadMax(Float) - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Sets the pad max.
setPadMin(Float) - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Sets the pad min.
setPlacement(String) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the placement.
setPlotHeight(Float) - Method in class org.wicketstuff.jqplot.lib.elements.ElemContainer
Sets the plot height.
setPlotWidth(Float) - Method in class org.wicketstuff.jqplot.lib.elements.ElemContainer
Sets the plot width.
setPointLabels(PointLabels) - Method in class org.wicketstuff.jqplot.lib.elements.SeriesDefaults
 
setPreDraw(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the pre draw.
setPrefix(String) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Sets the prefix.
setRadius(Float) - Method in class org.wicketstuff.jqplot.lib.data.item.BubbleItem
 
setRenderer(String) - Method in class org.wicketstuff.jqplot.lib.elements.Title
 
setRenderer(JqPlotResources) - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Sets the renderer.
setRenderer(JqPlotResources) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the renderer.
setRenderer(JqPlotResources) - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Sets the renderer.
setRendererOptions(String) - Method in class org.wicketstuff.jqplot.lib.elements.Title
Sets the renderer options.
setRendererOptions(String[]) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the renderer options.
setRendererOptions(LegendRenderer) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
setRendererOptions(RendererOptions) - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Sets the renderer options.
setRendererOptions(RendererOptions) - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Sets the renderer options.
setRight(Float) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the right.
setRight(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.GridPadding
 
setSerie1(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.FillBetween
Sets the serie1.
setSerie2(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.FillBetween
Sets the serie2.
setSeries(Collection<Serie>) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setSeries(Collection<Serie>) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Sets the series.
setSeriesColors(Collection<String>) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setSeriesColors(Collection<String>) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Sets the series colors.
setSeriesDefaults(SeriesDefaults) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setSeriesDefaults(SeriesDefaults) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Sets the series defaults.
setShadow(Boolean) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setShadow(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Sets the shadow.
setShadow(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the shadow.
setShadow(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Sets the shadow.
setShadow(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Sets the shadow.
setShadow(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
 
setShadowAlpha(Float) - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
 
setShadowAlpha(String) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setShadowAlpha(String) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the shadow alpha.
setShadowAlpha(String) - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Sets the shadow alpha.
setShadowAlpha(String) - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Sets the shadow alpha.
setShadowAngle(Double) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the shadow angle.
setShadowAngle(Float) - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Sets the shadow angle.
setShadowAngle(Float) - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
 
setShadowColor(String) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the shadow color.
setShadowDepth(Double) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the shadow depth.
setShadowDepth(Float) - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
 
setShadowDepth(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Sets the shadow depth.
setShadowDepth(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Sets the shadow depth.
setShadowOffset(Double) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the shadow offset.
setShadowOffset(Float) - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
 
setShadowOffset(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Sets the shadow offset.
setShadowRenderer(JqPlotResources) - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Sets the shadow renderer.
setShadowWidth(Double) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the shadow width.
setShapeRenderer(JqPlotResources) - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Sets the shape renderer.
setShow(boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Title
Sets the show.
setShow(Boolean) - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Sets the show.
setShow(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Sets the show.
setShow(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the show.
setShow(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
setShow(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the show.
setShow(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Sets the show.
setShow(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.PointLabels
Sets the show.
setShow(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Sets the show.
setShow(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Title
Sets the show.
setShow(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
 
setShowAlpha(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Sets the show alpha.
setShowCursorLegend(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the show cursor legend.
setShowDataLabels(Boolean) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setShowDataLabels(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the show data labels.
setShowGridline(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Sets the show gridline.
setShowHorizontalLine(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the show horizontal line.
setShowLabel(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Sets the show label.
setShowLabels(Boolean) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setShowLables(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the show lables.
setShowLables(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the show lables.
setShowLine(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Sets the show line.
setShowMark(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Sets the show mark.
setShowMarker(Boolean) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Sets the show marker.
setShowMarker(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
setShowMarker(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Sets the show marker.
setShowSwatches(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the show swatches.
setShowTickLabels(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the show tick labels.
setShowTooltip(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Sets the showTooltip.
setShowTooltip(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the show tooltip.
setShowTooltip(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
setShowTooltipDataPosition(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the show tooltip data position.
setShowTooltipGridPosition(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the show tooltip grid position.
setShowTooltipOutsideZoom(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the show tooltip outside zoom.
setShowTooltipPrecision(Float) - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Sets the showTooltipPrecision.
setShowTooltipUnitPosition(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the show tooltip unit position.
setShowVerticalLine(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the show vertical line.
setSimpleTitle(String) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setSimpleTitle(String) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Sets the simple title.
setSize(Float) - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Sets the size.
setSizeAdjust(Double) - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
setSliceMargin(Integer) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setSliceMargin(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the slice margin.
setSmooth(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the smooth.
setSpeed(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.Animation
set animation speed in ms
setStackSeries(Boolean) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setStackSeries(Boolean) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Sets the stack series.
setStart(Collection<Integer>) - Method in class org.wicketstuff.jqplot.lib.elements.Line
Sets the start.
setStartAngle(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the start angle.
setStop(Collection<Integer>) - Method in class org.wicketstuff.jqplot.lib.elements.Line
Sets the stop.
setStyle(String) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the style.
setStyle(String) - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Sets the style.
setText(String) - Method in class org.wicketstuff.jqplot.lib.elements.Title
Sets the text.
setTextAlign(String) - Method in class org.wicketstuff.jqplot.lib.elements.Title
Sets the text align.
setTextColor(String) - Method in class org.wicketstuff.jqplot.lib.elements.LegendRenderer
 
setTextColor(String) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
Sets the text color.
setTextColor(String) - Method in class org.wicketstuff.jqplot.lib.elements.Title
Sets the text color.
setTickInterval(Serializable) - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Sets the tick interval.
setTickOptions(TickOptions) - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Sets the tick options.
setTickRenderer(JqPlotResources) - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Sets the tick renderer.
setTicks(String...) - Method in class org.wicketstuff.jqplot.lib.axis.Axis
Sets the ticks.
setTitle(Title) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
 
setTitle(Title) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
Sets the title.
setTooltipAxes(TooltipAxes) - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
setTooltipAxisGroups(String) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the tooltip axis groups.
setTooltipFadeSpeed(String) - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Sets the tooltipFadeSpeed.
setTooltipFadeSpeed(String) - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
setTooltipFormatString(String) - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Sets the tooltipFormatString.
setTooltipFormatString(String) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the tooltip format string.
setTooltipFormatString(String) - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
setTooltipLocation(String) - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Sets the tooltipLocation.
setTooltipLocation(Location) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the tooltip location.
setTooltipLocation(Location) - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
setTooltipOffset(Double) - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
setTooltipOffset(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Sets the tooltipOffset.
setTooltipOffset(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the tooltip offset.
setTop(Float) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the top.
setTop(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.GridPadding
 
setTrendline(Trendline) - Method in class org.wicketstuff.jqplot.lib.elements.SeriesDefaults
 
setUseAxesFormatters(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the use axes formatters.
setUseAxesFormatters(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
setValue(Float) - Method in class org.wicketstuff.jqplot.lib.chart.MeterGaugeChart
 
setValue(Integer) - Method in class org.wicketstuff.jqplot.lib.chart.MeterGaugeChart
 
setValue(String) - Method in class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
 
setValue(T) - Method in class org.wicketstuff.jqplot.lib.data.item.LabeledItem
Sets the value.
setValue(T) - Method in class org.wicketstuff.jqplot.lib.data.NumberData
Sets the value.
setValue(V) - Method in class org.wicketstuff.jqplot.lib.data.item.LineSeriesItem
Sets the value.
setVaryBarColor(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Sets the vary bar color.
setVerticalLine(VerticalLine) - Method in class org.wicketstuff.jqplot.lib.elements.LineObject
 
setWidth(Float) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
Sets the width.
setX(Float) - Method in class org.wicketstuff.jqplot.lib.data.item.BubbleItem
 
setX2axis(X2Axis<T>) - Method in class org.wicketstuff.jqplot.lib.elements.Axes
 
setXaxis(XAxis<T>) - Method in class org.wicketstuff.jqplot.lib.elements.Axes
 
setXMin(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.HorizontalLine
Sets the xmin.
setXoffset(Double) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the xoffset.
setXOffset(String) - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Sets the xOffset.
setY(Float) - Method in class org.wicketstuff.jqplot.lib.data.item.BubbleItem
 
setY(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.HorizontalLine
Sets the y.
setY2axis(Y2Axis<T>) - Method in class org.wicketstuff.jqplot.lib.elements.Axes
 
setYaxis(YAxis<T>) - Method in class org.wicketstuff.jqplot.lib.elements.Axes
 
setYMin(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.HorizontalLine
Sets the ymin.
setYoffset(Double) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
Sets the yoffset.
setYvalues(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
 
setZoom(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Cursor
Sets the zoom.
ShadowRenderer - org.wicketstuff.jqplot.lib.JqPlotResources
The Shadow renderer.
show(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Show.
showLine(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Serie
Show line.
size() - Method in class org.wicketstuff.jqplot.lib.data.AreaFillData
Gets the size of the data.
size() - Method in class org.wicketstuff.jqplot.lib.data.BarData
Gets the size of the data.
size() - Method in class org.wicketstuff.jqplot.lib.data.BubbleData
Gets the size of the data.
size() - Method in interface org.wicketstuff.jqplot.lib.data.ChartData
Gets the size of the data.
size() - Method in class org.wicketstuff.jqplot.lib.data.LabeledData
Gets the size of the data.
size() - Method in class org.wicketstuff.jqplot.lib.data.LinedData
Gets the size of the data.
size() - Method in class org.wicketstuff.jqplot.lib.data.LineSeriesData
Gets the size of the data.
size() - Method in class org.wicketstuff.jqplot.lib.data.NumberData
Gets the size of the data.
size() - Method in class org.wicketstuff.jqplot.lib.data.PieData
Gets the size of the data.
size() - Method in class org.wicketstuff.jqplot.lib.data.PieDonutData
Gets the size of the data.
size(Float) - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Size.
smooth(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Smooth.
startInstance() - Method in class org.wicketstuff.jqplot.lib.elements.Line
 
startNode(String) - Method in class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
 
startNode(String, Class) - Method in class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
 
stopInstance() - Method in class org.wicketstuff.jqplot.lib.elements.Line
Get stop instance
STRICT_MODE - Static variable in class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
STRICT_MODE prevents invalid JSON for single value objects when dropping the root.
style(String) - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
Style.
sw - org.wicketstuff.jqplot.lib.elements.Location
 

T

TickOptions - Class in org.wicketstuff.jqplot.lib.elements
A 'tick' object showing the value of a tick/gridline on the plot.
TickOptions() - Constructor for class org.wicketstuff.jqplot.lib.elements.TickOptions
 
tickOptionsInstance() - Method in class org.wicketstuff.jqplot.lib.axis.Axis
 
title - Variable in class org.wicketstuff.jqplot.lib.ChartConfiguration
The title.
Title - Class in org.wicketstuff.jqplot.lib.elements
Plot Title object.
Title() - Constructor for class org.wicketstuff.jqplot.lib.elements.Title
Instantiates a new title.
Title(String) - Constructor for class org.wicketstuff.jqplot.lib.elements.Title
Instantiates a new title.
toJsonString() - Method in class org.wicketstuff.jqplot.lib.data.AreaFillData
 
toJsonString() - Method in class org.wicketstuff.jqplot.lib.data.BarData
 
toJsonString() - Method in class org.wicketstuff.jqplot.lib.data.BubbleData
 
toJsonString() - Method in interface org.wicketstuff.jqplot.lib.data.ChartData
To json string.
toJsonString() - Method in class org.wicketstuff.jqplot.lib.data.LabeledData
 
toJsonString() - Method in class org.wicketstuff.jqplot.lib.data.LinedData
 
toJsonString() - Method in class org.wicketstuff.jqplot.lib.data.LineSeriesData
 
toJsonString() - Method in class org.wicketstuff.jqplot.lib.data.MeterData
 
toJsonString() - Method in class org.wicketstuff.jqplot.lib.data.NumberData
 
toJsonString() - Method in class org.wicketstuff.jqplot.lib.data.PieData
 
toJsonString() - Method in class org.wicketstuff.jqplot.lib.data.PieDonutData
 
TooltipAxes - Enum in org.wicketstuff.jqplot.lib.elements
 
toString() - Method in enum org.wicketstuff.jqplot.lib.JqPlotResources
 
Trendline - Class in org.wicketstuff.jqplot.lib.elements
TrendLine
Trendline() - Constructor for class org.wicketstuff.jqplot.lib.elements.Trendline
 
trendlineInstance() - Method in class org.wicketstuff.jqplot.lib.elements.SeriesDefaults
 

U

underlyingWriter() - Method in class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
 

V

valueOf(String) - Static method in enum org.wicketstuff.jqplot.lib.elements.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.jqplot.lib.elements.TooltipAxes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.jqplot.lib.JqPlotResources
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wicketstuff.jqplot.lib.elements.Location
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.jqplot.lib.elements.TooltipAxes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.jqplot.lib.JqPlotResources
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in annotation type org.wicketstuff.jqplot.lib.metadata.JqPlotPlugin
 
varyBarColor(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
Vary bar color.
VerticalLine - Class in org.wicketstuff.jqplot.lib.elements
VerticalLine object.
VerticalLine() - Constructor for class org.wicketstuff.jqplot.lib.elements.VerticalLine
Instantiates a new vertical line.
VerticalLine(String) - Constructor for class org.wicketstuff.jqplot.lib.elements.VerticalLine
Instantiates a new vertical line.
verticalLineInstance() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Get a VerticalLine instance
verticalLineInstance() - Method in class org.wicketstuff.jqplot.lib.elements.LineObject
 

W

w - org.wicketstuff.jqplot.lib.elements.Location
 
writeAttributeValue(QuickWriter, String) - Method in class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
 
writeText(QuickWriter, String) - Method in class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
 

X

x - org.wicketstuff.jqplot.lib.elements.TooltipAxes
 
X2Axis<T extends Serializable> - Class in org.wicketstuff.jqplot.lib.axis
which x axis to use with this series, either 'xaxis' or 'x2axis'.
X2Axis() - Constructor for class org.wicketstuff.jqplot.lib.axis.X2Axis
 
x2axisInstance() - Method in class org.wicketstuff.jqplot.lib.elements.Axes
 
XAxis<T extends Serializable> - Class in org.wicketstuff.jqplot.lib.axis
which x axis to use with this series, either 'xaxis' or 'x2axis'.
XAxis() - Constructor for class org.wicketstuff.jqplot.lib.axis.XAxis
 
xAxisInstance() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
 
xAxisInstance() - Method in class org.wicketstuff.jqplot.lib.elements.Axes
 
xy - org.wicketstuff.jqplot.lib.elements.TooltipAxes
 

Y

y - org.wicketstuff.jqplot.lib.elements.TooltipAxes
 
Y2Axis<T extends Serializable> - Class in org.wicketstuff.jqplot.lib.axis
which y axis to use with this series, either 'yaxis' or 'y2axis'.
Y2Axis() - Constructor for class org.wicketstuff.jqplot.lib.axis.Y2Axis
 
y2axisInstance() - Method in class org.wicketstuff.jqplot.lib.elements.Axes
 
YAxis<T extends Serializable> - Class in org.wicketstuff.jqplot.lib.axis
which y axis to use with this series, either 'yaxis' or 'y2axis'.
YAxis() - Constructor for class org.wicketstuff.jqplot.lib.axis.YAxis
 
yAxisInstance() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
 
yAxisInstance() - Method in class org.wicketstuff.jqplot.lib.elements.Axes
 
yx - org.wicketstuff.jqplot.lib.elements.TooltipAxes
 
A B C D E F G H I J L M N O P R S T U V W X Y 
All Classes All Packages