Package | Description |
---|---|
org.jfree.data.time |
Interfaces and classes for time-related data.
|
org.jfree.data.time.ohlc |
Classes for representing financial data in open-high-low-close form.
|
Modifier and Type | Field and Description |
---|---|
static TimePeriodAnchor |
TimePeriodAnchor.END
End of period.
|
static TimePeriodAnchor |
TimePeriodAnchor.MIDDLE
Middle of period.
|
static TimePeriodAnchor |
TimePeriodAnchor.START
Start of period.
|
Modifier and Type | Method and Description |
---|---|
TimePeriodAnchor |
TimePeriodValuesCollection.getXPosition()
Returns the position of the X value within each time period.
|
TimePeriodAnchor |
TimeTableXYDataset.getXPosition()
Returns the position within each time period that is used for the X
value.
|
TimePeriodAnchor |
TimeSeriesCollection.getXPosition()
Returns the position within each time period that is used for the X
value when the collection is used as an
XYDataset . |
Modifier and Type | Method and Description |
---|---|
void |
TimePeriodValuesCollection.setXPosition(TimePeriodAnchor position)
Sets the position of the x axis within each time period.
|
void |
TimeTableXYDataset.setXPosition(TimePeriodAnchor anchor)
Sets the position within each time period that is used for the X values,
then sends a
DatasetChangeEvent to all registered listeners. |
void |
TimeSeriesCollection.setXPosition(TimePeriodAnchor anchor)
Sets the position within each time period that is used for the X values
when the collection is used as an
XYDataset , then sends a
DatasetChangeEvent is sent to all registered listeners. |
Modifier and Type | Method and Description |
---|---|
TimePeriodAnchor |
OHLCSeriesCollection.getXPosition()
Returns the position within each time period that is used for the X
value when the collection is used as an
XYDataset . |
Modifier and Type | Method and Description |
---|---|
void |
OHLCSeriesCollection.setXPosition(TimePeriodAnchor anchor)
Sets the position within each time period that is used for the X values
when the collection is used as an
XYDataset , then sends a
DatasetChangeEvent is sent to all registered listeners. |
Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.