public class BarExtra extends FontSupport
Modifier and Type | Class and Description |
---|---|
static class |
BarExtra.MODE
For bar plots, indicates the display mode for multiplexed data.
|
static class |
BarExtra.ORIENTATION
Orientation for the boxes.
|
Constructor and Description |
---|
BarExtra() |
Modifier and Type | Method and Description |
---|---|
double |
getBarWidth()
Get the bar width in axes units.
|
double |
getBaseValue() |
BarExtra.ORIENTATION |
getLabelOrientation() |
java.util.ArrayList<java.lang.String> |
getLabels() |
BarExtra.MODE |
getMode() |
BarExtra.ORIENTATION |
getOrientation()
Returns the orientation: BarExtra.ORIENTATION.HORIZONTAL or VERTICAL.
|
void |
setBarWidth(double barWidth)
Set the bar width in axes units.
|
void |
setBaseValue(double baseValue) |
void |
setLabelOrientation(BarExtra.ORIENTATION labelOrientation) |
void |
setLabelOrientation(java.lang.String s) |
void |
setLabels(java.util.ArrayList<java.lang.String> labels) |
void |
setLabels(java.lang.String[] labels) |
void |
setMode(BarExtra.MODE mode) |
void |
setOrientation(BarExtra.ORIENTATION orientation)
Sets the orientation: BarExtra.ORIENTATION.HORIZONTAL or VERTICAL.
|
getFont, getFontBackground, getFontBackground, getFontForeground, getFontForeground, setFont, setFontBackground, setFontBackground, setFontBackground, setFontForeground, setFontForeground, setFontForeground
public double getBarWidth()
public void setBarWidth(double barWidth)
barWidth
- the barWidth to setpublic BarExtra.MODE getMode()
public void setMode(BarExtra.MODE mode)
mode
- the mode to setpublic BarExtra.ORIENTATION getOrientation()
public void setOrientation(BarExtra.ORIENTATION orientation)
orientation
- the orientation to setpublic double getBaseValue()
public void setBaseValue(double baseValue)
baseValue
- the baseValue to setpublic java.util.ArrayList<java.lang.String> getLabels()
public void setLabels(java.util.ArrayList<java.lang.String> labels)
labels
- the labels to setpublic void setLabels(java.lang.String[] labels)
public BarExtra.ORIENTATION getLabelOrientation()
public void setLabelOrientation(BarExtra.ORIENTATION labelOrientation)
labelOrientation
- the labelOrientation to setpublic void setLabelOrientation(java.lang.String s)