java.lang.Object | |
↳ | org.jfree.chart.renderer.RendererUtilities |
Utility methods related to the rendering process.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Finds a range of item indices that is guaranteed to contain all the
x-values from x0 to x1 (inclusive).
| |||||||||||
Finds the lower index of the range of live items in the specified data
series.
| |||||||||||
Finds the upper index of the range of live items in the specified data
series.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Finds a range of item indices that is guaranteed to contain all the x-values from x0 to x1 (inclusive).
dataset | the dataset (null not permitted). |
---|---|
series | the series index. |
xLow | the lower bound of the x-value range. |
xHigh | the upper bound of the x-value range. |
Finds the lower index of the range of live items in the specified data series.
dataset | the dataset (null not permitted). |
---|---|
series | the series index. |
xLow | the lowest x-value in the live range. |
xHigh | the highest x-value in the live range. |
Finds the upper index of the range of live items in the specified data series.
dataset | the dataset (null not permitted). |
---|---|
series | the series index. |
xLow | the lowest x-value in the live range. |
xHigh | the highest x-value in the live range. |