Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

oracle.dss.graph
Class DataEndPoints

java.lang.Object
  extended by oracle.dss.graph.DataEndPoints

public class DataEndPoints
extends java.lang.Object

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.

See Also:
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

maximum

public double maximum
The maximum value in the data.


minimum

public double minimum
The minimum value in the data.

Constructor Detail

DataEndPoints

public DataEndPoints(double max,
                     double min)
Constructor.

Parameters:
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 Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

Copyright © 1997, 2013, Oracle. All rights reserved.