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.demos |
Examples for construction of charts using different features.
|
info.monitorenter.gui.chart.rangepolicies |
Contains
IRangePolicy implementations
of jchart2d that are used to define the viewport on the traces of the chart. |
info.monitorenter.gui.chart.traces |
Contains
ITrace2D implementations
of jchart2d that model the traces of the chart. |
info.monitorenter.util |
Utility classes and generic classes for jchart2d.
|
Modifier and Type | Method and Description |
---|---|
Range |
IRangePolicy.getRange()
Get the range of this range policy.
|
Range |
IAxis.getRange()
Returns the range lasting from
to
. |
Modifier and Type | Method and Description |
---|---|
void |
IRangePolicy.setRange(Range range)
Set the range of this RangePolicy.
|
void |
IAxis.setRange(Range range)
Sets a Range to use for filtering the view to the the connected Axis.
|
Modifier and Type | Method and Description |
---|---|
Range |
AAxis.getRange()
This method is used by the Chart2D to scale it's values during painting.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AxisInverse.XDataInverseAccessor.scaleTrace(ITrace2D trace,
Range range) |
protected void |
AxisInverse.YDataInverseAccessor.scaleTrace(ITrace2D trace,
Range range) |
protected void |
AAxisTransformation.XDataAccessor.scaleTrace(ITrace2D trace,
Range range) |
protected void |
AAxisTransformation.YDataAccessor.scaleTrace(ITrace2D trace,
Range range) |
protected abstract void |
AAxis.AChart2DDataAccessor.scaleTrace(ITrace2D trace,
Range range)
Scales the given trace in the dimension represented by this axis.
|
protected void |
AAxis.XDataAccessor.scaleTrace(ITrace2D trace,
Range range) |
protected void |
AAxis.YDataAccessor.scaleTrace(ITrace2D trace,
Range range) |
void |
AAxis.setRange(Range range)
Sets a Range to use for filtering the view to the the connected Axis.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiTracing.setForceXRange(Range forceXRange)
Enforces to display a certain visible x range that will be expanded if
traces in the chart have higher or lower values.
|
void |
MultiTracing.setForceYRange(Range forceYRange)
Enforces to display a certain visible x range that will be expanded if
traces in the chart have higher or lower values.
|
Modifier and Type | Method and Description |
---|---|
Range |
ARangePolicy.getRange()
Returns the internal range that is used to decide about the policy of
displaying the chart.
|
Modifier and Type | Method and Description |
---|---|
void |
ARangePolicy.setRange(Range range)
Sets the internal range that is used to decide about the policy of
displaying the chart.
|
void |
RangePolicyForcedPoint.setRange(Range range)
This method is an invariant of the super class contract: only the minimum
value of the given range is used to enforce visibility.
|
Constructor and Description |
---|
ARangePolicy(Range range)
Creates a range policy backed by the given range.
|
RangePolicyFixedViewport(Range range)
Creates a range policy backed by the given range.
|
RangePolicyHighestValues(Range range,
double highestValueRangeToShow)
Constructor with a range and the value range for the highest values to show
only.
|
RangePolicyHighestValuesForcedMin(Range range,
double highestValueRangeToShow)
Constructor with a range and the value range for the highest values to show
only.
|
RangePolicyMinimumViewport(Range range)
Constructs an instance that will always ensure that the given range will be
displayed.
|
RangePolicyUnbounded(Range range)
Creates a range policy backed by the given range which is not used for
RangePolicyUnbounded.getMax(double, double) or RangePolicyUnbounded.getMin(double, double) but
stored for later changes of the range policy from outside. |
Modifier and Type | Method and Description |
---|---|
Range |
Trace2DDebugger.getXRange()
Returns the range of valid points of the x axis.
|
Range |
Trace2DDebugger.getYRange()
Returns the range of valid points of the y axis.
|
Modifier and Type | Method and Description |
---|---|
void |
Trace2DDebugger.setXRange(Range range)
Set the valid range for x values.
|
void |
Trace2DDebugger.setYRange(Range range)
Set the valid range for y values.
|
Modifier and Type | Field and Description |
---|---|
static Range |
Range.RANGE_UNBOUNDED
The unbounded range.
|
Modifier and Type | Method and Description |
---|---|
void |
Range.mimic(Range r)
Mutator that shifts this range to the given one.
|
Copyright © 2019. All rights reserved.