- 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.chart.AbstractChart
-
Add a collection of series
- addSeries(Serie) - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
-
Adds the 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(List<T>) - Method in class org.wicketstuff.jqplot.lib.chart.AreaChart
-
Adds the value.
- addValue(Collection<T>) - Method in class org.wicketstuff.jqplot.lib.chart.BarChart
-
Add a value for bar chart
- addValue(Collection<LineSeriesItem<I, V>>) - Method in class org.wicketstuff.jqplot.lib.chart.BarSeriesChart
-
- addValue(BubbleItem) - Method in class org.wicketstuff.jqplot.lib.chart.BubbleChart
-
Add a value
- 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(LabeledItem<T>) - Method in class org.wicketstuff.jqplot.lib.chart.LabeledLineChart
-
Add a value
- addValue(T) - Method in class org.wicketstuff.jqplot.lib.chart.LineChart
-
Add a value
- addValue(Collection<LineSeriesItem<I, V>>) - Method in class org.wicketstuff.jqplot.lib.chart.LineSeriesChart
-
- addValue(String, T) - Method in class org.wicketstuff.jqplot.lib.chart.PieChart
-
- addValue(LabeledItem<T>) - Method in class org.wicketstuff.jqplot.lib.chart.PieChart
-
- addValue(Collection<LabeledItem<T>>) - Method in class org.wicketstuff.jqplot.lib.chart.PieDonutChart
-
- addValue(T) - Method in class org.wicketstuff.jqplot.lib.data.AbstractCollectionData
-
Add values to collection data
- addValues(List<T>...) - Method in class org.wicketstuff.jqplot.lib.chart.AreaChart
-
Adds the values.
- addValues(Collection<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.BarChart
-
- addValues(Collection<LineSeriesItem<I, V>>...) - Method in class org.wicketstuff.jqplot.lib.chart.BarSeriesChart
-
- addValues(LabeledItem<T>...) - Method in class org.wicketstuff.jqplot.lib.chart.LabeledLineChart
-
Add a value
- addValues(T...) - Method in class org.wicketstuff.jqplot.lib.chart.LineChart
-
Add a value
- addValues(Collection<LineSeriesItem<I, V>>...) - Method in class org.wicketstuff.jqplot.lib.chart.LineSeriesChart
-
- addValues(LabeledItem<T>...) - Method in class org.wicketstuff.jqplot.lib.chart.PieChart
-
- addValues(Collection<T>) - Method in class org.wicketstuff.jqplot.lib.data.AbstractCollectionData
-
Add values to collection data
- 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 - Class in org.wicketstuff.jqplot.lib.renderer.core
-
Deprecated.
- AxisTickRenderer() - Constructor for class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- getAlpha() - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- getAngle() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
-
Gets the angle.
- getAngle() - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- getAngle() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- getAngle() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- getBarDirection() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- getBarMargin() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
-
Gets the bar margin.
- getBarMargin() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- getBarPadding() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- getBarWidth() - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
-
Gets the bar width.
- getBarWidth() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- 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.
- getClosePath() - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- 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.
- getDepth() - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- 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.
- getEnableFontSupport() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- getEnableFontSupport() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- getEscapeHtml() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
-
Gets the escape html.
- getEscapeHTML() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
-
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.renderer.core.AxisTickRenderer
-
Deprecated.
- 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.
- getFill() - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- 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.
- getFontFamily() - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- getFontFamily() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- getFontFamily() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- getFontSize() - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- getFontSize() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- getFontSize() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- getFontStretch() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
-
Gets the font stretch.
- getFontStretch() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- getFontStretch() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- getFontWeight() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- getFontWeight() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- getFormatString() - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- getFormatString() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- getFormatter() - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- getFormatter() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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
- getGroups() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- 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.
- getHighlightColors() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- 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.
- getIsarc() - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- getIsMinorTick() - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
-
Gets the checks if is minor tick.
- getIsMinorTick() - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- getIsMinorTick() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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
-
- getLabel() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- 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.
- getLabelPosition() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- getLineCap() - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- getLineJoint() - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- 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
-
- getLineWidth() - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- 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.
- getMark() - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- getMark() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- getMarkSize() - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- getMarkSize() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- getOffset() - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- 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.
- getPrefix() - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- getPrefix() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- getPt2px() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- getPt2px() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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
-
- getShadowAlpha() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- 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
-
- getShadowOffset() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- 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
-
- getShow() - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- getShow() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- getShow() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- getShowGridline() - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- getShowGridline() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- getShowLabel() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- 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.
- getShowMark() - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- getShowMark() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- getSize() - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- 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.
- getSortMergedLabels() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BubbleRenderer
-
Deprecated.
- getSortMergedLabels() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CategoryAxisRenderer
-
Deprecated.
- getSortMergedLabels() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.DateAxisRenderer
-
Deprecated.
- getSortMergedLabels() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.MeterGaugeRenderer
-
Deprecated.
- 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.
- getStrokeStyle() - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- 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.
- getTextColor() - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- getTextColor() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- getTextColor() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- getTickRenderer() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BubbleRenderer
-
Deprecated.
- getTickRenderer() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CategoryAxisRenderer
-
Deprecated.
- getTickRenderer() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.DateAxisRenderer
-
Deprecated.
- getTickRenderer() - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.MeterGaugeRenderer
-
Deprecated.
- 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.chart.AbstractChart
-
- getXaxis() - Method in class org.wicketstuff.jqplot.lib.elements.Axes
-
- getXMin() - Method in class org.wicketstuff.jqplot.lib.elements.HorizontalLine
-
Gets the xmin.
- getXOffset() - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
-
Gets the xOffset.
- getXoffset() - Method in class org.wicketstuff.jqplot.lib.elements.Legend
-
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.chart.AbstractChart
-
- getYaxis() - Method in class org.wicketstuff.jqplot.lib.elements.Axes
-
- 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(Integer, Integer, Integer, Integer) - Constructor for class org.wicketstuff.jqplot.lib.elements.GridPadding
-
- GridPadding() - Constructor for class org.wicketstuff.jqplot.lib.elements.GridPadding
-
- gridPaddingInstance() - Method in class org.wicketstuff.jqplot.lib.ChartConfiguration
-
Get instance of GridPadding
- 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
-
- 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
-
- setAlpha(Double) - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- setAngle(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
-
Sets the angle.
- setAngle(Double) - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- setAngle(Float) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- setAngle(Float) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- setBarDirection(String) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- 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.
- setBarMargin(Integer) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- setBarPadding(Integer) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- setBarWidth(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
-
Sets the bar width.
- setBarWidth(String) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- 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.
- setClosePath(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- 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.
- setDepth(Double) - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- 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.
- setEnableFontSupport(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- setEnableFontSupport(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- setEscapeHtml(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
-
Sets the escape html.
- setEscapeHTML(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
-
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.renderer.core.AxisTickRenderer
-
Deprecated.
- 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.
- setFill(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- 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.
- setFontFamily(String) - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- setFontFamily(String) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- setFontFamily(String) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- setFontSize(String) - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- setFontSize(String) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- setFontSize(String) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- setFontStretch(Double) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
-
Sets the font stretch.
- setFontStretch(String) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- setFontStretch(Float) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- setFontWeight(String) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- setFontWeight(String) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- setFormatString(String) - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- setFormatString(String) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- setFormatter(JqPlotResources) - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- setFormatter(JqPlotResources) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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
- setGroups(Integer) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- 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.
- setHighlightColors(Collection<String>) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- 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.
- setHighlightMouseDown(boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- setHighlightMouseOver(boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- 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.
- setIsarc(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- setIsMinorTick(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.TickOptions
-
Sets the checks if is minor tick.
- setIsMinorTick(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- setIsMinorTick(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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
-
- setLabel(String) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- 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.
- setLabelPosition(String) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- setLineCap(String) - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- setLineJoint(String) - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- 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.
- setLineWidth(Float) - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
-
- setLineWidth(Double) - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- setLineWidthAdjust(Double) - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
-
- setLocation(Location) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
-
Sets the location.
- setLocation(String) - Method in class org.wicketstuff.jqplot.lib.elements.PointLabels
-
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.
- setMark(String) - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- setMark(String) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- setMarkSize(Integer) - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- setMarkSize(Integer) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- setOffset(Double) - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- 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.
- setPadMin(Float) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
-
Deprecated.
- 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.
- setPrefix(String) - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- setPrefix(String) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- setPt2px(String) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- setPt2px(Float) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- setRadius(Float) - Method in class org.wicketstuff.jqplot.lib.data.item.BubbleItem
-
- 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.
- setRenderer(String) - Method in class org.wicketstuff.jqplot.lib.elements.Title
-
- setRendererOptions(RendererOptions) - Method in class org.wicketstuff.jqplot.lib.axis.Axis
-
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.elements.Serie
-
Sets the renderer options.
- setRendererOptions(String) - Method in class org.wicketstuff.jqplot.lib.elements.Title
-
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(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.
- setShadowAlpha(Float) - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
-
- setShadowAlpha(Float) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- 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(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.
- setShadowDepth(Float) - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
-
- setShadowOffset(Double) - Method in class org.wicketstuff.jqplot.lib.elements.Grid
-
Sets the shadow offset.
- setShadowOffset(Integer) - Method in class org.wicketstuff.jqplot.lib.elements.MarkerOptions
-
Sets the shadow offset.
- setShadowOffset(Float) - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
-
- setShadowOffset(Integer) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- 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.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.Title
-
Sets the show.
- setShow(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.Trendline
-
- setShow(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- setShow(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- setShow(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- setShowGridline(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- setShowGridline(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- setShowLabel(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- 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.
- setShowMark(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- setShowMark(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- setSize(Integer) - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- 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.
- setSortMergedLabels(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BubbleRenderer
-
Deprecated.
- setSortMergedLabels(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CategoryAxisRenderer
-
Deprecated.
- setSortMergedLabels(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.DateAxisRenderer
-
Deprecated.
- setSortMergedLabels(Boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.MeterGaugeRenderer
-
Deprecated.
- 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.
- setStrokeStyle(String) - Method in class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- 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.
- setTextColor(String) - Method in class org.wicketstuff.jqplot.lib.renderer.core.AxisTickRenderer
-
Deprecated.
- setTextColor(String) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisLabelRenderer
-
Deprecated.
- setTextColor(String) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CanvasAxisTickRenderer
-
Deprecated.
- 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.
- setTickRenderer(Renderer) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BubbleRenderer
-
Deprecated.
- setTickRenderer(Renderer) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.CategoryAxisRenderer
-
Deprecated.
- setTickRenderer(Renderer) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.DateAxisRenderer
-
Deprecated.
- setTickRenderer(Renderer) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.MeterGaugeRenderer
-
Deprecated.
- setTicks(String...) - Method in class org.wicketstuff.jqplot.lib.axis.Axis
-
Sets the ticks.
- setTicks(String...) - Method in class org.wicketstuff.jqplot.lib.chart.AbstractChart
-
Deprecated.
- 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(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.
- setTooltipOffset(Double) - Method in class org.wicketstuff.jqplot.lib.elements.Highlighter
-
- 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(T) - Method in class org.wicketstuff.jqplot.lib.data.item.LabeledItem
-
Sets the value.
- setValue(V) - Method in class org.wicketstuff.jqplot.lib.data.item.LineSeriesItem
-
Sets the value.
- setValue(T) - Method in class org.wicketstuff.jqplot.lib.data.NumberData
-
Sets the value.
- setValue(String) - Method in class org.wicketstuff.jqplot.lib.support.JqPlotJsonMapHierarchicalWriter
-
- setVaryBarColor(Boolean) - Method in class org.wicketstuff.jqplot.lib.elements.RendererOptions
-
Sets the vary bar color.
- setVaryBarColor(boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- setVerticalLine(VerticalLine) - Method in class org.wicketstuff.jqplot.lib.elements.LineObject
-
- setWaterfall(boolean) - Method in class org.wicketstuff.jqplot.lib.renderer.plugin.BarRenderer
-
Deprecated.
- 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(String) - Method in class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
-
Sets the xOffset.
- setXoffset(Double) - Method in class org.wicketstuff.jqplot.lib.elements.Legend
-
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 - Class in org.wicketstuff.jqplot.lib.renderer.core
-
Deprecated.
- ShadowRenderer() - Constructor for class org.wicketstuff.jqplot.lib.renderer.core.ShadowRenderer
-
Deprecated.
- 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.