|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.chart.internal.MinMax
org.eclipse.tptp.platform.report.birt).
public class MinMax
UNDER DEVELOPMENT... This class can be used to compute min/max values of a DCoord along an DAxis. As we deal with min/max values must be of class java.lang.Comparable, this is very important. This class compares proposed object. keeping trace of min and max values.
| Constructor Summary | |
|---|---|
MinMax(DAxis axis)
Deprecated. Create a Min/Max object, initialise min/max with P_MIN_HIN/P_MAX_INT of axis, if they are Comparable |
|
| Method Summary | |
|---|---|
java.lang.Comparable |
getVMax()
Deprecated. |
java.lang.Comparable |
getVMin()
Deprecated. |
int |
invalidValueCount()
Deprecated. |
boolean |
isNullRange()
Deprecated. |
boolean |
isValid()
Deprecated. |
void |
reset()
Deprecated. Reset Min/Max object. |
void |
reset(DAxis axis)
Deprecated. Reset Min/Max object, and initialize using P_MIN_HINT,P_MAX_HINT if they are comparable. |
java.lang.String |
toString()
Deprecated. |
boolean |
update(IDCoord coord)
Deprecated. Propose value of IDCoord to update(Object) metho. |
boolean |
update(java.lang.Object value)
Deprecated. Propose an Object, if Object is an instanceof Comparable value, update Min and Max comparing this value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MinMax(DAxis axis)
| Method Detail |
|---|
public boolean isValid()
public boolean isNullRange()
public java.lang.Comparable getVMin()
isValid(), isNullRange()public java.lang.Comparable getVMax()
isValid(), isNullRange()public void reset()
public void reset(DAxis axis)
public boolean update(IDCoord coord)
public boolean update(java.lang.Object value)
public int invalidValueCount()
update()public java.lang.String toString()
toString in class java.lang.Object
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||