|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jidesoft.chart.style.AbstractStyle
com.jidesoft.chart.style.BarStyle
public class BarStyle
The style to use when displaying bar charts
| Constructor Summary | |
|---|---|
BarStyle()
Create a Bar Style object with default property values |
|
BarStyle(Paint paint)
|
|
BarStyle(Paint paint,
int barWidth)
|
|
BarStyle(Paint paint,
int barWidth,
Orientation orientation)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Integer |
getBarWidth()
Returns the width to use for bars in the bar chart |
Double |
getBarWidthProportion()
|
Orientation |
getOrientation()
Returns the orientation of the bars: either horizontal or vertical |
int |
hashCode()
|
void |
setBarWidth(Integer barWidth)
Specify the width to use for bars in the bar chart. |
void |
setBarWidthProportion(Double barWidthProportion)
|
void |
setOrientation(Orientation orientation)
Specify the orientation of the bars |
| Methods inherited from class com.jidesoft.chart.style.AbstractStyle |
|---|
getColor, getPaint, setColor, setPaint |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BarStyle()
public BarStyle(Paint paint)
public BarStyle(Paint paint,
int barWidth)
public BarStyle(Paint paint,
int barWidth,
Orientation orientation)
| Method Detail |
|---|
public Integer getBarWidth()
public void setBarWidth(Integer barWidth)
barWidth - the width to use for bars in the bar chartpublic Double getBarWidthProportion()
public void setBarWidthProportion(Double barWidthProportion)
public Orientation getOrientation()
public void setOrientation(Orientation orientation)
orientation - the orientation of the bars: either horizontal or verticalpublic int hashCode()
hashCode in class AbstractStylepublic boolean equals(Object obj)
equals in class AbstractStyle
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||