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.errorbars |
Contains the implementation of the error bar API - namely the
interfaces
,
and
of jchart2d. |
info.monitorenter.gui.chart.io |
Special IO support for data collection for a
Chart2D . |
info.monitorenter.gui.chart.pointpainters |
Contains
IPointPainter implementations
of jchart2d that are used to paint points for segments, start points end points
of errorbars and points of traces of the chart. |
info.monitorenter.gui.chart.tracepoints | |
info.monitorenter.gui.chart.traces |
Contains
ITrace2D implementations
of jchart2d that model the traces of the chart. |
info.monitorenter.gui.chart.traces.accumulationfunctions | |
info.monitorenter.gui.chart.traces.accumulationstrategies | |
info.monitorenter.gui.chart.traces.computing |
Contains
ITrace2D implementations
of jchart2d that apply computations on the input/output datapoints before
they provide them to the chart. |
info.monitorenter.gui.chart.traces.iterators | |
info.monitorenter.gui.chart.traces.iterators.fsm | |
info.monitorenter.gui.chart.traces.painters |
Contains
ITracePainter implementations
of jchart2d that are used to render the traces of the chart. |
info.monitorenter.gui.util |
Unused package intended for automatic color choosing with the visually most
different colors.
|
Modifier and Type | Method and Description |
---|---|
ITracePoint2D |
ITracePointProvider.createTracePoint(double x,
double y,
ITrace2D listener)
Callback for creating trace points.
|
ITracePoint2D |
TracePointProviderDefault.createTracePoint(double x,
double y,
ITrace2D listener) |
ITracePoint2D |
IAccumulationFunction.getAccumulatedPoint()
Returns the accumulated point resulting from all the points fed via
IAccumulationFunction.addPointToAccumulate(ITracePoint2D) since the last call this
method was invoked. |
ITracePoint2D |
IAccumulationFunction.getAccumulatedPointCurrent()
Returns the current accumulated point.
|
ITracePoint2D |
IAccumulationStrategy.AccumulationControlConsecutivePoints.getAccumulatedPointIfAccumulationDone(IAccumulationFunction function,
ITracePoint2D current) |
ITracePoint2D |
IAccumulationStrategy.IAccumulationControl.getAccumulatedPointIfAccumulationDone(IAccumulationFunction function,
ITracePoint2D current)
Modifier that checks if the given function has accumulated enough points.
|
ITracePoint2D |
IPointFinder.getNearestPoint(int mouseEventX,
int mouseEventY,
Chart2D chart)
Returns the nearest
to the given mouse
event's screen coordinates. |
ITracePoint2D |
IPointFinder.getNearestPoint(MouseEvent me,
Chart2D chart)
Returns the nearest
to the given mouse
event's screen coordinates or null if no point was found /
service is not implemented. |
ITracePoint2D |
Chart2D.PointFinder.getNearestPoint(MouseEvent me,
Chart2D chart)
Default implementation always returns null.
|
ITracePoint2D |
Chart2D.getNearestPointEuclid(int mouseEventX,
int mouseEventY)
Returns the nearest
to the given mouse
event's screen coordinates in Euclid distance. |
ITracePoint2D |
Chart2D.getNearestPointEuclid(MouseEvent me)
Returns the nearest
to the given mouse
event's screen coordinates in Euclid distance. |
ITracePoint2D |
Chart2D.getNearestPointManhattan(int mouseEventX,
int mouseEventY)
Returns the nearest
to the given mouse
event's screen coordinates in Manhattan distance. |
ITracePoint2D |
Chart2D.getNearestPointManhattan(MouseEvent me)
Returns the nearest
to the given mouse
event's screen coordinates in Manhattan distance. |
ITracePoint2D |
ITrace2D.DistancePoint.getPoint() |
ITracePoint2D |
Chart2D.translateMousePosition(MouseEvent mouseEvent)
Returns the translation of the mouse event coordinates of the given mouse
event to the value within the chart.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ITracePoint2D> |
ITrace2D.descendingIterator()
Returns an
Iterator over the internal
instances in reverse order. |
Iterator<ITracePoint2D> |
ITrace2D.iterator()
Returns an
Iterator over the internal
instances. |
Iterator<ITracePoint2D> |
ITrace2DDataAccumulating.iterator(int amountOfDesiredPoints)
Returns an
Iterator over the internal
instances that might accumulate internal
ITracePoint2D instances into one. |
Iterator<ITracePoint2D> |
IAccumulationStrategy.iterator(ITrace2D source,
int amountOfDesiredPoints)
Template method to return an iterator over accumulated points.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ITrace2D.addPoint(ITracePoint2D p)
Adds the given
TracePoint2D to the internal data. |
boolean |
ITrace2D.addPoint(ITracePoint2D p,
ITrace2D wrapperOfMe)
Do not call this unless you know what it does.
|
void |
IAccumulationFunction.addPointToAccumulate(ITracePoint2D point)
Adds a point to accumulated.
|
void |
IErrorBarPolicy.calculateErrorBar(int xPixel,
int yPixel,
ErrorBarPixel errorBar,
ITracePoint2D original)
Calculates the errors of the given errorbar according to the point to
render and the configuration of this instance.
|
double |
IPointPainter.calculateMaxX(ITracePoint2D point)
Returns the maximum x bound this painter will need to paint the given
point.
|
double |
IPointPainter.calculateMaxY(ITracePoint2D point)
Returns the maximum y bound this painter will need to paint the given
point.
|
double |
IPointPainter.calculateMinX(ITracePoint2D point)
Returns the minimum x bound this painter will need to paint the given
point.
|
double |
IPointPainter.calculateMinY(ITracePoint2D point)
Returns the minimum y bound this painter will need to paint the given
point.
|
void |
ITrace2D.firePointChanged(ITracePoint2D changed,
ITracePoint2D.STATE state,
Object oldValue,
Object newValue)
Method to trigger by
, or
. |
ITracePoint2D |
IAccumulationStrategy.AccumulationControlConsecutivePoints.getAccumulatedPointIfAccumulationDone(IAccumulationFunction function,
ITracePoint2D current) |
ITracePoint2D |
IAccumulationStrategy.IAccumulationControl.getAccumulatedPointIfAccumulationDone(IAccumulationFunction function,
ITracePoint2D current)
Modifier that checks if the given function has accumulated enough points.
|
void |
IPointHighlightListener.highlight(ITracePoint2D point)
This function is called upon highlight of a trace point.
|
boolean |
Chart2D.isVisible(ITracePoint2D point)
Returns true if the given point is in the visible drawing area of the
Chart2D.
|
protected void |
Chart2D.notifyPointHighlightListeners(ITracePoint2D ref)
Notify the point highlight listeners that ref is highlighted.
|
void |
IErrorBarPainter.paintErrorBar(int absoluteX,
int absoluteY,
ITracePoint2D original,
Graphics g,
IErrorBarPixel errorBar)
Paint the error bar for the point given by absolute coordinates on the
given graphic context.
|
void |
IPointPainter.paintPoint(int absoluteX,
int absoluteY,
int nextX,
int nextY,
Graphics g,
ITracePoint2D original)
Paint the point given by absolute coordinates on the given graphic context.
|
boolean |
ITrace2D.removePoint(ITracePoint2D point)
Removes the given point from this trace.
|
void |
ITrace2D.DistancePoint.setPoint(ITracePoint2D point) |
double |
IAxis.translatePxToValueRelative(ITracePoint2D point,
int pixel)
Transforms the given relative pixel value into the relative chart value
regarding the point's position.
|
Modifier and Type | Method and Description |
---|---|
protected abstract double |
AAxis.AChart2DDataAccessor.getValue(ITracePoint2D point)
Returns the value of the given point according to the dimension the outer
axis belongs to.
|
protected double |
AAxis.XDataAccessor.getValue(ITracePoint2D point) |
protected double |
AAxis.YDataAccessor.getValue(ITracePoint2D point) |
protected void |
AAxis.scalePoint(ITracePoint2D point)
Internally rescales the given
in the
dimension this axis works in. |
double |
AAxis.translatePxToValueRelative(ITracePoint2D point,
int pixel) |
abstract double |
AAxis.AChart2DDataAccessor.translatePxToValueRelative(ITracePoint2D point,
int pixel)
Transforms the given relative pixel value into the relative chart value
regarding the point's position.
|
double |
AAxis.XDataAccessor.translatePxToValueRelative(ITracePoint2D point,
int pixel) |
double |
AAxis.YDataAccessor.translatePxToValueRelative(ITracePoint2D point,
int pixel) |
Modifier and Type | Field and Description |
---|---|
protected ITracePoint2D |
AErrorBarPolicyConfigurable.m_lastPoint
The last trace point coordinate that was sent to
AErrorBarPolicyConfigurable.paintPoint(int, int, int, int, Graphics, ITracePoint2D) . |
Modifier and Type | Method and Description |
---|---|
void |
AErrorBarPolicyConfigurable.calculateErrorBar(int xPixel,
int yPixel,
ErrorBarPixel errorBar,
ITracePoint2D original) |
double |
AErrorBarPolicyConfigurable.calculateMaxX(ITracePoint2D point)
This implementation actually does shift the semantics of this method.
|
double |
AErrorBarPolicyConfigurable.calculateMaxY(ITracePoint2D point) |
double |
AErrorBarPolicyConfigurable.calculateMinX(ITracePoint2D point) |
double |
AErrorBarPolicyConfigurable.calculateMinY(ITracePoint2D point) |
protected int |
ErrorBarPolicyAbsoluteSummation.internalGetNegativeXError(int xPixel,
int yPixel,
ITracePoint2D original) |
protected int |
ErrorBarPolicyRelative.internalGetNegativeXError(int xPixel,
int yPixel,
ITracePoint2D original) |
protected abstract int |
AErrorBarPolicyConfigurable.internalGetNegativeXError(int xPixel,
int yPixel,
ITracePoint2D original)
Internally compute the negative x error for the given point as a pixel
value (not relative to the the origin value).
|
protected int |
ErrorBarPolicyAbsoluteSummation.internalGetNegativeYError(int xPixel,
int yPixel,
ITracePoint2D original) |
protected int |
ErrorBarPolicyRelative.internalGetNegativeYError(int xPixel,
int yPixel,
ITracePoint2D original) |
protected abstract int |
AErrorBarPolicyConfigurable.internalGetNegativeYError(int xPixel,
int yPixel,
ITracePoint2D original)
Internally compute the negative y error for the given point as a pixel
value (not relative to the the origin value).
|
protected int |
ErrorBarPolicyAbsoluteSummation.internalGetPositiveXError(int xPixel,
int yPixel,
ITracePoint2D original) |
protected int |
ErrorBarPolicyRelative.internalGetPositiveXError(int xPixel,
int yPixel,
ITracePoint2D original) |
protected abstract int |
AErrorBarPolicyConfigurable.internalGetPositiveXError(int xPixel,
int yPixel,
ITracePoint2D original)
Internally compute the positive x error in pixel for the given point as an
absolute value (not relative to the the origin value).
|
protected int |
ErrorBarPolicyAbsoluteSummation.internalGetPositiveYError(int xPixel,
int yPixel,
ITracePoint2D original) |
protected int |
ErrorBarPolicyRelative.internalGetPositiveYError(int xPixel,
int yPixel,
ITracePoint2D original) |
protected abstract int |
AErrorBarPolicyConfigurable.internalGetPositiveYError(int xPixel,
int yPixel,
ITracePoint2D original)
Internally compute the positive y error in pixel for the given point as an
absolute value (not relative to the the origin value).
|
void |
ErrorBarPainter.paintErrorBar(int absoluteX,
int absoluteY,
ITracePoint2D original,
Graphics g,
IErrorBarPixel errorBar) |
void |
AErrorBarPolicyConfigurable.paintPoint(int absoluteX,
int absoluteY,
int nextX,
int nextY,
Graphics g,
ITracePoint2D original) |
Modifier and Type | Method and Description |
---|---|
ITracePoint2D |
RandomDataCollectorOffset.collectData()
Deprecated.
|
ITracePoint2D |
RandomDataCollectorTimeStamped.collectData()
Deprecated.
|
abstract ITracePoint2D |
ADataCollector.collectData()
Deprecated.
Override this method.
|
Modifier and Type | Method and Description |
---|---|
double |
PointPainterCandleStick.calculateMaxX(ITracePoint2D point) |
double |
PointPainterLine.calculateMaxX(ITracePoint2D point) |
double |
PointPainterDisc.calculateMaxX(ITracePoint2D point) |
double |
PointPainterVerticalBar.calculateMaxX(ITracePoint2D point) |
double |
PointPainterCandleStick.calculateMaxY(ITracePoint2D point) |
double |
PointPainterLine.calculateMaxY(ITracePoint2D point) |
double |
PointPainterDisc.calculateMaxY(ITracePoint2D point) |
double |
PointPainterVerticalBar.calculateMaxY(ITracePoint2D point) |
double |
PointPainterCandleStick.calculateMinX(ITracePoint2D point) |
double |
PointPainterLine.calculateMinX(ITracePoint2D point) |
double |
PointPainterDisc.calculateMinX(ITracePoint2D point) |
double |
PointPainterVerticalBar.calculateMinX(ITracePoint2D point) |
double |
PointPainterCandleStick.calculateMinY(ITracePoint2D point) |
double |
PointPainterLine.calculateMinY(ITracePoint2D point) |
double |
PointPainterDisc.calculateMinY(ITracePoint2D point) |
double |
PointPainterVerticalBar.calculateMinY(ITracePoint2D point) |
void |
PointPainterCandleStick.paintPoint(int absoluteX,
int absoluteY,
int nextX,
int nextY,
Graphics g,
ITracePoint2D original) |
void |
PointPainterLine.paintPoint(int absoluteX,
int absoluteY,
int nextX,
int nextY,
Graphics g,
ITracePoint2D point)
Paints a line from current to next point.
|
void |
PointPainterDisc.paintPoint(int absoluteX,
int absoluteY,
int nextX,
int nextY,
Graphics g,
ITracePoint2D original) |
void |
PointPainterVerticalBar.paintPoint(int absoluteX,
int absoluteY,
int nextX,
int nextY,
Graphics g,
ITracePoint2D original) |
Modifier and Type | Class and Description |
---|---|
class |
CandleStick
Faked tracepoint that adds the properties to contain all data for a
candlestick.
|
class |
TracePoint2D
A specialized version of
java.awt.Point2D.Double who carries
two further values: double scaledX and
double scaledY which allow the Chart2D to cache the
scaled values (between 0.0 and 1.0) without having to keep a copy of the
aggregators (ITrace2D ) complete tracepoints. |
Modifier and Type | Method and Description |
---|---|
int |
TracePoint2D.compareTo(ITracePoint2D obj) |
Modifier and Type | Field and Description |
---|---|
protected IRingBuffer<ITracePoint2D> |
Trace2DLtd.m_buffer
Internal fast FIFO buffer implementation based upon indexed access to an
array.
|
protected LinkedList<ITracePoint2D> |
Trace2DSimple.m_points
Internal List <ITracePoint2D>.
|
protected TreeSet<ITracePoint2D> |
Trace2DSorted.m_points
The sorted set of points.
|
Modifier and Type | Method and Description |
---|---|
protected ITracePoint2D |
Trace2DSimple.removePointInternal(ITracePoint2D point) |
protected abstract ITracePoint2D |
ATrace2D.removePointInternal(ITracePoint2D point)
Override this template method for the custom remove operation that depends
on the internal storage the implementation.
|
protected ITracePoint2D |
Trace2DSorted.removePointInternal(ITracePoint2D point) |
protected ITracePoint2D |
Trace2DLtd.removePointInternal(ITracePoint2D point)
Returns null always because internally a ring buffer is used which does not
allow removing of values because that would break the contract of a ring
buffer.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ITracePoint2D> |
Trace2DDebugger.descendingIterator() |
Iterator<ITracePoint2D> |
Trace2DSimple.descendingIterator() |
Iterator<ITracePoint2D> |
Trace2DSorted.descendingIterator() |
Iterator<ITracePoint2D> |
Trace2DLtd.descendingIterator() |
Iterator<ITracePoint2D> |
Trace2DCandleSticks.descendingIterator() |
Iterator<ITracePoint2D> |
TraceProxy.descendingIterator() |
Iterator<ITracePoint2D> |
Trace2DAxisSwap.descendingIterator() |
Iterator<ITracePoint2D> |
Trace2DDebugger.iterator() |
Iterator<ITracePoint2D> |
Trace2DSimple.iterator() |
Iterator<ITracePoint2D> |
Trace2DSorted.iterator() |
Iterator<ITracePoint2D> |
Trace2DLtd.iterator() |
Iterator<ITracePoint2D> |
Trace2DCandleSticks.iterator() |
Iterator<ITracePoint2D> |
TraceProxy.iterator() |
Iterator<ITracePoint2D> |
Trace2DAxisSwap.iterator() |
Iterator<ITracePoint2D> |
ATrace2D.iterator(int amountOfDesiredPoints) |
Modifier and Type | Method and Description |
---|---|
boolean |
Trace2DDebugger.addPoint(ITracePoint2D p) |
boolean |
ATrace2D.addPoint(ITracePoint2D p)
Add the given point to this
ITrace2D . |
boolean |
Trace2DCandleSticks.addPoint(ITracePoint2D p) |
boolean |
TraceProxy.addPoint(ITracePoint2D p) |
boolean |
Trace2DAxisSwap.addPoint(ITracePoint2D p) |
boolean |
Trace2DDebugger.addPoint(ITracePoint2D p,
ITrace2D wrapperOfMe) |
boolean |
ATrace2D.addPoint(ITracePoint2D p,
ITrace2D wrapperOfMe)
Do not call this unless you know what it does.
|
boolean |
Trace2DCandleSticks.addPoint(ITracePoint2D p,
ITrace2D wrapperOfMe) |
boolean |
TraceProxy.addPoint(ITracePoint2D p,
ITrace2D wrapperOfMe) |
boolean |
Trace2DAxisSwap.addPoint(ITracePoint2D p,
ITrace2D wrapperOfMe) |
protected boolean |
Trace2DSimple.addPointInternal(ITracePoint2D p) |
boolean |
Trace2DReplacing.addPointInternal(ITracePoint2D p)
In case p has an x- value already contained, the old tracepoint with that
value will be replaced by the new one.
|
protected abstract boolean |
ATrace2D.addPointInternal(ITracePoint2D p)
Override this template method for the custom add operation that depends on
the policies of the implementation.
|
protected boolean |
Trace2DSorted.addPointInternal(ITracePoint2D p)
In case p has an x- value already contained, the old tracepoint with that
value will be replaced by the new one.
|
protected boolean |
Trace2DBijective.addPointInternal(ITracePoint2D p) |
protected boolean |
Trace2DLtdSorted.addPointInternal(ITracePoint2D point)
In case point has an x- value already contained, the old trace point with
that value will be replaced by the new one.
|
protected boolean |
Trace2DLtd.addPointInternal(ITracePoint2D p) |
protected boolean |
Trace2DLtdReplacing.addPointInternal(ITracePoint2D p) |
protected void |
ATrace2D.firePointAdded(ITracePoint2D added)
Fire property change events related to an added point.
|
void |
Trace2DDebugger.firePointChanged(ITracePoint2D changed,
ITracePoint2D.STATE state,
Object oldValue,
Object newValue) |
void |
ATrace2D.firePointChanged(ITracePoint2D changed,
ITracePoint2D.STATE state,
Object oldValue,
Object newValue)
Method triggered by
, or
. |
void |
Trace2DCandleSticks.firePointChanged(ITracePoint2D changed,
ITracePoint2D.STATE state,
Object oldValue,
Object newValue) |
void |
TraceProxy.firePointChanged(ITracePoint2D changed,
ITracePoint2D.STATE state,
Object oldValue,
Object newValue) |
void |
Trace2DAxisSwap.firePointChanged(ITracePoint2D changed,
ITracePoint2D.STATE state,
Object oldValue,
Object newValue) |
protected void |
ATrace2D.firePointRemoved(ITracePoint2D removed)
Fire property change events related to a removed point.
|
boolean |
Trace2DDebugger.removePoint(ITracePoint2D point) |
boolean |
ATrace2D.removePoint(ITracePoint2D point)
Remove the given point from this
ITrace2D . |
boolean |
Trace2DCandleSticks.removePoint(ITracePoint2D point) |
boolean |
TraceProxy.removePoint(ITracePoint2D point) |
boolean |
Trace2DAxisSwap.removePoint(ITracePoint2D point) |
protected ITracePoint2D |
Trace2DSimple.removePointInternal(ITracePoint2D point) |
protected abstract ITracePoint2D |
ATrace2D.removePointInternal(ITracePoint2D point)
Override this template method for the custom remove operation that depends
on the internal storage the implementation.
|
protected ITracePoint2D |
Trace2DSorted.removePointInternal(ITracePoint2D point) |
protected ITracePoint2D |
Trace2DLtd.removePointInternal(ITracePoint2D point)
Returns null always because internally a ring buffer is used which does not
allow removing of values because that would break the contract of a ring
buffer.
|
Modifier and Type | Method and Description |
---|---|
ITracePoint2D |
AccumulationFunctionArithmeticMeanXY.getAccumulatedPoint() |
ITracePoint2D |
AccumulationFunctionBypass.getAccumulatedPoint()
Throws a
. |
ITracePoint2D |
AAccumulationFunction.getAccumulatedPoint() |
ITracePoint2D |
AccumulationFunctionBypass.getAccumulatedPointCurrent()
Throws a
. |
ITracePoint2D |
AAccumulationFunction.getAccumulatedPointCurrent()
Returns the current accumulated point.
|
protected ITracePoint2D |
AAccumulationFunction.getAccumulatedPointPrevious()
Returns previous accumulated point which might be used by implementations
that want to accumulate based on the previous accumulated point (e.g.: An
implementation that cherry picks only one point from the points to
accumulate that is the most different from the previous one).
|
Modifier and Type | Method and Description |
---|---|
protected ITracePointProvider |
AAccumulationFunction.acquireTracePointProvider(ITracePoint2D point)
Helper method to read a
ITracePointProvider from the given point. |
void |
AccumulationFunctionArithmeticMeanXY.addPointToAccumulate(ITracePoint2D point) |
void |
AccumulationFunctionBypass.addPointToAccumulate(ITracePoint2D point)
Throws a
. |
protected void |
AAccumulationFunction.setAccumulatedPointCurrent(ITracePoint2D accumulatedPointCurrent)
Sets the current accumulated point.
|
Modifier and Type | Method and Description |
---|---|
abstract Iterator<ITracePoint2D> |
AAccumulationStrategy.iterator(ITrace2D source,
int amountOfPoints) |
Iterator<ITracePoint2D> |
AccumulationStrategyByPass.iterator(ITrace2D source,
int amountOfPoints) |
Iterator<ITracePoint2D> |
AccumulationStrategyAmountOfPoints.iterator(ITrace2D source,
int amountOfPoints) |
Modifier and Type | Method and Description |
---|---|
protected ITracePoint2D |
Trace2DArithmeticMeanY.removePointInternal(ITracePoint2D point) |
protected ITracePoint2D |
Trace2DArithmeticMeanX.removePointInternal(ITracePoint2D point) |
protected ITracePoint2D |
Trace2DArithmeticMean.removePointInternal(ITracePoint2D point) |
Modifier and Type | Method and Description |
---|---|
Iterator<ITracePoint2D> |
Trace2DArithmeticMeanY.descendingIterator() |
Iterator<ITracePoint2D> |
Trace2DArithmeticMeanX.descendingIterator() |
Iterator<ITracePoint2D> |
Trace2DArithmeticMean.descendingIterator() |
Iterator<ITracePoint2D> |
Trace2DArithmeticMeanY.iterator() |
Iterator<ITracePoint2D> |
Trace2DArithmeticMeanX.iterator() |
Iterator<ITracePoint2D> |
Trace2DArithmeticMean.iterator() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
Trace2DArithmeticMeanY.addPointInternal(ITracePoint2D p) |
protected boolean |
Trace2DArithmeticMeanX.addPointInternal(ITracePoint2D p) |
protected boolean |
Trace2DArithmeticMean.addPointInternal(ITracePoint2D p) |
protected ITracePoint2D |
Trace2DArithmeticMeanY.removePointInternal(ITracePoint2D point) |
protected ITracePoint2D |
Trace2DArithmeticMeanX.removePointInternal(ITracePoint2D point) |
protected ITracePoint2D |
Trace2DArithmeticMean.removePointInternal(ITracePoint2D point) |
Modifier and Type | Method and Description |
---|---|
protected Iterator<ITracePoint2D> |
AAccumulationIterator.getOriginalIterator()
Returns the stateful iterator of the original trace.
|
Modifier and Type | Method and Description |
---|---|
protected ITracePoint2D |
AIteratorITracePointStateEnginge.getPreviousPoint()
Returns the previous point read from the underlying iterator.
|
ITracePoint2D |
AIteratorITracePointStateEnginge.next() |
Modifier and Type | Method and Description |
---|---|
void |
AIteratorITracePointStateEnginge.IAction.computeOutput(ITracePoint2D input,
List<ITracePoint2D> outputTarget)
Compute the output from the given input (and potential owned state
information) and append it to the given list for output.
|
boolean |
AIteratorITracePointStateEnginge.ICondition.isMet(ITracePoint2D input,
boolean isLastPoint)
Evaluate if the condition (for the corresponding transition) is met.
|
Modifier and Type | Method and Description |
---|---|
void |
AIteratorITracePointStateEnginge.IAction.computeOutput(ITracePoint2D input,
List<ITracePoint2D> outputTarget)
Compute the output from the given input (and potential owned state
information) and append it to the given list for output.
|
Modifier and Type | Method and Description |
---|---|
protected ITracePoint2D |
ATracePainter.getPreviousPoint()
Returns the previous trace point that had to be painted by
ATracePainter.paintPoint(int, int, int, int, Graphics, ITracePoint2D) . |
Modifier and Type | Method and Description |
---|---|
double |
TracePainterPolyline.calculateMaxX(ITracePoint2D point) |
double |
TracePainterConfigurable.calculateMaxX(ITracePoint2D point) |
double |
TracePainterPolyline.calculateMaxY(ITracePoint2D point) |
double |
TracePainterConfigurable.calculateMaxY(ITracePoint2D point) |
double |
TracePainterPolyline.calculateMinX(ITracePoint2D point) |
double |
TracePainterConfigurable.calculateMinX(ITracePoint2D point) |
double |
TracePainterPolyline.calculateMinY(ITracePoint2D point) |
double |
TracePainterConfigurable.calculateMinY(ITracePoint2D point) |
void |
TracePainterFill.paintPoint(int absoluteX,
int absoluteY,
int nextX,
int nextY,
Graphics g,
ITracePoint2D original) |
void |
TracePainterPolyline.paintPoint(int absoluteX,
int absoluteY,
int nextX,
int nextY,
Graphics g,
ITracePoint2D original) |
void |
TracePainterConfigurable.paintPoint(int absoluteX,
int absoluteY,
int nextX,
int nextY,
Graphics g,
ITracePoint2D original) |
void |
ATracePainter.paintPoint(int absoluteX,
int absoluteY,
int nextX,
int nextY,
Graphics g,
ITracePoint2D original) |
Modifier and Type | Method and Description |
---|---|
ITracePoint2D |
IteratorITracePoint2DUtil.SkipResult.getFirstVisible()
As there is no "peek-method" in iterator when searching for the first
visible point we will already have consumed it.
|
ITracePoint2D |
IteratorITracePoint2DUtil.SkipResult.getLastInvisible()
Returns the last invisible trace point seen.
|
static ITracePoint2D |
TracePoint2DUtil.interpolateVisible(ITracePoint2D invisible,
ITracePoint2D visible,
ITracePointProvider tracePointProvider)
Interpolates (linear) the two neighboring points.
|
Modifier and Type | Method and Description |
---|---|
static IAxis<?> |
TracePoint2DUtil.getAxisXOfTracePoint(ITracePoint2D tracePoint)
Returns the x-axis this tracepoint is related to.
|
static IAxis<?> |
TracePoint2DUtil.getAxisYOfTracePoint(ITracePoint2D tracePoint)
Returns the y-axis this tracepoint is related to.
|
static Chart2D |
TracePoint2DUtil.getChartFromTracePoint(ITracePoint2D tracePoint)
Returns the chart this tracepoint is attached to.
|
static ITrace2D |
TracePoint2DUtil.getTraceFromTracePoint(ITracePoint2D tracePoint)
Returns the trace this tracepoint is attached to.
|
static ITracePoint2D |
TracePoint2DUtil.interpolateVisible(ITracePoint2D invisible,
ITracePoint2D visible,
ITracePointProvider tracePointProvider)
Interpolates (linear) the two neighboring points.
|
Modifier and Type | Method and Description |
---|---|
static IteratorITracePoint2DUtil.SkipResult |
IteratorITracePoint2DUtil.scrollToFirstVisibleXValue(Iterator<ITracePoint2D> traceIt)
Scrolls the given iterator to the first point that is in visible scaled x
range [0.0 ..
|
Copyright © 2019. All rights reserved.