Package info.monitorenter.gui.chart.rangepolicies

Contains IRangePolicy implementations of jchart2d that are used to define the viewport on the traces of the chart.

See:
          Description

Class Summary
ARangePolicy A default superclass for IRangePolicy implementations that adds support for setting and getting ranges.
RangePolicyFixedViewport A range policy that forces the chart only to display the bounds of the internal range regardless of the actual bounds of the traces within the chart.
RangePolicyForcedPoint A range policy that forces the chart always to display the constructor given point regardless of the actual bounds of the traces within the chart.
RangePolicyHighestValues Range policy implementation that will force a viewport that only shows the highest values that are in the range of maximum - x.
RangePolicyHighestValuesForcedMin Range policy implementation that will show a viewport with only the highest values that are in the range of maximum - x which also forces the lower bound to be shown if no data towards this bound exists.
RangePolicyMinimumViewport A IRangePolicy implementation that guarantees a minimum displayed range (viewport) but will stretch if values of the corresponding Chart2D exceeds these constructor given bounds.
RangePolicyUnbounded A dummy IRangePolicy implementation that reflects the bounds of the connected Chart2D instance.
 

Package info.monitorenter.gui.chart.rangepolicies Description

Contains IRangePolicy implementations of jchart2d that are used to define the viewport on the traces of the chart.

Since:
2.0.0
Version:
$Revision: 1.3 $
See Also:
IRangePolicy


Copyright © 2001 - 2010 LGPL, All Rights Footloose.