public interface BarContainer
Modifier and Type | Method and Description |
---|---|
double |
getBarSpacingRatio()
Gets the ratio of empty space between bars to space occupied by bars.
|
boolean |
getHorizontalBars()
Gets a value identifying whether bars should be horizontal.
|
void |
setBarSpacingRatio(double value)
Sets the ratio of empty space between bars to space occupied by bars.
|
void |
setHorizontalBars(boolean value)
Sets a value identifying whether bars should be horizontal.
|
boolean getHorizontalBars()
void setHorizontalBars(boolean value)
double getBarSpacingRatio()
void setBarSpacingRatio(double value)