@Deprecated public class BarRenderer extends Object implements Renderer
| Constructor and Description |
|---|
BarRenderer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBarDirection()
Deprecated.
|
Integer |
getBarMargin()
Deprecated.
|
Integer |
getBarPadding()
Deprecated.
|
String |
getBarWidth()
Deprecated.
|
Integer |
getGroups()
Deprecated.
|
Collection<String> |
getHighlightColors()
Deprecated.
|
Float |
getShadowAlpha()
Deprecated.
|
Integer |
getShadowOffset()
Deprecated.
|
boolean |
isHighlightMouseDown()
Deprecated.
|
boolean |
isHighlightMouseOver()
Deprecated.
|
boolean |
isVaryBarColor()
Deprecated.
|
boolean |
isWaterfall()
Deprecated.
|
JqPlotResources |
resource()
Deprecated.
Resource.
|
void |
setBarDirection(String barDirection)
Deprecated.
|
void |
setBarMargin(Integer barMargin)
Deprecated.
|
void |
setBarPadding(Integer barPadding)
Deprecated.
|
void |
setBarWidth(String barWidth)
Deprecated.
|
void |
setGroups(Integer groups)
Deprecated.
|
void |
setHighlightColors(Collection<String> highlightColors)
Deprecated.
|
void |
setHighlightMouseDown(boolean highlightMouseDown)
Deprecated.
|
void |
setHighlightMouseOver(boolean highlightMouseOver)
Deprecated.
|
void |
setShadowAlpha(Float shadowAlpha)
Deprecated.
|
void |
setShadowOffset(Integer shadowOffset)
Deprecated.
|
void |
setVaryBarColor(boolean varyBarColor)
Deprecated.
|
void |
setWaterfall(boolean waterfall)
Deprecated.
|
public Integer getBarPadding()
public void setBarPadding(Integer barPadding)
barPadding - the barPadding to setpublic Integer getBarMargin()
public void setBarMargin(Integer barMargin)
barMargin - the barMargin to setpublic String getBarDirection()
public void setBarDirection(String barDirection)
barDirection - the barDirection to setpublic String getBarWidth()
public void setBarWidth(String barWidth)
barWidth - the barWidth to setpublic Integer getShadowOffset()
public void setShadowOffset(Integer shadowOffset)
shadowOffset - the shadowOffset to setpublic Float getShadowAlpha()
public void setShadowAlpha(Float shadowAlpha)
shadowAlpha - the shadowAlpha to setpublic boolean isWaterfall()
public void setWaterfall(boolean waterfall)
waterfall - the waterfall to setpublic Integer getGroups()
public void setGroups(Integer groups)
groups - the groups to setpublic boolean isVaryBarColor()
public void setVaryBarColor(boolean varyBarColor)
varyBarColor - the varyBarColor to setpublic boolean isHighlightMouseOver()
public void setHighlightMouseOver(boolean highlightMouseOver)
highlightMouseOver - the highlightMouseOver to setpublic boolean isHighlightMouseDown()
public void setHighlightMouseDown(boolean highlightMouseDown)
highlightMouseDown - the highlightMouseDown to setpublic Collection<String> getHighlightColors()
public void setHighlightColors(Collection<String> highlightColors)
highlightColors - the highlightColors to setpublic JqPlotResources resource()
RendererCopyright © 2020. All rights reserved.