|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dss.graph.DataEndPoints
public class DataEndPoints
Class that contains the maximum and minimum data values for a data axis.
The ValueAxis
panel uses this object to check the values that users
specify for maximum and minimum values of the axis.
This allows the panel to warn users about settings that would distort the
data or make the graph unreadable.
For example, the panel issues a warning if the axis high value is set
lower than the highest value in the data.
ValueAxis
Field Summary | |
---|---|
double |
maximum
The maximum value in the data. |
double |
minimum
The minimum value in the data. |
Constructor Summary | |
---|---|
DataEndPoints(double max,
double min)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double maximum
public double minimum
Constructor Detail |
---|
public DataEndPoints(double max, double min)
max
- The maximum value in the data that will be displayed on this
axis.min
- the minimum value in the data that will be displayed on this
axis.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |