Package | Description |
---|---|
info.monitorenter.gui.chart |
The core package for jchart2d.
|
info.monitorenter.gui.chart.axis |
Contains
IAxis implementations
of jchart2d that model the axis of the chart. |
info.monitorenter.gui.chart.rangepolicies |
Contains
IRangePolicy implementations
of jchart2d that are used to define the viewport on the traces of the chart. |
Modifier and Type | Method and Description |
---|---|
IRangePolicy |
IAxis.getRangePolicy()
Returns the range policy of this axis.
|
Modifier and Type | Method and Description |
---|---|
void |
IAxis.setRangePolicy(IRangePolicy rangePolicy)
Sets the RangePolicy.
|
Modifier and Type | Field and Description |
---|---|
protected IRangePolicy |
AAxis.m_rangePolicy
A plugable range policy.
|
Modifier and Type | Method and Description |
---|---|
IRangePolicy |
AAxis.getRangePolicy()
Returns the range policy of this axis.
|
Modifier and Type | Method and Description |
---|---|
void |
AAxis.setRangePolicy(IRangePolicy rangePolicy)
Sets the RangePolicy.
|
Modifier and Type | Class and Description |
---|---|
class |
ARangePolicy
A default superclass for IRangePolicy implementations that adds support for
setting and getting ranges.
|
class |
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.
|
class |
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.
|
class |
RangePolicyHighestValues
Range policy implementation that will force a viewport that only shows the
highest values that are in the range of maximum - x.
|
class |
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.
|
class |
RangePolicyMargin
This policy add a selectable margin from max and min value, the margin is a
ratio of the range.
|
class |
RangePolicyMinimumViewport
A
implementation that
guarantees a minimum displayed range (viewport) but will stretch if values of
the corresponding exceeds these
constructor given bounds. |
class |
RangePolicyUnbounded
A dummy IRangePolicy implementation that reflects the bounds of the connected
Chart2D instance.
|
Copyright © 2019. All rights reserved.