java.lang.Object
org.wicketstuff.jqplot.lib.elements.RendererOptions
- All Implemented Interfaces:
Serializable,Element
Renderer options.
- Author:
- inaiat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the animation.Gets the bar direction.Gets the bar margin.Gets the bar width.Gets the bubble alpha.Gets the bubble gradients.Gets the data labels.getFill()Gets the fill.Gets the fillToZero.Gets the force tick at zero.Gets the force tick at 100.Gets the highlight alpha.Gets the interval colors.Gets the interval outer radius.Gets the intervals.getLabel()Gets the label.Gets the label height adjust.Gets the label position.Gets the line width.Gets the margin top.getMax()Gets the max.getMin()Gets the min.Gets the number rows.Gets the padding.Gets the show data labels.Gets the show lables.Gets the show tick labels.Gets the slice margin.Gets the smooth.Gets the start angle.Gets the vary bar color.Checks if is fill zero.Checks if is highlight mouse down.setAnimation(Animation animation) Sets the animation.setBarDirection(String barDirection) Sets the bar direction.setBarMargin(Integer barMargin) Sets the bar margin.setBarWidth(Integer barWidth) Sets the bar width.setBubbleAlpha(Float bubbleAlpha) Sets the bubble alpha.setBubbleGradients(Boolean bubbleGradients) Sets the bubble gradients.setDataLabels(String dataLabels) Sets the data labels.Sets the fill.voidsetFillToZero(Boolean fillToZero) Sets the fillToZero.setFillZero(Boolean fillZero) Sets the fill zero.setForceTickAt0(Boolean forceTickAt0) Sets the force tick at zero.setForceTickAt100(Boolean forceTickAt100) Sets the force tick at 100.setHighlightAlpha(Float highlightAlpha) Sets the highlight alpha.setHighlightMouseDown(Boolean highlightMouseDown) Sets the highlight mouse down.setIntervalColors(List<String> intervalColors) Sets the interval colors.setIntervalOuterRadius(Integer intervalOuterRadius) Sets the interval outer radius.setIntervals(List<Integer> intervals) Sets the intervals.Sets the label.setLabelHeightAdjust(Integer labelHeightAdjust) Sets the label height adjust.setLabelPosition(String labelPosition) Sets the label position.setLineWidth(Integer lineWidth) Sets the line width.setMarginTop(String marginTop) Sets the margin top.Sets the max.Sets the min.setNumberRows(Integer numberRows) Sets the number rows.setPadding(Integer padding) Sets the padding.setShowDataLabels(Boolean showDataLabels) Sets the show data labels.setShowLables(Boolean showLables) Sets the show lables.setShowTickLabels(Boolean showTickLabels) Sets the show tick labels.setSliceMargin(Integer sliceMargin) Sets the slice margin.Sets the smooth.setStartAngle(Integer startAngle) Sets the start angle.setVaryBarColor(Boolean varyBarColor) Sets the vary bar color.Smooth.varyBarColor(Boolean varyBarColor) Vary bar color.
-
Constructor Details
-
RendererOptions
public RendererOptions()
-
-
Method Details
-
smooth
Smooth.- Parameters:
smooth- the smooth- Returns:
- the renderer options
-
varyBarColor
Vary bar color.- Parameters:
varyBarColor- the vary bar color- Returns:
- the renderer options
-
getPadding
Gets the padding.- Returns:
- padding
-
setPadding
Sets the padding.- Parameters:
padding- the new padding- Returns:
- RendererOptions
-
getMarginTop
Gets the margin top.- Returns:
- marginTop
-
setMarginTop
Sets the margin top.- Parameters:
marginTop- the new margin top- Returns:
- RendererOptions
-
getNumberRows
Gets the number rows.- Returns:
- numberRows
-
setNumberRows
Sets the number rows.- Parameters:
numberRows- the new number rows- Returns:
- RendererOptions
-
getSmooth
Gets the smooth.- Returns:
- smooth true ou false
-
setSmooth
Sets the smooth.- Parameters:
smooth- the new smooth- Returns:
- RendererOptions
-
getFill
Gets the fill.- Returns:
- fill true ou false
-
setFill
Sets the fill.- Parameters:
fill- the new fill- Returns:
- RendererOptions
-
getFillToZero
Gets the fillToZero.- Returns:
- fillToZero true ou false
-
setFillToZero
Sets the fillToZero.- Parameters:
fillToZero- the new fillToZero
-
getLineWidth
Gets the line width.- Returns:
- lineWidth
-
setLineWidth
Sets the line width.- Parameters:
lineWidth- the new line width- Returns:
- RendererOptions
-
getIntervalColors
Gets the interval colors.- Returns:
- Lista de cores intervalColors
-
setIntervalColors
Sets the interval colors.- Parameters:
intervalColors- the new interval colors- Returns:
- RendererOptions
-
getIntervals
Gets the intervals.- Returns:
- lista de intervalos
-
setIntervals
Sets the intervals.- Parameters:
intervals- the new intervals- Returns:
- RendererOptions
-
getIntervalOuterRadius
Gets the interval outer radius.- Returns:
- intervalOuterRadius
-
setIntervalOuterRadius
Sets the interval outer radius.- Parameters:
intervalOuterRadius- the new interval outer radius- Returns:
- RendererOptions
-
getLabel
Gets the label.- Returns:
- label
-
setLabel
Sets the label.- Parameters:
label- the new label- Returns:
- RendererOptions
-
getLabelHeightAdjust
Gets the label height adjust.- Returns:
- labelHeightAdjust
-
setLabelHeightAdjust
Sets the label height adjust.- Parameters:
labelHeightAdjust- the new label height adjust- Returns:
- RendererOptions
-
getLabelPosition
Gets the label position.- Returns:
- laelPosition
-
setLabelPosition
Sets the label position.- Parameters:
labelPosition- the new label position- Returns:
- RendererOptions
-
getMax
Gets the max.- Returns:
- max
-
setMax
Sets the max.- Parameters:
max- the new max- Returns:
- RendererOptions
-
getMin
Gets the min.- Returns:
- min
-
setMin
Sets the min.- Parameters:
min- the new min- Returns:
- RendererOptions
-
getShowTickLabels
Gets the show tick labels.- Returns:
- showTickLabels
-
setShowTickLabels
Sets the show tick labels.- Parameters:
showTickLabels- the new show tick labels- Returns:
- RendererOptions
-
getShowLables
Gets the show lables.- Returns:
- showLables flag true ou false
-
setShowLables
Sets the show lables.- Parameters:
showLables- the new show lables- Returns:
- RendererOptions
-
getBubbleAlpha
Gets the bubble alpha.- Returns:
- bubbleAlpha
-
setBubbleAlpha
Sets the bubble alpha.- Parameters:
bubbleAlpha- the new bubble alpha- Returns:
- RendererOptions
-
getHighlightAlpha
Gets the highlight alpha.- Returns:
- highLigthAlpha
-
setHighlightAlpha
Sets the highlight alpha.- Parameters:
highlightAlpha- the new highlight alpha- Returns:
- RendererOptions
-
getBubbleGradients
Gets the bubble gradients.- Returns:
- bubbleGradients
-
setBubbleGradients
Sets the bubble gradients.- Parameters:
bubbleGradients- the new bubble gradients- Returns:
- RendererOptions
-
getBarMargin
Gets the bar margin.- Returns:
- barMargin
-
setBarMargin
Sets the bar margin.- Parameters:
barMargin- the new bar margin- Returns:
- RendererOptions
-
getBarWidth
Gets the bar width.- Returns:
- barWidth
-
setBarWidth
Sets the bar width.- Parameters:
barWidth- the new bar width- Returns:
- RendererOptions
-
isHighlightMouseDown
Checks if is highlight mouse down.- Returns:
- highLigthMouseDown
-
setHighlightMouseDown
Sets the highlight mouse down.- Parameters:
highlightMouseDown- the new highlight mouse down- Returns:
- RendererOptions
-
getBarDirection
Gets the bar direction.- Returns:
- barDirection
-
setBarDirection
Sets the bar direction.- Parameters:
barDirection- the new bar direction- Returns:
- RendererOptions
-
isFillZero
Checks if is fill zero.- Returns:
- fillZero true ou false
-
setFillZero
Sets the fill zero.- Parameters:
fillZero- the new fill zero- Returns:
- RendererOptions
-
getShowDataLabels
Gets the show data labels.- Returns:
- the showDataLabels
-
setShowDataLabels
Sets the show data labels.- Parameters:
showDataLabels- the showDataLabels to set- Returns:
- RendererOptions
-
getDataLabels
Gets the data labels.- Returns:
- the dataLabels
-
setDataLabels
Sets the data labels.- Parameters:
dataLabels- the dataLabels to set- Returns:
- RendererOptions
-
getSliceMargin
Gets the slice margin.- Returns:
- the sliceMargin
-
setSliceMargin
Sets the slice margin.- Parameters:
sliceMargin- the sliceMargin to set- Returns:
- RendererOptions
-
getStartAngle
Gets the start angle.- Returns:
- the startAngle
-
setStartAngle
Sets the start angle.- Parameters:
startAngle- the startAngle to set- Returns:
- RendererOptions
-
getAnimation
Gets the animation.- Returns:
- the animation
-
setAnimation
Sets the animation.- Parameters:
animation- object for setting different animation speed- Returns:
- RendererOptions
-
getVaryBarColor
Gets the vary bar color.- Returns:
- the vary bar color
-
setVaryBarColor
Sets the vary bar color.- Parameters:
varyBarColor- the new vary bar color- Returns:
- RendererOptions
-
getForceTickAt0
Gets the force tick at zero.- Returns:
- the force tick at zero
-
setForceTickAt0
Sets the force tick at zero.- Parameters:
forceTickAt0- the new force tick at zero- Returns:
- RendererOptions
-
getForceTickAt100
Gets the force tick at 100.- Returns:
- the force tick at 100
-
setForceTickAt100
Sets the force tick at 100.- Parameters:
forceTickAt100- the new force tick at 100- Returns:
- RendererOptions
-