IRangePolicy, java.io.Serializablepublic final class RangePolicyUnbounded extends ARangePolicy
m_propertyChangeSupportPROPERTY_RANGE, PROPERTY_RANGE_MAX, PROPERTY_RANGE_MIN| Constructor | Description |
|---|---|
RangePolicyUnbounded() |
Creates a range policy with an unconfigured range (
Range.RANGE_UNBOUNDED). |
RangePolicyUnbounded(Range range) |
Creates a range policy backed by the given range which is not used for
getMax(double, double) or getMin(double, double) but
stored for later changes of the range policy from outside. |
| Modifier and Type | Method | Description |
|---|---|---|
double |
getMax(double chartMin,
double chartMax) |
Define the upper bound of the Chart2D's value range.
|
double |
getMin(double chartMin,
double chartMax) |
Define the lower bound of the Chart2D's value range.
|
addPropertyChangeListener, equals, firePropertyChange, getPropertyChangeListeners, getRange, hashCode, removePropertyChangeListener, removePropertyChangeListener, setRangepublic RangePolicyUnbounded()
Range.RANGE_UNBOUNDED).
public RangePolicyUnbounded(Range range)
getMax(double, double) or getMin(double, double) but
stored for later changes of the range policy from outside.
range - the range that may be used to decide about the policy of
displaying the range.AAxis.setRangePolicy(info.monitorenter.gui.chart.IRangePolicy)public double getMax(double chartMin,
double chartMax)
IRangePolicyAAxis this instance is bound to.chartMin - the minimum value of the connected Chart2D that may / should be
taken into account.chartMax - the maximum value of the connected Chart2D that may / should be
taken into account.IRangePolicy.getMax(double,double)public double getMin(double chartMin,
double chartMax)
IRangePolicyAAxis this instance is bound to.chartMin - the minimum value of the connected Chart2D that may / should be
taken into account.chartMax - the maximum value of the connected Chart2D that may / should be
taken into account.IRangePolicy.getMin(double, double)Copyright © 2001 - 2010 LGPL, All Rights Footloose.