public class RendererOptions extends Object implements Element
| Constructor and Description |
|---|
RendererOptions() |
| Modifier and Type | Method and Description |
|---|---|
Animation |
getAnimation()
Gets the animation.
|
String |
getBarDirection()
Gets the bar direction.
|
Integer |
getBarMargin()
Gets the bar margin.
|
Integer |
getBarWidth()
Gets the bar width.
|
Float |
getBubbleAlpha()
Gets the bubble alpha.
|
Boolean |
getBubbleGradients()
Gets the bubble gradients.
|
String |
getDataLabels()
Gets the data labels.
|
Boolean |
getFill()
Gets the fill.
|
Boolean |
getFillToZero()
Gets the fillToZero.
|
Boolean |
getForceTickAt0()
Gets the force tick at zero.
|
Boolean |
getForceTickAt100()
Gets the force tick at 100.
|
Float |
getHighlightAlpha()
Gets the highlight alpha.
|
List<String> |
getIntervalColors()
Gets the interval colors.
|
Integer |
getIntervalOuterRadius()
Gets the interval outer radius.
|
List<Integer> |
getIntervals()
Gets the intervals.
|
String |
getLabel()
Gets the label.
|
Integer |
getLabelHeightAdjust()
Gets the label height adjust.
|
String |
getLabelPosition()
Gets the label position.
|
Integer |
getLineWidth()
Gets the line width.
|
String |
getMarginTop()
Gets the margin top.
|
Integer |
getMax()
Gets the max.
|
Integer |
getMin()
Gets the min.
|
Integer |
getNumberRows()
Gets the number rows.
|
Integer |
getPadding()
Gets the padding.
|
Boolean |
getShowDataLabels()
Gets the show data labels.
|
Boolean |
getShowLables()
Gets the show lables.
|
Boolean |
getShowTickLabels()
Gets the show tick labels.
|
Integer |
getSliceMargin()
Gets the slice margin.
|
Boolean |
getSmooth()
Gets the smooth.
|
Integer |
getStartAngle()
Gets the start angle.
|
Boolean |
getVaryBarColor()
Gets the vary bar color.
|
Boolean |
isFillZero()
Checks if is fill zero.
|
Boolean |
isHighlightMouseDown()
Checks if is highlight mouse down.
|
RendererOptions |
setAnimation(Animation animation)
Sets the animation.
|
RendererOptions |
setBarDirection(String barDirection)
Sets the bar direction.
|
RendererOptions |
setBarMargin(Integer barMargin)
Sets the bar margin.
|
RendererOptions |
setBarWidth(Integer barWidth)
Sets the bar width.
|
RendererOptions |
setBubbleAlpha(Float bubbleAlpha)
Sets the bubble alpha.
|
RendererOptions |
setBubbleGradients(Boolean bubbleGradients)
Sets the bubble gradients.
|
RendererOptions |
setDataLabels(String dataLabels)
Sets the data labels.
|
RendererOptions |
setFill(Boolean fill)
Sets the fill.
|
void |
setFillToZero(Boolean fillToZero)
Sets the fillToZero.
|
RendererOptions |
setFillZero(Boolean fillZero)
Sets the fill zero.
|
RendererOptions |
setForceTickAt0(Boolean forceTickAt0)
Sets the force tick at zero.
|
RendererOptions |
setForceTickAt100(Boolean forceTickAt100)
Sets the force tick at 100.
|
RendererOptions |
setHighlightAlpha(Float highlightAlpha)
Sets the highlight alpha.
|
RendererOptions |
setHighlightMouseDown(Boolean highlightMouseDown)
Sets the highlight mouse down.
|
RendererOptions |
setIntervalColors(List<String> intervalColors)
Sets the interval colors.
|
RendererOptions |
setIntervalOuterRadius(Integer intervalOuterRadius)
Sets the interval outer radius.
|
RendererOptions |
setIntervals(List<Integer> intervals)
Sets the intervals.
|
RendererOptions |
setLabel(String label)
Sets the label.
|
RendererOptions |
setLabelHeightAdjust(Integer labelHeightAdjust)
Sets the label height adjust.
|
RendererOptions |
setLabelPosition(String labelPosition)
Sets the label position.
|
RendererOptions |
setLineWidth(Integer lineWidth)
Sets the line width.
|
RendererOptions |
setMarginTop(String marginTop)
Sets the margin top.
|
RendererOptions |
setMax(Integer max)
Sets the max.
|
RendererOptions |
setMin(Integer min)
Sets the min.
|
RendererOptions |
setNumberRows(Integer numberRows)
Sets the number rows.
|
RendererOptions |
setPadding(Integer padding)
Sets the padding.
|
RendererOptions |
setShowDataLabels(Boolean showDataLabels)
Sets the show data labels.
|
RendererOptions |
setShowLables(Boolean showLables)
Sets the show lables.
|
RendererOptions |
setShowTickLabels(Boolean showTickLabels)
Sets the show tick labels.
|
RendererOptions |
setSliceMargin(Integer sliceMargin)
Sets the slice margin.
|
RendererOptions |
setSmooth(Boolean smooth)
Sets the smooth.
|
RendererOptions |
setStartAngle(Integer startAngle)
Sets the start angle.
|
RendererOptions |
setVaryBarColor(Boolean varyBarColor)
Sets the vary bar color.
|
RendererOptions |
smooth(Boolean smooth)
Smooth.
|
RendererOptions |
varyBarColor(Boolean varyBarColor)
Vary bar color.
|
public RendererOptions smooth(Boolean smooth)
smooth - the smoothpublic RendererOptions varyBarColor(Boolean varyBarColor)
varyBarColor - the vary bar colorpublic Integer getPadding()
public RendererOptions setPadding(Integer padding)
padding - the new paddingpublic String getMarginTop()
public RendererOptions setMarginTop(String marginTop)
marginTop - the new margin toppublic Integer getNumberRows()
public RendererOptions setNumberRows(Integer numberRows)
numberRows - the new number rowspublic Boolean getSmooth()
public RendererOptions setSmooth(Boolean smooth)
smooth - the new smoothpublic Boolean getFill()
public RendererOptions setFill(Boolean fill)
fill - the new fillpublic Boolean getFillToZero()
public void setFillToZero(Boolean fillToZero)
fillToZero - the new fillToZeropublic Integer getLineWidth()
public RendererOptions setLineWidth(Integer lineWidth)
lineWidth - the new line widthpublic List<String> getIntervalColors()
public RendererOptions setIntervalColors(List<String> intervalColors)
intervalColors - the new interval colorspublic RendererOptions setIntervals(List<Integer> intervals)
intervals - the new intervalspublic Integer getIntervalOuterRadius()
public RendererOptions setIntervalOuterRadius(Integer intervalOuterRadius)
intervalOuterRadius - the new interval outer radiuspublic String getLabel()
public RendererOptions setLabel(String label)
label - the new labelpublic Integer getLabelHeightAdjust()
public RendererOptions setLabelHeightAdjust(Integer labelHeightAdjust)
labelHeightAdjust - the new label height adjustpublic String getLabelPosition()
public RendererOptions setLabelPosition(String labelPosition)
labelPosition - the new label positionpublic Integer getMax()
public RendererOptions setMax(Integer max)
max - the new maxpublic Integer getMin()
public RendererOptions setMin(Integer min)
min - the new minpublic Boolean getShowTickLabels()
public RendererOptions setShowTickLabels(Boolean showTickLabels)
showTickLabels - the new show tick labelspublic Boolean getShowLables()
public RendererOptions setShowLables(Boolean showLables)
showLables - the new show lablespublic Float getBubbleAlpha()
public RendererOptions setBubbleAlpha(Float bubbleAlpha)
bubbleAlpha - the new bubble alphapublic Float getHighlightAlpha()
public RendererOptions setHighlightAlpha(Float highlightAlpha)
highlightAlpha - the new highlight alphapublic Boolean getBubbleGradients()
public RendererOptions setBubbleGradients(Boolean bubbleGradients)
bubbleGradients - the new bubble gradientspublic Integer getBarMargin()
public RendererOptions setBarMargin(Integer barMargin)
barMargin - the new bar marginpublic Integer getBarWidth()
public RendererOptions setBarWidth(Integer barWidth)
barWidth - the new bar widthpublic Boolean isHighlightMouseDown()
public RendererOptions setHighlightMouseDown(Boolean highlightMouseDown)
highlightMouseDown - the new highlight mouse downpublic String getBarDirection()
public RendererOptions setBarDirection(String barDirection)
barDirection - the new bar directionpublic Boolean isFillZero()
public RendererOptions setFillZero(Boolean fillZero)
fillZero - the new fill zeropublic Boolean getShowDataLabels()
public RendererOptions setShowDataLabels(Boolean showDataLabels)
showDataLabels - the showDataLabels to setpublic String getDataLabels()
public RendererOptions setDataLabels(String dataLabels)
dataLabels - the dataLabels to setpublic Integer getSliceMargin()
public RendererOptions setSliceMargin(Integer sliceMargin)
sliceMargin - the sliceMargin to setpublic Integer getStartAngle()
public RendererOptions setStartAngle(Integer startAngle)
startAngle - the startAngle to setpublic Animation getAnimation()
public RendererOptions setAnimation(Animation animation)
animation - object for setting
different animation speedpublic Boolean getVaryBarColor()
public RendererOptions setVaryBarColor(Boolean varyBarColor)
varyBarColor - the new vary bar colorpublic Boolean getForceTickAt0()
public RendererOptions setForceTickAt0(Boolean forceTickAt0)
forceTickAt0 - the new force tick at zeropublic Boolean getForceTickAt100()
public RendererOptions setForceTickAt100(Boolean forceTickAt100)
forceTickAt100 - the new force tick at 100Copyright © 2024. All rights reserved.