Package | Description |
---|---|
org.swtchart | |
org.swtchart.internal.axis | |
org.swtchart.internal.series |
Modifier and Type | Method and Description |
---|---|
Range |
IAxis.getRange()
Gets the axis range.
|
Modifier and Type | Method and Description |
---|---|
void |
IAxis.setRange(Range range)
Sets the axis range.
|
Constructor and Description |
---|
Range(Range range)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Range |
Axis.getRange() |
Modifier and Type | Method and Description |
---|---|
void |
Axis.setRange(Range range) |
void |
Axis.setRange(Range range,
boolean update)
Sets the axis range.
|
Modifier and Type | Method and Description |
---|---|
abstract Range |
Series.getAdjustedRange(Axis axis,
int length)
Gets the adjusted range to show all series in screen.
|
Range |
LineSeries.getAdjustedRange(Axis axis,
int length) |
Range |
BarSeries.getAdjustedRange(Axis axis,
int length) |
protected Range |
Series.getRangeWithMargin(int lowerPlotMargin,
int upperPlotMargin,
int length,
Axis axis,
Range range)
Gets the range with given margin.
|
Range |
Series.getXRange()
Gets the X range of series.
|
Range |
Series.getYRange()
Gets the Y range of series.
|
Modifier and Type | Method and Description |
---|---|
protected Range |
Series.getRangeWithMargin(int lowerPlotMargin,
int upperPlotMargin,
int length,
Axis axis,
Range range)
Gets the range with given margin.
|