Modifier and Type | Method and Description |
---|---|
Position |
BarDataset.getBorderSkipped()
Returns the edge to skip drawing the border for.
|
Modifier and Type | Method and Description |
---|---|
void |
BarDataset.setBorderSkipped(Position position)
Sets the edge to skip drawing the border for.
|
Modifier and Type | Method and Description |
---|---|
Position |
Rectangle.getBorderSkipped()
Returns the edge to skip drawing the border for.
|
Position |
Title.getPosition()
Returns the position of title.
|
Position |
Legend.getPosition()
Returns the position of the legend.
|
Modifier and Type | Method and Description |
---|---|
void |
Rectangle.setBorderSkipped(Position borderSkipped)
Sets the edge to skip drawing the border for.
|
void |
Title.setPosition(Position position)
Sets the position of title.
|
void |
Legend.setPosition(Position position)
Sets the position of the legend.
|
Modifier and Type | Method and Description |
---|---|
Position |
Scale.getPosition()
Position of the axis in the chart.
|
Modifier and Type | Method and Description |
---|---|
void |
Scale.setPosition(Position position)
Position of the axis in the chart.
|
Modifier and Type | Method and Description |
---|---|
static Position |
Position.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Position[] |
Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Position |
DatasetViewItem.getBorderSkipped()
Returns the edge to skip drawing the border for.
|
Position |
BaseBoxNodeItem.getPosition()
Returns the position of node.
|
Modifier and Type | Method and Description |
---|---|
void |
AxisItem.setPosition(Position position)
Sets the position of axis
|
Modifier and Type | Method and Description |
---|---|
Position |
Title.getPosition()
Returns the position of title.
|
Position |
Legend.getPosition()
Returns the position of the legend.
|
Modifier and Type | Method and Description |
---|---|
void |
Title.setPosition(Position position)
Sets the position of title.
|
void |
Legend.setPosition(Position position)
Sets the position of the legend.
|
Modifier and Type | Method and Description |
---|---|
Position |
Rectangle.getBorderSkipped()
Returns the edge to skip drawing the border for.
|
Modifier and Type | Method and Description |
---|---|
void |
Rectangle.setBorderSkipped(Position borderSkipped)
Sets the edge to skip drawing the border for.
|