Package | Description |
---|---|
info.monitorenter.gui.chart |
The core package for jchart2d.
|
info.monitorenter.gui.chart.traces.accumulationfunctions | |
info.monitorenter.gui.chart.traces.accumulationstrategies | |
info.monitorenter.gui.chart.traces.iterators | |
info.monitorenter.gui.chart.traces.iterators.fsm |
Modifier and Type | Method and Description |
---|---|
IAccumulationFunction |
IAccumulationStrategy.getAccumulationFunction()
Returns the accumulationFunction.
|
IAccumulationFunction |
IAccumulationStrategy.setAccumulationFunction(IAccumulationFunction accumulationFunction)
Sets the accumulationFunction to use for this strategy.
|
Modifier and Type | Method and Description |
---|---|
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.
|
IAccumulationFunction |
IAccumulationStrategy.setAccumulationFunction(IAccumulationFunction accumulationFunction)
Sets the accumulationFunction to use for this strategy.
|
Modifier and Type | Class and Description |
---|---|
class |
AAccumulationFunction |
class |
AccumulationFunctionArithmeticMeanXY
Returns the arithmetic mean (x and y) of all points being accumulated by the
calls to
since the
call to . |
class |
AccumulationFunctionBypass
Dummy stub implementation of
IAccumulationFunction that does not work
correctly but throws UnsupportedOperationException from every method and is
only intended for being used by AccumulationStrategyByPass |
Modifier and Type | Method and Description |
---|---|
IAccumulationFunction |
AAccumulationStrategy.getAccumulationFunction() |
IAccumulationFunction |
AAccumulationStrategy.setAccumulationFunction(IAccumulationFunction accumulationFunction) |
Modifier and Type | Method and Description |
---|---|
IAccumulationFunction |
AAccumulationStrategy.setAccumulationFunction(IAccumulationFunction accumulationFunction) |
Constructor and Description |
---|
AAccumulationStrategy(IAccumulationFunction accumulationFunction)
Constructor taking the accumulation function to use.
|
AccumulationStrategyAmountOfPoints(IAccumulationFunction accumulationFunction)
Constructor taking the accumulation function to use.
|
AccumulationStrategyByPass(IAccumulationFunction accumulationFunction)
Constructor taking the accumulation function to use.
|
Modifier and Type | Method and Description |
---|---|
protected IAccumulationFunction |
AAccumulationIterator.getAccumulationFunction()
Returns the accumulationFunction.
|
Constructor and Description |
---|
AAccumulationIterator(ITrace2D originalTrace,
IAccumulationFunction accumulationFunction,
IAccumulationStrategy.IAccumulationControl accumulationControl)
Constructor with all that is needed for accumulating points.
|
Constructor and Description |
---|
AIteratorITracePointStateEnginge(ITrace2D originalTrace,
IAccumulationFunction accumulationFunction,
IAccumulationStrategy.IAccumulationControl accumulationControl)
Constructor with all that is needed for accumulating points.
|
IteratorTracePointStateEngine(ITrace2D originalTrace,
IAccumulationFunction accumulationFunction,
IAccumulationStrategy.IAccumulationControl accumulationControl)
Constructor with all that is needed for accumulating points.
|
Copyright © 2017. All rights reserved.