|
Header
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.chart.renderer.RendererUtilities
public class RendererUtilities
Utility methods related to the rendering process.
| Constructor Summary | |
|---|---|
RendererUtilities()
|
|
| Method Summary | |
|---|---|
static int[] |
findLiveItems(XYDataset dataset,
int series,
double xLow,
double xHigh)
Finds a range of item indices that is guaranteed to contain all the x-values from x0 to x1 (inclusive). |
static int |
findLiveItemsLowerBound(XYDataset dataset,
int series,
double xLow,
double xHigh)
Finds the lower index of the range of live items in the specified data series. |
static int |
findLiveItemsUpperBound(XYDataset dataset,
int series,
double xLow,
double xHigh)
Finds the upper index of the range of live items in the specified data series. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RendererUtilities()
| Method Detail |
|---|
public static int findLiveItemsLowerBound(XYDataset dataset,
int series,
double xLow,
double xHigh)
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.
findLiveItemsUpperBound(XYDataset, int, double, double)
public static int findLiveItemsUpperBound(XYDataset dataset,
int series,
double xLow,
double xHigh)
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.
findLiveItemsLowerBound(XYDataset, int, double, double)
public static int[] findLiveItems(XYDataset dataset,
int series,
double xLow,
double xHigh)
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.
|
Footer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||