public interface IDropBarSet
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getDownBarColor()
This method returns the down bar color.
|
int |
getSeriesCount()
This method counts number of series
|
int[] |
getSeriesSet()
This method returns the drop bar series set.
|
java.awt.Color |
getUpBarColor()
This method returns the up bar color.
|
boolean |
isBorderVisible()
This method returns whether the border of drop bar is visible.
|
boolean |
isVisible()
This method returns whether the drop bar is visible.
|
void |
setBorderVisible(boolean state)
This method set whether the border of drop bar is visible.
|
void |
setDownBarColor(java.awt.Color color)
This method set the down bar color.
|
void |
setSeriesSet(int seriesA,
int seriesB)
This method set the drop bar series set.
|
void |
setUpBarColor(java.awt.Color color)
This method set the up bar color.
|
void |
setVisible(boolean state)
This method set whether the drop bar is visible.
|
int getSeriesCount()
boolean isVisible()
void setVisible(boolean state)
state
- The new stateboolean isBorderVisible()
void setBorderVisible(boolean state)
state
- The new statejava.awt.Color getUpBarColor()
void setUpBarColor(java.awt.Color color)
color
- The new colorjava.awt.Color getDownBarColor()
void setDownBarColor(java.awt.Color color)
color
- The new colorint[] getSeriesSet()
void setSeriesSet(int seriesA, int seriesB)
seriesA
- the series index AseriesB
- the series index B