- AAccumulationFunction - Class in info.monitorenter.gui.chart.traces.accumulationfunctions
-
- AAccumulationFunction() - Constructor for class info.monitorenter.gui.chart.traces.accumulationfunctions.AAccumulationFunction
-
- AAccumulationIterator - Class in info.monitorenter.gui.chart.traces.iterators
-
Iterator
that decorates an iterator by the feature of accumulation of
points.
- AAccumulationIterator(ITrace2D, IAccumulationFunction, IAccumulationStrategy.IAccumulationControl) - Constructor for class info.monitorenter.gui.chart.traces.iterators.AAccumulationIterator
-
Constructor with all that is needed for accumulating points.
- AAccumulationStrategy - Class in info.monitorenter.gui.chart.traces.accumulationstrategies
-
Design helper to deal with the following: If a trace is unsorted then you
have to accumulated all n consecutive points into one regardless whether
they jump large distances in the value domain.
- AAccumulationStrategy(IAccumulationFunction) - Constructor for class info.monitorenter.gui.chart.traces.accumulationstrategies.AAccumulationStrategy
-
Constructor taking the accumulation function to use.
- AAction(String) - Constructor for class info.monitorenter.gui.chart.traces.iterators.fsm.AIteratorITracePointStateEnginge.AAction
-
- AAxis<T extends IAxisScalePolicy> - Class in info.monitorenter.gui.chart.axis
-
The base class for an axis of the
Chart2D
.
- AAxis() - Constructor for class info.monitorenter.gui.chart.axis.AAxis
-
- AAxis(IAxisLabelFormatter, T) - Constructor for class info.monitorenter.gui.chart.axis.AAxis
-
Constructor that uses the given label formatter for formatting labels.
- AAxis.AChart2DDataAccessor - Class in info.monitorenter.gui.chart.axis
-
An internal connector class that will connect the axis to the a Chart2D.
- AAxis.XDataAccessor - Class in info.monitorenter.gui.chart.axis
-
An accessor for the x axis of a chart.
- AAxis.YDataAccessor - Class in info.monitorenter.gui.chart.axis
-
Accesses the y axis of the
Chart2D
.
- AAxisTransformation<T extends AxisScalePolicyTransformation> - Class in info.monitorenter.gui.chart.axis
-
Base class for Axis implementations that transform the scale for changed
display.
- AAxisTransformation() - Constructor for class info.monitorenter.gui.chart.axis.AAxisTransformation
-
- AAxisTransformation(IAxisLabelFormatter, T) - Constructor for class info.monitorenter.gui.chart.axis.AAxisTransformation
-
Creates an instance that will the given label formatter for formatting
labels.
- AAxisTransformation.XDataAccessor - Class in info.monitorenter.gui.chart.axis
-
An accessor for the x axis of a chart.
- AAxisTransformation.YDataAccessor - Class in info.monitorenter.gui.chart.axis
-
Accesses the y axis of the
Chart2D
.
- accept(File) - Method in class info.monitorenter.gui.chart.io.FileFilterExtensions
-
- accept(String) - Method in class info.monitorenter.gui.chart.io.FileFilterExtensions
-
- accept(String) - Method in interface info.monitorenter.gui.chart.io.INameFilter
-
Accept the file denoted by the given url String.
- AccumulationControlConsecutivePoints() - Constructor for class info.monitorenter.gui.chart.IAccumulationStrategy.AccumulationControlConsecutivePoints
-
Default constructor which does not initialize everything needed as that
has to be done by the concrete
AAccumulationIterator
implementation which works with this.
- AccumulationFunctionArithmeticMeanXY - Class in info.monitorenter.gui.chart.traces.accumulationfunctions
-
- AccumulationFunctionArithmeticMeanXY() - Constructor for class info.monitorenter.gui.chart.traces.accumulationfunctions.AccumulationFunctionArithmeticMeanXY
-
- AccumulationFunctionBypass - Class in info.monitorenter.gui.chart.traces.accumulationfunctions
-
- AccumulationFunctionBypass() - Constructor for class info.monitorenter.gui.chart.traces.accumulationfunctions.AccumulationFunctionBypass
-
- AccumulationStrategyAmountOfPoints - Class in info.monitorenter.gui.chart.traces.accumulationstrategies
-
This strategy will just accumulate amountOfPoints
consecutive points without caring for data density.
- AccumulationStrategyAmountOfPoints(IAccumulationFunction) - Constructor for class info.monitorenter.gui.chart.traces.accumulationstrategies.AccumulationStrategyAmountOfPoints
-
Constructor taking the accumulation function to use.
- AccumulationStrategyByPass - Class in info.monitorenter.gui.chart.traces.accumulationstrategies
-
- AccumulationStrategyByPass(IAccumulationFunction) - Constructor for class info.monitorenter.gui.chart.traces.accumulationstrategies.AccumulationStrategyByPass
-
Constructor taking the accumulation function to use.
- AChart2DAction - Class in info.monitorenter.gui.chart.events
-
The base class that connects triggered actions with an
Chart2D
instance.
- AChart2DAction(Chart2D, String) - Constructor for class info.monitorenter.gui.chart.events.AChart2DAction
-
Create an Action
that accesses the chart and identifies itself
with the given action String.
- AChart2DDataAccessor(Chart2D) - Constructor for class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
Constructor with the chart that is accessed.
- ACondition(String) - Constructor for class info.monitorenter.gui.chart.traces.iterators.fsm.AIteratorITracePointStateEnginge.ACondition
-
- acquireTracePointProvider(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.accumulationfunctions.AAccumulationFunction
-
- actionPerformed(ActionEvent) - Method in class info.monitorenter.gui.chart.events.Chart2DActionPrintSingleton
-
- actionPerformed(ActionEvent) - Method in class info.monitorenter.gui.chart.events.Chart2DActionSaveImageSingleton
-
- ADataCollector - Class in info.monitorenter.gui.chart.io
-
- ADataCollector(ITrace2D, long) - Constructor for class info.monitorenter.gui.chart.io.ADataCollector
-
Deprecated.
Creates an instance that will collect every latency ms a point and add it
to the trace.
- add(Object) - Method in class info.monitorenter.reflection.ObjectRecorder.ObjectInspection
-
Adds an inspected value to this inspection.
- add(T) - Method in interface info.monitorenter.util.collections.IRingBuffer
-
Adds element to the RingBuffer.
- add(T) - Method in class info.monitorenter.util.collections.RingBufferArrayFast
-
Adds an element to the ring buffer, potentially removing the first element
to make more room.
- add(T) - Method in class info.monitorenter.util.collections.TreeSetGreedy
-
Attempts to add the the given T
.
- add(int) - Method in class info.monitorenter.util.math.IntegerMutable
-
Adds the given value to the internal value.
- add(Integer) - Method in class info.monitorenter.util.math.IntegerMutable
-
Adds the given value to the internal value.
- add(IntegerMutable) - Method in class info.monitorenter.util.math.IntegerMutable
-
Adds the given value to the internal value.
- addAdditionalPointPainter(IPointPainter<?>) - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
- addAdditionalPointPainter(IPointPainter<?>) - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- addAxisXBottom(AAxis<?>) - Method in class info.monitorenter.gui.chart.Chart2D
-
Adds the given x axis to the list of internal bottom x axes.
- addAxisXTop(AAxis<?>) - Method in class info.monitorenter.gui.chart.Chart2D
-
Adds the given x axis to the list of internal top x axes.
- addAxisYLeft(AAxis<?>) - Method in class info.monitorenter.gui.chart.Chart2D
-
Adds the given y axis to the list of internal left y axes.
- addAxisYRight(AAxis<?>) - Method in class info.monitorenter.gui.chart.Chart2D
-
Adds the given y axis to the list of internal right y axes.
- addChangeListener(ChangeListener) - Method in class info.monitorenter.reflection.ObjectRecorder
-
Adds a change listener that will be informed about new recordings of the
inspected instances.
- addComputingTrace(ITrace2D) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
- addComputingTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- addComputingTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- addComputingTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- addComputingTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- addComputingTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- addErrorBarPainter(IErrorBarPainter) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- addErrorBarPainter(IErrorBarPainter) - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
Adds the given error bar painter to the list of painters of this instance.
- addErrorBarPolicy(IErrorBarPolicy<?>) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Adds the given error bar policy to the internal set of error bar policies.
- addErrorBarPolicy(IErrorBarPolicy<?>) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- addErrorBarPolicy(IErrorBarPolicy<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- addErrorBarPolicy(IErrorBarPolicy<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- addErrorBarPolicy(IErrorBarPolicy<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- addErrorBarPolicy(IErrorBarPolicy<?>) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- addPoint(double, double) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Adds a trace point to the internal data.
- addPoint(ITracePoint2D) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Adds the given TracePoint2D
to the internal data.
- addPoint(ITracePoint2D, ITrace2D) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Do not call this unless you know what it does.
- addPoint(double, double) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- addPoint(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Add the given point to this ITrace2D
.
- addPoint(ITracePoint2D, ITrace2D) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Do not call this unless you know what it does.
- addPoint(double, double) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- addPoint(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- addPoint(ITracePoint2D, ITrace2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- addPoint(double, double) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- addPoint(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- addPoint(ITracePoint2D, ITrace2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- addPoint(double, double) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- addPoint(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- addPoint(ITracePoint2D, ITrace2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- addPoint(double, double) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- addPoint(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- addPoint(ITracePoint2D, ITrace2D) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- addPointHighlighter(IPointPainter<?>) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Adds the given point painter to the internal set of point highlighters.
- addPointHighlighter(IPointPainter<?>) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- addPointHighlighter(IPointPainter<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- addPointHighlighter(IPointPainter<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- addPointHighlighter(IPointPainter<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- addPointHighlighter(IPointPainter<?>) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- addPointHighlightListener(IPointHighlightListener) - Method in class info.monitorenter.gui.chart.Chart2D
-
Add a point highlighter listener.
- addPointInternal(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Override this template method for the custom add operation that depends on
the policies of the implementation.
- addPointInternal(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMean
-
- addPointInternal(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanX
-
- addPointInternal(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanY
-
- addPointInternal(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DBijective
-
- addPointInternal(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DLtd
-
- addPointInternal(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DLtdReplacing
-
- addPointInternal(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DLtdSorted
-
In case point has an x- value already contained, the old trace point with
that value will be replaced by the new one.
- addPointInternal(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DReplacing
-
In case p has an x- value already contained, the old tracepoint with that
value will be replaced by the new one.
- addPointInternal(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DSimple
-
- addPointInternal(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DSorted
-
In case p has an x- value already contained, the old tracepoint with that
value will be replaced by the new one.
- addPointToAccumulate(ITracePoint2D) - Method in interface info.monitorenter.gui.chart.IAccumulationFunction
-
Adds a point to accumulated.
- addPointToAccumulate(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.accumulationfunctions.AccumulationFunctionArithmeticMeanXY
-
- addPointToAccumulate(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.accumulationfunctions.AccumulationFunctionBypass
-
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
Adds a property change listener.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- addPropertyChangeListener(String, PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.IAccumulationStrategy
-
Registers a property change listener that will be informed about changes of
the property identified by the given propertyName
.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.IAxis
-
Add a listener for the given property.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.IAxis.AxisTitle
-
Add a listener for the given property.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.IAxisLabelFormatter
-
Registers a property change listener that will be informed about changes of
the property identified by the given propertyName
.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
Registers a property change listener that will be informed about changes of
the property identified by the given propertyName
.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.IErrorBarPainter.ISegment
-
Registers the given property change listener to receive
PropertyChangeEvent
instances upon a
change of the given property.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
Registers a property change listener that will be informed about changes of
the property identified by the given propertyName
.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.IRangePolicy
-
Registers a property change listener that will be informed about changes of
the property identified by the given propertyName
.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Registers a property change listener that will be informed about changes of
the property identified by the given propertyName
.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.labelformatters.ALabelFormatter
-
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterAutoUnits
-
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterUnit
-
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.rangepolicies.ARangePolicy
-
Adds a property change listener.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.accumulationstrategies.AAccumulationStrategy
-
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- addTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- addTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.Chart2D
-
Convenience method that adds the trace to this chart with relation to the
first bottom x axis and the first left y axis.
- addTrace(ITrace2D, IAxis<?>, IAxis<?>) - Method in class info.monitorenter.gui.chart.Chart2D
-
Adds the trace to this chart with relation to the given x axis and y axis.
- addTrace(ITrace2D) - Method in interface info.monitorenter.gui.chart.IAxis
-
Adds a trace that belongs to this axis.
- addTracePainter(ITracePainter<?>) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Adds the given trace painter to the internal set of trace painters.
- addTracePainter(ITracePainter<?>) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- addTracePainter(ITracePainter<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- addTracePainter(ITracePainter<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- addTracePainter(ITracePainter<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- addTracePainter(ITracePainter<?>) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- ADefaultStepping() - Constructor for class info.monitorenter.gui.util.ColorIterator.ADefaultStepping
-
Creates a stepper with 100 steps in the color space.
- ADefaultStepping(int) - Constructor for class info.monitorenter.gui.util.ColorIterator.ADefaultStepping
-
Creates a stepper with the given step length.
- AdvancedDynamicChart - Class in info.monitorenter.gui.chart.demos
-
An example that introduces some more advanced features of jchart2d.
- AdvancedStaticChart - Class in info.monitorenter.gui.chart.demos
-
Demonstrates advanced features of static charts in jchart2d.
- AErrorBarPolicyConfigurable - Class in info.monitorenter.gui.chart.errorbars
-
A
IErrorBarPolicy
base
implementation that is configurable by the means of showing positive/negative
errors in x/y dimension.
- AErrorBarPolicyConfigurable() - Constructor for class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
Defcon.
- AIteratorITracePointStateEnginge - Class in info.monitorenter.gui.chart.traces.iterators.fsm
-
An iterator over trace points that works as a Finite State Machine by
utilizing different state instances.
- AIteratorITracePointStateEnginge(ITrace2D, IAccumulationFunction, IAccumulationStrategy.IAccumulationControl) - Constructor for class info.monitorenter.gui.chart.traces.iterators.fsm.AIteratorITracePointStateEnginge
-
Constructor with all that is needed for accumulating points.
- AIteratorITracePointStateEnginge.AAction - Class in info.monitorenter.gui.chart.traces.iterators.fsm
-
- AIteratorITracePointStateEnginge.ACondition - Class in info.monitorenter.gui.chart.traces.iterators.fsm
-
- AIteratorITracePointStateEnginge.IAction - Interface in info.monitorenter.gui.chart.traces.iterators.fsm
-
Interface for an action (upon a transition condition of a state) that knows
how to compute the output given for the input.
- AIteratorITracePointStateEnginge.ICondition - Interface in info.monitorenter.gui.chart.traces.iterators.fsm
-
Interface for a condition that folds the mealy input (
ITracePoint2D
) into a boolean.
- AIteratorITracePointStateEnginge.Transition - Class in info.monitorenter.gui.chart.traces.iterators.fsm
-
Implementation of a transition.
- ALabelFormatter - Class in info.monitorenter.gui.chart.labelformatters
-
A label formatter that is aware of the
AAxis
it formats label for.
- ALabelFormatter() - Constructor for class info.monitorenter.gui.chart.labelformatters.ALabelFormatter
-
Default constructor.
- allms - Variable in class info.monitorenter.util.StopWatchSimple
-
- AlphaStepper() - Constructor for class info.monitorenter.gui.util.ColorIterator.AlphaStepper
-
Creates an instance with 100 alpha steps.
- AlphaStepper(int) - Constructor for class info.monitorenter.gui.util.ColorIterator.AlphaStepper
-
Creates an instance with the given stepping to go on the alpha channel of
the color space.
- AntialiasingChart - Class in info.monitorenter.gui.chart.demos
-
A test for the Chart2D
that constantly adds new tracepoints to a
Trace2DLtd
.
- AntialiasingChart(Chart2D, String) - Constructor for class info.monitorenter.gui.chart.demos.AntialiasingChart
-
Creates an instance that will dynamically paint on the chart to a trace
with the given label.
- APiggyBackStepper() - Constructor for class info.monitorenter.gui.util.ColorIterator.APiggyBackStepper
-
Creates an instance with an amount of steps of 100 for hue, saturation
and luminance.
- APiggyBackStepper(int, int, int) - Constructor for class info.monitorenter.gui.util.ColorIterator.APiggyBackStepper
-
Creates an instance that uses the given amount of steps for hue,
luminance and saturation.
- APointPainter<T extends IPointPainterConfigurableUI<T>> - Class in info.monitorenter.gui.chart.pointpainters
-
Adapter class that implements optional methods of
IPointPainter
as "no operation".
- APointPainter() - Constructor for class info.monitorenter.gui.chart.pointpainters.APointPainter
-
Default constructor (sets the consumed by paint flag to false).
- APointPainterCandleStick<T extends IPointPainterConfigurableUI<T>> - Class in info.monitorenter.gui.chart.pointpainters
-
Adds additional configuration options for candlestick point painters.
- APointPainterCandleStick() - Constructor for class info.monitorenter.gui.chart.pointpainters.APointPainterCandleStick
-
- appendSpaces(String, int) - Static method in class info.monitorenter.util.StringUtil
-
Appends the given amount of spaces to the String.
- applyColorIfChange(Graphics) - Method in class info.monitorenter.gui.util.ColorMutable
-
Sets the color to the graphics context if it is different and returns the
previous one of the graphics context or null if there was no change.
- applyColorUnconditionally(Graphics) - Method in class info.monitorenter.gui.util.ColorMutable
-
Sets the color to the graphics context.
- ARangePolicy - Class in info.monitorenter.gui.chart.rangepolicies
-
A default superclass for IRangePolicy implementations that adds support for
setting and getting ranges.
- ARangePolicy() - Constructor for class info.monitorenter.gui.chart.rangepolicies.ARangePolicy
-
- ARangePolicy(Range) - Constructor for class info.monitorenter.gui.chart.rangepolicies.ARangePolicy
-
Creates a range policy backed by the given range.
- arrayToString(Object) - Static method in class info.monitorenter.util.StringUtil
-
If the given Object is no Array, it's toString - method is invoked.
- arrayToString(Object, String) - Static method in class info.monitorenter.util.StringUtil
-
If the given Object is no Array, it's toString - method is invoked.
- assertDouble(double) - Static method in class info.monitorenter.util.math.MathUtil
-
Asserts that the given double is not invalid for calculation.
- assertEqual(double, double, double) - Static method in class info.monitorenter.util.math.MathUtil
-
Asserts if the given two doubles are equal within the given precision
range by the operation:
- AStaticDataCollector - Class in info.monitorenter.gui.chart.io
-
Base class for data collectors that fill traces for static charts in one run.
- AStaticDataCollector(ITrace2D) - Constructor for class info.monitorenter.gui.chart.io.AStaticDataCollector
-
Constructor with target trace.
- ATrace2D - Class in info.monitorenter.gui.chart.traces
-
The abstract basic implementation of
ITrace2D
that provides the
major amount of aspects needed in order to work correctly together with
Chart2D
.
- ATrace2D() - Constructor for class info.monitorenter.gui.chart.traces.ATrace2D
-
Defcon.
- ATracePainter - Class in info.monitorenter.gui.chart.traces.painters
-
A trace painter that adds the service of knowing the previous point that had
to be painted.
- ATracePainter() - Constructor for class info.monitorenter.gui.chart.traces.painters.ATracePainter
-
- AUnit - Class in info.monitorenter.util.units
-
A unit.
- AUnit() - Constructor for class info.monitorenter.util.units.AUnit
-
Protected constructor to ensure package access only.
- AxisInverse<T extends IAxisScalePolicy> - Class in info.monitorenter.gui.chart.axis
-
An
AAxis
with inverse display of values.
- AxisInverse() - Constructor for class info.monitorenter.gui.chart.axis.AxisInverse
-
Defcon.
- AxisInverse(IAxisLabelFormatter, T) - Constructor for class info.monitorenter.gui.chart.axis.AxisInverse
-
Constructor that uses the given label formatter for formatting labels.
- AxisInverse.XDataInverseAccessor - Class in info.monitorenter.gui.chart.axis
-
An accessor for the x axis of a chart.
- AxisInverse.YDataInverseAccessor - Class in info.monitorenter.gui.chart.axis
-
Accesses the y axis of the
Chart2D
.
- AxisLinear<T extends IAxisScalePolicy> - Class in info.monitorenter.gui.chart.axis
-
An
AAxis
with linear display of values.
- AxisLinear() - Constructor for class info.monitorenter.gui.chart.axis.AxisLinear
-
- AxisLinear(IAxisLabelFormatter) - Constructor for class info.monitorenter.gui.chart.axis.AxisLinear
-
Constructor that uses the given label formatter for formatting labels.
- AxisLinear(IAxisLabelFormatter, T) - Constructor for class info.monitorenter.gui.chart.axis.AxisLinear
-
Constructor that uses the given label formatter for formatting labels along with the given
scale policy.
- AxisLog10<T extends AxisScalePolicyTransformation> - Class in info.monitorenter.gui.chart.axis
-
An
AAxis
with log base 10 scaled
display of values.
- AxisLog10() - Constructor for class info.monitorenter.gui.chart.axis.AxisLog10
-
- AxisLog10(IAxisLabelFormatter, T) - Constructor for class info.monitorenter.gui.chart.axis.AxisLog10
-
Constructor that uses the given label formatter for formatting labels.
- AxisLogE<T extends AxisScalePolicyTransformation> - Class in info.monitorenter.gui.chart.axis
-
An
AAxis
with log scaled display of
values.
- AxisLogE() - Constructor for class info.monitorenter.gui.chart.axis.AxisLogE
-
- AxisLogE(IAxisLabelFormatter, T) - Constructor for class info.monitorenter.gui.chart.axis.AxisLogE
-
Creates an instance that will the given label formatter for formatting
labels.
- AxisScalePolicyAutomaticBestFit - Class in info.monitorenter.gui.chart.axis.scalepolicy
-
Very basic and fast scale policy implementation that ensures the following:
Every scale tick is a minor or major tick of the corresponding axis.
If a scale tick was found that matches a major and a minor tick it is
judged as major tick.
Every major tick is a multiple of minor ticks: It is not possible for the
sum minor ticks to "skip" a major tick.
There is no guarantee that the labels of ticks will overwrite each
others.
There is no guarantee that the major and minor ticks of the axis are
chosen in a reasonable manner: You could get no labels at all if the values
are too high or thousands of labels with a weird output.
- AxisScalePolicyAutomaticBestFit() - Constructor for class info.monitorenter.gui.chart.axis.scalepolicy.AxisScalePolicyAutomaticBestFit
-
- AxisScalePolicyManualTickChart - Class in info.monitorenter.gui.chart.demos
-
- AxisScalePolicyManualTicks - Class in info.monitorenter.gui.chart.axis.scalepolicy
-
Scale policy implementation that ensures the following:
No label will overwrite the following label.
No two labels will have the same value.
Every tick will exactly show the value without rounding errors.
Always the closest next possible tick is chosen regardless whether it is
a major tick or a minor tick (subject to change in favor of major ticks)
- AxisScalePolicyManualTicks() - Constructor for class info.monitorenter.gui.chart.axis.scalepolicy.AxisScalePolicyManualTicks
-
- AxisScalePolicyTransformation - Class in info.monitorenter.gui.chart.axis.scalepolicy
-
Very basic implementation that has to be used with implementation of
AAxisTransformation
to have the scale transformed.
- AxisScalePolicyTransformation() - Constructor for class info.monitorenter.gui.chart.axis.scalepolicy.AxisScalePolicyTransformation
-
- AxisTickPainterDefault - Class in info.monitorenter.gui.chart.axistickpainters
-
Default implementation for a tick painter that uses all given arguments (no
proprietary behaviour).
- AxisTickPainterDefault() - Constructor for class info.monitorenter.gui.chart.axistickpainters.AxisTickPainterDefault
-
Defcon.
- AxisTickPainterInwards - Class in info.monitorenter.gui.chart.axistickpainters
-
Inwards implementation for a tick painter that uses all given arguments (no
proprietary behaviour).
- AxisTickPainterInwards() - Constructor for class info.monitorenter.gui.chart.axistickpainters.AxisTickPainterInwards
-
Defcon.
- AxisTitle(String) - Constructor for class info.monitorenter.gui.chart.IAxis.AxisTitle
-
- AxisTitle(String, IAxisTitlePainter) - Constructor for class info.monitorenter.gui.chart.IAxis.AxisTitle
-
Creates an instance with the given title backed by the given painter.
- AxisTitlePainterDefault - Class in info.monitorenter.gui.chart.axistitlepainters
-
An
IAxisTitlePainter
implementation that will render
titles in a default way while adapting to x or y axis use.
- AxisTitlePainterDefault() - Constructor for class info.monitorenter.gui.chart.axistitlepainters.AxisTitlePainterDefault
-
Defcon.
- AXIX_CONSTANT_NAMES - Static variable in class info.monitorenter.gui.chart.Chart2D
-
Speaking names for axis constants - used for debugging only.
- get(int) - Method in class info.monitorenter.reflection.ObjectRecorder.ObjectInspection
-
Get the value for the attribute at the given index.
- getAccessor() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Returns the accessor to the chart.
- getAccessor() - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns the accessor to the chart.
- getAccumulatedPoint() - Method in interface info.monitorenter.gui.chart.IAccumulationFunction
-
- getAccumulatedPoint() - Method in class info.monitorenter.gui.chart.traces.accumulationfunctions.AAccumulationFunction
-
- getAccumulatedPoint() - Method in class info.monitorenter.gui.chart.traces.accumulationfunctions.AccumulationFunctionArithmeticMeanXY
-
- getAccumulatedPoint() - Method in class info.monitorenter.gui.chart.traces.accumulationfunctions.AccumulationFunctionBypass
-
- getAccumulatedPointCount() - Method in interface info.monitorenter.gui.chart.IAccumulationFunction
-
Returns the current amount of accumulated points.
- getAccumulatedPointCount() - Method in class info.monitorenter.gui.chart.traces.accumulationfunctions.AccumulationFunctionArithmeticMeanXY
-
- getAccumulatedPointCount() - Method in class info.monitorenter.gui.chart.traces.accumulationfunctions.AccumulationFunctionBypass
-
- getAccumulatedPointCurrent() - Method in interface info.monitorenter.gui.chart.IAccumulationFunction
-
Returns the current accumulated point.
- getAccumulatedPointCurrent() - Method in class info.monitorenter.gui.chart.traces.accumulationfunctions.AAccumulationFunction
-
Returns the current accumulated point.
- getAccumulatedPointCurrent() - Method in class info.monitorenter.gui.chart.traces.accumulationfunctions.AccumulationFunctionBypass
-
- getAccumulatedPointIfAccumulationDone(IAccumulationFunction, ITracePoint2D) - Method in class info.monitorenter.gui.chart.IAccumulationStrategy.AccumulationControlConsecutivePoints
-
- getAccumulatedPointIfAccumulationDone(IAccumulationFunction, ITracePoint2D) - Method in interface info.monitorenter.gui.chart.IAccumulationStrategy.IAccumulationControl
-
Modifier that checks if the given function has accumulated enough points.
- getAccumulatedPointPrevious() - Method in class info.monitorenter.gui.chart.traces.accumulationfunctions.AAccumulationFunction
-
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).
- getAccumulationControl() - Method in class info.monitorenter.gui.chart.traces.iterators.AAccumulationIterator
-
Returns the termination criteria for each accumulation.
- getAccumulationFunction() - Method in interface info.monitorenter.gui.chart.IAccumulationStrategy
-
Returns the accumulationFunction.
- getAccumulationFunction() - Method in class info.monitorenter.gui.chart.traces.accumulationstrategies.AAccumulationStrategy
-
- getAccumulationFunction() - Method in class info.monitorenter.gui.chart.traces.iterators.AAccumulationIterator
-
Returns the accumulationFunction.
- getAccumulationStrategy() - Method in interface info.monitorenter.gui.chart.ITrace2DDataAccumulating
-
Returns the current accumulation strategy.
- getAccumulationStrategy() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- getAction() - Method in class info.monitorenter.gui.chart.traces.iterators.fsm.AIteratorITracePointStateEnginge.Transition
-
Returns the action to invoke when this transition is taken.
- getAdditionalPointPainters() - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
Returns the point painter that additionally (to the trace painter of the
chart) paint this point.
- getAdditionalPointPainters() - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- getAlpha() - Method in class info.monitorenter.gui.util.ColorMutable
-
Returns the alpha value of the wrapped color.
- getAmountToAccumulate() - Method in class info.monitorenter.gui.chart.IAccumulationStrategy.AccumulationControlConsecutivePoints
-
Returns the amount of points to accumulate.
- getAttributeHistory(String) - Method in class info.monitorenter.reflection.ObjectRecorder
-
The History returned by this Method represents the past of the field
specified by attributeName.
- getAttributeNames() - Method in class info.monitorenter.reflection.ObjectRecorder
-
Returns the names of the fields to inspect.
- getAxes() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the
List
<IAxis
>
with all axes of
the chart.
- getAxesXBottom() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the
List
<IAxis
>
with instances
that are painted in x dimension on the bottom of the chart.
- getAxesXTop() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the
List
<IAxis
>
with instances
that are painted in x dimension on top of the chart.
- getAxesYLeft() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the
List
<IAxis
>
with instances
that are painted in y dimension on the left side of the chart.
- getAxesYRight() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the
List
<IAxis
>
with instances
that are painted in y dimension on the right side of the chart.
- getAxis() - Method in class info.monitorenter.gui.chart.labelformatters.ALabelFormatter
-
- getAxis() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterAutoUnits
-
- getAxis() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterUnit
-
- getAxisPosition() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getAxisPosition() - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns the constant for the position of this axis for the chart.
- getAxisScalePolicy() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getAxisScalePolicy() - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns the axis scale policy which controls the position and distance of
the ticks to draw.
- getAxisTickPainter() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the painter for the ticks of the axis.
- getAxisTitle() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getAxisTitle() - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns the title of this axis.
- getAxisX() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the first axis in the x dimension or null
if no x-axis
is present.
- getAxisX(ITrace2D) - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the x axis that the given trace belongs to or null if this trace
does not belong to any x axis of this chart.
- getAxisXOfTracePoint(ITracePoint2D) - Static method in class info.monitorenter.gui.util.TracePoint2DUtil
-
Returns the x-axis this tracepoint is related to.
- getAxisY() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the first axis in the y dimension or null
if no y-axis
is present.
- getAxisY(ITrace2D) - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the y axis that the given trace belongs to or null if this trace
does not belong to any y axis of this chart.
- getAxisYOfTracePoint(ITracePoint2D) - Static method in class info.monitorenter.gui.util.TracePoint2DUtil
-
Returns the y-axis this tracepoint is related to.
- getBarWidth() - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterVerticalBar
-
Returns the diameter of the discs to paint in pixel.
- getBarWidth() - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterVerticalBar
-
Returns the diameter of the discs to paint in pixel.
- getBlue() - Method in class info.monitorenter.gui.util.ColorMutable
-
Returns the blue value of the wrapped color.
- getBufferSize() - Method in interface info.monitorenter.util.collections.IRingBuffer
-
Returns the absolute amount of space in the buffer.
- getBufferSize() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
-
- getChangeListeners() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Returns a shallow copied list of the change listeners of this instance.
- getChart() - Method in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
Returns the chart that is accessed.
- getChart() - Method in class info.monitorenter.gui.chart.demos.Showcase
-
Returns the chart.
- getChart() - Method in class info.monitorenter.gui.chart.demos.StaticCollectorChart
-
Returns the chart.
- getChartFromTrace(ITrace2D) - Static method in class info.monitorenter.gui.util.TracePoint2DUtil
-
Returns the chart this trace is attached to.
- getChartFromTracePoint(ITracePoint2D) - Static method in class info.monitorenter.gui.util.TracePoint2DUtil
-
Returns the chart this tracepoint is attached to.
- getCollector() - Method in class info.monitorenter.gui.chart.demos.Showcase
-
Returns the collector to use.
- getColor() - Method in interface info.monitorenter.gui.chart.IErrorBarPainter.ISegment
-
- getColor() - Method in interface info.monitorenter.gui.chart.IPointPainterConfigurableUI
-
Returns the color to paint with or
null if no special color is desired.
- getColor() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Because the color is data common to a trace of a Chart2D
it is
stored here.
- getColor() - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
-
- getColor() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Get the Color
this trace will be painted with.
- getColor() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getColor() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getColor() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getColor() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getColor() - Method in class info.monitorenter.gui.util.ColorIcon
-
Returns the color of this icon.
- getColor() - Method in class info.monitorenter.gui.util.ColorMutable
-
Returns the wrapped color.
- getColor() - Method in interface info.monitorenter.gui.util.IColorDistributor
-
Returns a color, that has not been retrieved before from this instance.
- getColorFill() - Method in interface info.monitorenter.gui.chart.IPointPainterConfigurableUI
-
Returns the color to paint fillings with or
null if no special color is desired.
- getColorFill() - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
-
- getComparableProperty() - Method in interface info.monitorenter.util.collections.IComparableProperty
-
Returns a
Number
this instance wants to be compared by.
- getCondition() - Method in class info.monitorenter.gui.chart.traces.iterators.fsm.AIteratorITracePointStateEnginge.Transition
-
Returns the condition (computed from the input
ITracePoint2D
)
that has to be met to jump to the state of this transition.
- getConnectionColor() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- getConnectionColor() - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
Returns the color of the connection segment or null if unconfigured.
- getConnectionPainter() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- getConnectionPainter() - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
Returns the painter for the connection segment of the error bar.
- getCustomConfigurator() - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- getCustomConfigurator() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyAbsoluteSummation
-
- getCustomConfigurator() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyRelative
-
- getCustomConfigurator() - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
Allows an implementation to return a JComponent
that takes
care of custom configuration properties for the UI support of error bar
policies.
- getDecimals() - Method in class info.monitorenter.util.units.AUnit
-
Returns the number of decimals that should be be taken into account if the
method
AUnit.getValue(double)
is invoked (rounding).
- getDefaultFileName(String) - Static method in class info.monitorenter.util.FileUtil
-
Finds a filename based on the given name.
- getDescription() - Method in enum info.monitorenter.gui.chart.Chart2D.ToolTipType
-
- getDescription() - Method in class info.monitorenter.gui.chart.io.FileFilterExtensions
-
- getDescription() - Method in interface info.monitorenter.gui.chart.IToolTipType
-
Returns a description of this tool tip type (for UI display).
- getDimension() - Method in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
Returns the constant for the dimension that is accessed on the chart.
- getDimension() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getDimension() - Method in class info.monitorenter.gui.chart.axis.AAxis.XDataAccessor
-
- getDimension() - Method in class info.monitorenter.gui.chart.axis.AAxis.YDataAccessor
-
- getDimension() - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns the constant for the dimension this axis stands for in the chart.
- getDimensionString() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getDimensionString() - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns the String constant for the dimension this axis stands for in the
chart.
- getDiscSize() - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterDisc
-
Returns the diameter of the discs to paint in pixel.
- getDiscSize() - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterDisc
-
Returns the diameter of the discs to paint in pixel.
- getDistance() - Method in class info.monitorenter.gui.chart.ITrace2D.DistancePoint
-
- getEnd() - Method in class info.monitorenter.gui.chart.tracepoints.CandleStick
-
Returns the end y value.
- getEndPointColor() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- getEndPointColor() - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
Returns the color of the end point or null if unconfigured.
- getEndPointPainter() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- getEndPointPainter() - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
Returns the painter for the end point of the error bar.
- getErrorBarPainters() - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- getErrorBarPainters() - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
- getErrorBarPolicies() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns the
Set<IErrorBarPolicy
>
that will be
used to render error bars for this trace.
- getErrorBarPolicies() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- getErrorBarPolicies() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getErrorBarPolicies() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getErrorBarPolicies() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getErrorBarPolicies() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getEuclidDistance(double, double) - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
- getEuclidDistance(double, double) - Method in class info.monitorenter.gui.chart.tracepoints.CandleStick
-
- getEuclidDistance(double, double, double, double) - Method in class info.monitorenter.gui.chart.tracepoints.CandleStick
-
Internal helper that returns the eculid distance between the given
"outside" coordinates (mouse move) and the "inside" coordinates.
- getEuclidDistance(double, double) - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- getExtent() - Method in class info.monitorenter.util.Range
-
Returns the extent of this range.
- getFactor() - Method in class info.monitorenter.util.units.AUnit
-
Returns the factor a result of
AUnit.getValue(double)
had to be
multiplied with if the real (unitless) value has to be calculated.
- getFirstVisible() - Method in class info.monitorenter.gui.util.IteratorITracePoint2DUtil.SkipResult
-
As there is no "peek-method" in iterator when searching for the first
visible point we will already have consumed it.
- getFormatter() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getFormatter() - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns the formatter for labels.
- getGreen() - Method in class info.monitorenter.gui.util.ColorMutable
-
Returns the green value of the wrapped color.
- getGridColor() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the color of the grid.
- getHasErrorBars() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns true if this trace has error bars configured.
- getHasErrorBars() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- getHasErrorBars() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getHasErrorBars() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getHasErrorBars() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getHasErrorBars() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getHeight(Graphics2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
Returns the height in pixel the corresponding axis needs to paint itself.
- getHeight(Graphics2D) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getHeight(Graphics2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.XDataAccessor
-
- getHeight(Graphics2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.YDataAccessor
-
- getHeight(IAxis<?>, Graphics2D) - Method in class info.monitorenter.gui.chart.axistitlepainters.AxisTitlePainterDefault
-
- getHeight() - Method in class info.monitorenter.gui.chart.Chart2D
-
- getHeight(IAxis<?>, Graphics2D) - Method in class info.monitorenter.gui.chart.IAxis.AxisTitle
-
Returns the height of this axis title in px with respect to the current
title of the given axis.
- getHeight(Graphics2D) - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns the height in pixel this axis needs to paint itself.
- getHeight(IAxis<?>, Graphics2D) - Method in interface info.monitorenter.gui.chart.IAxisTitlePainter
-
Returns the height of this axis title in px with respect to the current
title of the given axis title.
- getHigh() - Method in class info.monitorenter.gui.chart.tracepoints.CandleStick
-
Returns the high y value.
- getIconHeight() - Method in class info.monitorenter.gui.util.ColorIcon
-
- getIconWidth() - Method in class info.monitorenter.gui.util.ColorIcon
-
- getInspected() - Method in class info.monitorenter.reflection.ObjectRecorder
-
Returns the inspected instance.
- getInstance(Chart2D) - Static method in class info.monitorenter.gui.chart.events.Chart2DActionPrintSingleton
-
Returns the single instance for the given component or null, if it is not existing.
- getInstance(Chart2D, String) - Static method in class info.monitorenter.gui.chart.events.Chart2DActionPrintSingleton
-
Returns the single instance for the given component, potentially creating it.
- getInstance(Chart2D, String) - Static method in class info.monitorenter.gui.chart.events.Chart2DActionSaveImageSingleton
-
Returns the single instance for the given component, potentially creating it.
- getInstance() - Static method in class info.monitorenter.util.math.MathUtil
-
Returns the singleton instance of this class.
- getInstance() - Static method in class info.monitorenter.util.units.UnitFactory
-
Singleton retrieval method.
- getInstance() - Static method in class info.monitorenter.util.units.UnitSystemSI
-
Singleton retrieval method.
- getInstanceCount() - Static method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Returns the instanceCount for all ATrace2D
subclasses.
- getKey() - Method in class info.monitorenter.util.collections.Entry
-
Maybe null!
- getKey() - Method in class info.monitorenter.util.TimeStampedValue
-
Returns the
Long
that marks the time stamp (difference, measured in
milliseconds, between the current time and midnight, January 1, 1970 UTC).
- getLabel() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Callback method for the Chart2D
that returns a
String
describing the label of the ITrace2D
that
will be displayed below the drawing area of the Chart2D
.
- getLabel() - Method in class info.monitorenter.gui.chart.LabeledValue
-
Returns the label String.
- getLabel() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Returns a label for this trace.
- getLabel() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getLabel() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getLabel() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getLabel() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getLabel(double) - Method in class info.monitorenter.util.units.AUnit
-
Returns the the value divided by this unit's factor, rounded to this unit's
configured decimals and suffixed by the unit name.
- getLabels(double, IAxis<?>) - Method in class info.monitorenter.gui.chart.axis.scalepolicy.AxisScalePolicyAutomaticBestFit
-
Returns the labels for this axis.
- getLabels(IAxis<?>) - Method in class info.monitorenter.gui.chart.axis.scalepolicy.AxisScalePolicyManualTicks
-
Returns the labels for this axis.
- getLastInvisible() - Method in class info.monitorenter.gui.util.IteratorITracePoint2DUtil.SkipResult
-
Returns the last invisible trace point seen.
- getLastValue(String) - Method in class info.monitorenter.reflection.ObjectRecorder
-
Returns the last recorded value taken from the given field along with the
time stamp identifying the time this value was recored.
- getLatency() - Method in class info.monitorenter.gui.chart.io.ADataCollector
-
Deprecated.
Returns the interval in ms a point is collected.
- getListener() - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
Returns the listener trace connected to this trace point.
- getListener() - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- getLocationOnScreen(MouseEvent) - Static method in class info.monitorenter.util.UIUtil
-
- getLow() - Method in class info.monitorenter.gui.chart.tracepoints.CandleStick
-
Returns the low y value.
- getMajorGridStroke() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the major stroke of the grid or null
if none is used.
- getMajorTickLength() - Method in class info.monitorenter.gui.chart.axistickpainters.AxisTickPainterDefault
-
- getMajorTickLength() - Method in class info.monitorenter.gui.chart.axistickpainters.AxisTickPainterInwards
-
- getMajorTickLength() - Method in interface info.monitorenter.gui.chart.IAxisTickPainter
-
Returns the major tick length in pixel.
- getMajorTickSpacing() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getMajorTickSpacing() - Method in interface info.monitorenter.gui.chart.IAxis
-
Get the major tick spacing for label generation.
- getManhattanDistance(double, double) - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
- getManhattanDistance(double, double) - Method in class info.monitorenter.gui.chart.tracepoints.CandleStick
-
- getManhattanDistance(double, double, double, double) - Method in class info.monitorenter.gui.chart.tracepoints.CandleStick
-
Internal helper that returns the manhattan distance between the given
"outside" coordinates (mouse move) and the "inside" coordinates.
- getManhattanDistance(double, double) - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- getMax() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getMax() - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns the maximum value from all traces of this axis with respect to the
installed range policy.
- getMax(double, double) - Method in interface info.monitorenter.gui.chart.IRangePolicy
-
Define the upper bound of the Chart2D's value range.
- getMax(double, double) - Method in class info.monitorenter.gui.chart.rangepolicies.RangePolicyFixedViewport
-
Returns the fixed maximum of the internal range.
- getMax(double, double) - Method in class info.monitorenter.gui.chart.rangepolicies.RangePolicyHighestValues
-
Returns the maximum of the chart always.
- getMax(double, double) - Method in class info.monitorenter.gui.chart.rangepolicies.RangePolicyHighestValuesForcedMin
-
Returns the maximum of the chart always.
- getMax(double, double) - Method in class info.monitorenter.gui.chart.rangepolicies.RangePolicyMargin
-
- getMax(double, double) - Method in class info.monitorenter.gui.chart.rangepolicies.RangePolicyMinimumViewport
-
Returns the maximum of the chart or of the internal range if greater.
- getMax(double, double) - Method in class info.monitorenter.gui.chart.rangepolicies.RangePolicyUnbounded
-
- getMax() - Method in class info.monitorenter.util.Range
-
Returns the upper bound of this range.
- getMaxAmountChars() - Method in interface info.monitorenter.gui.chart.IAxisLabelFormatter
-
- getMaxAmountChars() - Method in class info.monitorenter.gui.chart.labelformatters.ALabelFormatter
-
- getMaxAmountChars() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterAutoUnits
-
- getMaxAmountChars() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterDate
-
- getMaxAmountChars() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterNumber
-
- getMaxAmountChars() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterUnit
-
- getMaximumPixelForLabel(Graphics2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
Returns the maximum pixels that will be needed to paint a label.
- getMaximumPixelForLabel(Graphics2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.XDataAccessor
-
- getMaximumPixelForLabel(Graphics2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.YDataAccessor
-
- getMaxSize() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns the maximum amount of
ITracePoint2D
instances that may be
added.
- getMaxSize() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMean
-
- getMaxSize() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanX
-
- getMaxSize() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanY
-
- getMaxSize() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getMaxSize() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getMaxSize() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getMaxSize() - Method in class info.monitorenter.gui.chart.traces.Trace2DLtd
-
- getMaxSize() - Method in class info.monitorenter.gui.chart.traces.Trace2DLtdSorted
-
- getMaxSize() - Method in class info.monitorenter.gui.chart.traces.Trace2DSimple
-
- getMaxSize() - Method in class info.monitorenter.gui.chart.traces.Trace2DSorted
-
- getMaxSize() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getMaxTransformed() - Method in class info.monitorenter.gui.chart.axis.AAxisTransformation
-
Returns the transformed max with additional error treatment in case of
empty traces.
- getMaxValue(ITrace2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
Returns the max value of the given trace according to the dimension the
outer axis belongs to.
- getMaxValue() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getMaxValue(ITrace2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.XDataAccessor
-
- getMaxValue(ITrace2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.YDataAccessor
-
- getMaxValue() - Method in interface info.monitorenter.gui.chart.IAxis
-
- getMaxX() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns the maximum value to be displayed on the x- axis of the
Chart2D
.
- getMaxX() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Returns the original maximum x- value ignoring the offsetX.
- getMaxX() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getMaxX() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getMaxX() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getMaxX() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getMaxY() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns the maximum value to be displayed on the y- axis of the Chart2D.
- getMaxY() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Returns the original maximum y- value ignoring the offsetY.
- getMaxY() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getMaxY() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getMaxY() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getMaxY() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getMin() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getMin() - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns the minimum value of all traces of this axis with respect to the
installed range policy.
- getMin(double, double) - Method in interface info.monitorenter.gui.chart.IRangePolicy
-
Define the lower bound of the Chart2D's value range.
- getMin(double, double) - Method in class info.monitorenter.gui.chart.rangepolicies.RangePolicyFixedViewport
-
Returns the fixed minimum of the internal range.
- getMin(double, double) - Method in class info.monitorenter.gui.chart.rangepolicies.RangePolicyHighestValues
-
Returns the maximum of the chart - interal highestValueRangeToShow or
chartMin if greater.
- getMin(double, double) - Method in class info.monitorenter.gui.chart.rangepolicies.RangePolicyHighestValuesForcedMin
-
Returns the maximum of the chart - interal highestValueRangeToShow.
- getMin(double, double) - Method in class info.monitorenter.gui.chart.rangepolicies.RangePolicyMargin
-
- getMin(double, double) - Method in class info.monitorenter.gui.chart.rangepolicies.RangePolicyMinimumViewport
-
- getMin(double, double) - Method in class info.monitorenter.gui.chart.rangepolicies.RangePolicyUnbounded
-
- getMin() - Method in class info.monitorenter.util.Range
-
Returns the lower bound of this range.
- getMinimumValueDistanceForLabels(Graphics2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
Returns the minimum amount of increase in the value that will be needed
to display all labels without overwriting each others.
- getMinimumValueDistanceForLabels(Graphics2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.XDataAccessor
-
- getMinimumValueDistanceForLabels(Graphics2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.YDataAccessor
-
- getMinimumValueShiftForChange() - Method in interface info.monitorenter.gui.chart.IAxisLabelFormatter
-
Returns the minimum change in the value to format that will cause to return
a different formatted String.
- getMinimumValueShiftForChange() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterAutoUnits
-
- getMinimumValueShiftForChange() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterDate
-
- getMinimumValueShiftForChange() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterNumber
-
- getMinimumValueShiftForChange() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterUnit
-
- getMinorGridStroke() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the minor stroke of the grid or null
if none is used.
- getMinorTickLength() - Method in class info.monitorenter.gui.chart.axistickpainters.AxisTickPainterDefault
-
- getMinorTickLength() - Method in class info.monitorenter.gui.chart.axistickpainters.AxisTickPainterInwards
-
- getMinorTickLength() - Method in interface info.monitorenter.gui.chart.IAxisTickPainter
-
Returns the minor tick length in pixel.
- getMinorTickSpacing() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Get the minor tick spacing for label generation.
- getMinorTickSpacing() - Method in interface info.monitorenter.gui.chart.IAxis
-
Get the minor tick spacing for label generation.
- getMinPaintLatency() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the chart - wide setting for the ms to give a repaint operation
time for collecting several repaint requests into one (performance vs.
- getMinTransformed() - Method in class info.monitorenter.gui.chart.axis.AAxisTransformation
-
Returns the transformed min with additional error treatment in case of
empty traces.
- getMinValue(ITrace2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
Returns the min value of the given trace according to the dimension the
outer axis belongs to.
- getMinValue() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getMinValue(ITrace2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.XDataAccessor
-
- getMinValue(ITrace2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.YDataAccessor
-
- getMinValue() - Method in interface info.monitorenter.gui.chart.IAxis
-
- getMinX() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns the minimum value to be displayed on the x- axis of the Chart2D.
- getMinX() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Returns the original minimum x- value ignoring the offsetX.
- getMinX() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getMinX() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getMinX() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getMinX() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getMinY() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns the minimum value to be displayed on the y- axis of the Chart2D.
- getMinY() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Returns the original minimum y- value ignoring the offsetY.
- getMinY() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getMinY() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getMinY() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getMinY() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getName() - Method in interface info.monitorenter.gui.chart.IErrorBarPainter.ISegment
-
Returns a descriptive name that may be used in UI interfaces.
- getName() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns the name of this trace.
- getName() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Returns the name of this trace.
- getName() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getName() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getName() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getName() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getNearestPoint(MouseEvent, Chart2D) - Method in enum info.monitorenter.gui.chart.Chart2D.PointFinder
-
Default implementation always returns null.
- getNearestPoint(int, int, Chart2D) - Method in interface info.monitorenter.gui.chart.IPointFinder
-
Returns the nearest
ITracePoint2D
to the given mouse
event's screen coordinates.
- getNearestPoint(MouseEvent, Chart2D) - Method in interface info.monitorenter.gui.chart.IPointFinder
-
Returns the nearest
MouseEvent
to the given mouse
event's screen coordinates or
null
if no point was found /
service is not implemented.
- getNearestPointEuclid(int, int) - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the nearest
ITracePoint2D
to the given mouse
event's screen coordinates in Euclid distance.
- getNearestPointEuclid(MouseEvent) - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the nearest
MouseEvent
to the given mouse
event's screen coordinates in Euclid distance.
- getNearestPointEuclid(double, double) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns the nearest point to the given normalized value coordinates of this
trace in Euclid distance.
- getNearestPointEuclid(double, double) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Naive implementation that iterates over every point.
- getNearestPointEuclid(double, double) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getNearestPointEuclid(double, double) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getNearestPointEuclid(double, double) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getNearestPointEuclid(double, double) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getNearestPointManhattan(int, int) - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the nearest
ITracePoint2D
to the given mouse
event's screen coordinates in Manhattan distance.
- getNearestPointManhattan(MouseEvent) - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the nearest
MouseEvent
to the given mouse
event's screen coordinates in Manhattan distance.
- getNearestPointManhattan(double, double) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns the nearest point to the given normalized value coordinates of this
trace in Manhattan distance.
- getNearestPointManhattan(double, double) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Naive implementation that iterates over every point.
- getNearestPointManhattan(double, double) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getNearestPointManhattan(double, double) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getNearestPointManhattan(double, double) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getNearestPointManhattan(double, double) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getNegativeXErrorPixel() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPixel
-
- getNegativeXErrorPixel() - Method in interface info.monitorenter.gui.chart.IErrorBarPixel
-
- getNegativeYErrorPixel() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPixel
-
- getNegativeYErrorPixel() - Method in interface info.monitorenter.gui.chart.IErrorBarPixel
-
- getNewLine() - Static method in class info.monitorenter.util.StringUtil
-
Returns the system - dependent line separator.
- getNexLowerUnit() - Method in class info.monitorenter.util.units.AUnit
-
Returns the next smaller unit to this one within this unit's
IUnitSystem
.
- getNextEvenValue(double, boolean) - Method in interface info.monitorenter.gui.chart.IAxisLabelFormatter
-
Returns the next "even" value to the given one.
- getNextEvenValue(double, boolean) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterAutoUnits
-
- getNextEvenValue(double, boolean) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterDate
-
- getNextEvenValue(double, boolean) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterNumber
-
- getNextEvenValue(double, boolean) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterUnit
-
- getNextHigherUnit() - Method in class info.monitorenter.util.units.AUnit
-
Returns the next greater unit to this one within this unit's
IUnitSystem
.
- getNormalizedHighlightSweetSpotCoordinates() - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
Returns the normalized coordinates of this point that should be highlighted
or null if
new double[]{this.getX(), this.getY()};
is the position to highlight.
- getNormalizedHighlightSweetSpotCoordinates() - Method in class info.monitorenter.gui.chart.tracepoints.CandleStick
-
- getNormalizedHighlightSweetSpotCoordinates() - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- getNumberFormat() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterNumber
-
Returns the internal NumberFormat
.
- getOldest() - Method in interface info.monitorenter.util.collections.IRingBuffer
-
Returns the oldest element from the buffer.
- getOldest() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
-
- getOriginalIterator() - Method in class info.monitorenter.gui.chart.traces.iterators.AAccumulationIterator
-
Returns the stateful iterator of the original trace.
- getOriginalTrace() - Method in class info.monitorenter.gui.chart.traces.iterators.AAccumulationIterator
-
Returns the original trace.
- getPhysicalUnits() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
- getPhysicalUnits() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- getPhysicalUnits() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getPhysicalUnits() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getPhysicalUnits() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getPhysicalUnits() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getPhysicalUnitsX() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns the physical unit string value for the x dimension.
- getPhysicalUnitsX() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- getPhysicalUnitsX() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getPhysicalUnitsX() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getPhysicalUnitsX() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getPhysicalUnitsX() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getPhysicalUnitsY() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns the physical unit string value for the y dimension.
- getPhysicalUnitsY() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- getPhysicalUnitsY() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getPhysicalUnitsY() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getPhysicalUnitsY() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getPhysicalUnitsY() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getPixelRange() - Method in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
Returns the amount of pixel available for displaying the values on the
chart in the dimension this accessor stands for.
- getPixelRange() - Method in class info.monitorenter.gui.chart.axis.AAxis.XDataAccessor
-
- getPixelRange() - Method in class info.monitorenter.gui.chart.axis.AAxis.YDataAccessor
-
- getPixelXLeft() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getPixelXLeft() - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns the left pixel of this axis coordinate in the graphic context of
the current paint operation.
- getPixelXRight() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getPixelXRight() - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns the right pixel coordinate of this axis in the graphic context of
the current paint operation.
- getPixelYBottom() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getPixelYBottom() - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns the bottom pixel coordinate of this axis in the graphic context of
the current paint operation.
- getPixelYTop() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getPixelYTop() - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns the top pixel coordinate of this axis in the graphic context of the
current paint operation.
- getPoint() - Method in class info.monitorenter.gui.chart.ITrace2D.DistancePoint
-
- getPointFinder() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the point finder used to find the nearest point corresponding to a
mouse event.
- getPointHighlighters() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns the
Set<IPointPainter
>
that may be used
to highlight points of this trace.
- getPointHighlighters() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- getPointHighlighters() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getPointHighlighters() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getPointHighlighters() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getPointHighlighters() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getPointPainter() - Method in interface info.monitorenter.gui.chart.IErrorBarPainter.ISegment
-
Returns the point painter of this segment.
- getPointPainter() - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterConfigurable
-
Returns the pointPainter.
- getPositiveXErrorPixel() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPixel
-
- getPositiveXErrorPixel() - Method in interface info.monitorenter.gui.chart.IErrorBarPixel
-
- getPositiveYErrorPixel() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPixel
-
- getPositiveYErrorPixel() - Method in interface info.monitorenter.gui.chart.IErrorBarPixel
-
- getPreferredSize() - Method in class info.monitorenter.gui.chart.Chart2D
-
- getPreviousPoint() - Method in class info.monitorenter.gui.chart.traces.iterators.fsm.AIteratorITracePointStateEnginge
-
Returns the previous point read from the underlying iterator.
- getPreviousPoint() - Method in class info.monitorenter.gui.chart.traces.painters.ATracePainter
-
- getPreviousX() - Method in class info.monitorenter.gui.chart.traces.painters.ATracePainter
-
- getPreviousY() - Method in class info.monitorenter.gui.chart.traces.painters.ATracePainter
-
- getPropertyChangeListeners(String) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getPropertyChangeListeners(String) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- getPropertyChangeListeners(String) - Method in class info.monitorenter.gui.chart.IAxis.AxisTitle
-
- getPropertyChangeListeners(String) - Method in interface info.monitorenter.gui.chart.IAxis
-
- getPropertyChangeListeners(String) - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
Returns all property change listeners for the given property.
- getPropertyChangeListeners(String) - Method in interface info.monitorenter.gui.chart.IRangePolicy
-
Returns all property change listeners for the given property.
- getPropertyChangeListeners(String) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns all property change listeners for the given property.
- getPropertyChangeListeners(String) - Method in class info.monitorenter.gui.chart.rangepolicies.ARangePolicy
-
- getPropertyChangeListeners(String) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- getPropertyChangeListeners(String) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getPropertyChangeListeners(String) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getPropertyChangeListeners(String) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getPropertyChangeListeners(String) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getPropertySegmentColor() - Method in interface info.monitorenter.gui.chart.IErrorBarPainter.ISegment
-
- getPropertySegmentPointPainter() - Method in interface info.monitorenter.gui.chart.IErrorBarPainter.ISegment
-
- getRange() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
This method is used by the Chart2D to scale it's values during painting.
- getRange() - Method in interface info.monitorenter.gui.chart.IAxis
-
- getRange() - Method in interface info.monitorenter.gui.chart.IRangePolicy
-
Get the range of this range policy.
- getRange() - Method in class info.monitorenter.gui.chart.rangepolicies.ARangePolicy
-
Returns the internal range that is used to decide about the policy of
displaying the chart.
- getRangePolicy() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Returns the range policy of this axis.
- getRangePolicy() - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns the range policy of this axis.
- getRed() - Method in class info.monitorenter.gui.util.ColorMutable
-
Returns the red value of the wrapped color.
- getRelativeXError() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyRelative
-
Returns the relative x error between 0 and 1.
- getRelativeYError() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyRelative
-
Returns the relative y error between 0 and 1.
- getRenderer() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
- getRenderer() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Returns the chart that renders this instance or null, if this trace is not
added to a chart.
- getRenderer() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getRenderer() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getRenderer() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getRenderer() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getRGBColor() - Method in class info.monitorenter.gui.util.HSBColor
-
Returns the transformation of this color to the rgb color.
- getRingBuffer() - Method in class info.monitorenter.reflection.ObjectRecorder
-
- getScaledValue(double) - Method in class info.monitorenter.gui.chart.axis.AAxisTransformation
-
- getScaledValue(double) - Method in class info.monitorenter.gui.chart.axis.AxisInverse
-
- getScaledValue(double) - Method in class info.monitorenter.gui.chart.axis.AxisLinear
-
- getScaledValue(double) - Method in interface info.monitorenter.gui.chart.IAxis
-
Scales the given absolute value into a value between 0 and 1.0 (if it is in
the range of the data).
- getScaledX() - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
- getScaledX() - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- getScaledY() - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
- getScaledY() - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- getScaleValues(Graphics2D, IAxis<?>) - Method in class info.monitorenter.gui.chart.axis.scalepolicy.AxisScalePolicyAutomaticBestFit
-
Internally used for rounding to ticks, calculated once per paint iteration.
- getScaleValues(Graphics2D, IAxis<?>) - Method in class info.monitorenter.gui.chart.axis.scalepolicy.AxisScalePolicyManualTicks
-
- getScaleValues(Graphics2D, IAxis<?>) - Method in class info.monitorenter.gui.chart.axis.scalepolicy.AxisScalePolicyTransformation
-
- getScaleValues(Graphics2D, IAxis<?>) - Method in interface info.monitorenter.gui.chart.IAxisScalePolicy
-
Returns the array of labeled values that will be used by the
Chart2D
to paint labels.
- getSegmentConnection() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- getSegmentConnection() - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
Returns the facade instance for accessing the connection segment of this
configurable error bar painter.
- getSegmentEnd() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- getSegmentEnd() - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
Returns the facade instance for accessing the end segment of this
configurable error bar painter.
- getSegmentStart() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- getSegmentStart() - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
Returns the facade instance for accessing the start segment of this
configurable error bar painter.
- getSize() - Method in class info.monitorenter.gui.chart.Chart2D
-
Overridden to allow full - page printing.
- getSize() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns the amount of
ITracePoint2D
instances currently contained.
- getSize() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMean
-
- getSize() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanX
-
- getSize() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanY
-
- getSize() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getSize() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getSize() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getSize() - Method in class info.monitorenter.gui.chart.traces.Trace2DLtd
-
Returns the acutal amount of points in this trace.
- getSize() - Method in class info.monitorenter.gui.chart.traces.Trace2DSimple
-
- getSize() - Method in class info.monitorenter.gui.chart.traces.Trace2DSorted
-
- getSize() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getSkipCount() - Method in class info.monitorenter.gui.util.IteratorITracePoint2DUtil.SkipResult
-
Returns the amount of points skipped.
- getStart() - Method in class info.monitorenter.gui.chart.tracepoints.CandleStick
-
Returns the start y value.
- getStartColor() - Method in class info.monitorenter.gui.util.ColorIterator
-
Returns the starting color which is also used to detect if a whole
iteration has been performed.
- getStartPointColor() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- getStartPointColor() - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
Returns the color of the start point or null if unconfigured.
- getStartPointPainter() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- getStartPointPainter() - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
Returns the painter for the start point of the error bar.
- getStateFollowing() - Method in class info.monitorenter.gui.chart.traces.iterators.fsm.AIteratorITracePointStateEnginge.Transition
-
Returns the state that will be the next current state if the condition is
met.
- getString(String) - Static method in class info.monitorenter.gui.util.Messages
-
Returns the external message for the given key.
- getStroke() - Method in interface info.monitorenter.gui.chart.IPointPainterConfigurableUI
-
Returns the stroke to paint with.
- getStroke() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns the Stroke that is used to render this instance.
- getStroke() - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
-
- getStroke() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Get the Stroke
object this instance will be painted with.
- getStroke() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getStroke() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getStroke() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getStroke() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getSynchronizedXStartChart() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the chart that will be synchronized for finding the start
coordinate of this chart to draw in x dimension (
Chart2D.getXChartStart()
).
- getTime() - Method in class info.monitorenter.reflection.ObjectRecorder.ObjectInspection
-
Returns the time stamp in ms of this inspection.
- getTime() - Method in class info.monitorenter.util.TimeStampedValue
-
Returns the time stamp (difference, measured in milliseconds, between the
current time and midnight, January 1, 1970 UTC).
- getTitle() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getTitle() - Method in class info.monitorenter.gui.chart.IAxis.AxisTitle
-
Returns the title or null
if there was no title configured
before.
- getTitle() - Method in interface info.monitorenter.gui.chart.IAxis
-
- getTitleColor() - Method in class info.monitorenter.gui.chart.IAxis.AxisTitle
-
Returns the color used for painting the title.
- getTitleFont() - Method in class info.monitorenter.gui.chart.IAxis.AxisTitle
-
Returns the optional font used for painting the title or null if not
configured.
- getTitlePainter() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getTitlePainter() - Method in class info.monitorenter.gui.chart.IAxis.AxisTitle
-
Returns the titlePainter.
- getTitlePainter() - Method in interface info.monitorenter.gui.chart.IAxis
-
- getToolTipText(MouseEvent) - Method in class info.monitorenter.gui.chart.Chart2D
-
- getToolTipText(Chart2D, MouseEvent) - Method in enum info.monitorenter.gui.chart.Chart2D.ToolTipType
-
- getToolTipText(Chart2D, MouseEvent) - Method in interface info.monitorenter.gui.chart.IToolTipType
-
The base class implementation that returns the tool tip text for the
given mouse event which is a NONE implementation here.
- getTooltipText() - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
Returns the tool tip text that should be displayed in case this trace point
is selected to show a tool tip.
- getTooltipText() - Method in class info.monitorenter.gui.chart.tracepoints.CandleStick
-
- getTooltipText() - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- getToolTipType() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the type of tool tip shown.
- getTrace() - Method in class info.monitorenter.gui.chart.demos.Showcase
-
Returns the trace.
- getTrace() - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
Returns the trace error bars have to be rendered for.
- getTrace() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPixel
-
- getTrace() - Method in interface info.monitorenter.gui.chart.IErrorBarPixel
-
Returns the corresponding trace for this error bar.
- getTrace() - Method in class info.monitorenter.gui.chart.io.ADataCollector
-
Deprecated.
Returns the trace that is filled by this collector.
- getTrace() - Method in class info.monitorenter.gui.chart.io.AStaticDataCollector
-
Returns the trace data is added to.
- getTraceFromTracePoint(ITracePoint2D) - Static method in class info.monitorenter.gui.util.TracePoint2DUtil
-
Returns the trace this tracepoint is attached to.
- getTracePainters() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns the
Set<ITracePainter
>
that will be used
to paint this trace.
- getTracePainters() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- getTracePainters() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getTracePainters() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getTracePainters() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getTracePainters() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getTracePointProvider() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns the trace point creator of this trace.
- getTracePointProvider() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- getTracePointProvider() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getTracePointProvider() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getTracePointProvider() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getTracePointProvider() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- getTraces() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getTraces() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the set of traces that are currently rendered by this instance.
- getTraces() - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns a
Set
<ITrace2D
>
with all traces
covered by this axis.
- getTransitionTable() - Method in class info.monitorenter.gui.chart.traces.iterators.fsm.AIteratorITracePointStateEnginge
-
Returns the transitionTable.
- getTransparency() - Method in interface info.monitorenter.gui.chart.IPointPainterConfigurableUI
-
Returns the transparency to use for painting.
- getTransparency() - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
-
- getTransparencyFill() - Method in interface info.monitorenter.gui.chart.IPointPainterConfigurableUI
-
Returns the transparency to use for fill painting.
- getTransparencyFill() - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
-
- getUnit() - Method in interface info.monitorenter.gui.chart.IAxisLabelFormatter
-
Return the unit this labels should be formatted with.
- getUnit() - Method in class info.monitorenter.gui.chart.labelformatters.ALabelFormatter
-
- getUnit() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterAutoUnits
-
- getUnit() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterUnit
-
- getUnit(double, IUnitSystem) - Method in class info.monitorenter.util.units.UnitFactory
-
Returns the unit for the given argument absolute max.
- getUnitName() - Method in class info.monitorenter.util.units.AUnit
-
Retunrns the short unit name of this unit a result of
AUnit.getValue(double)
has to be related with to know the this result is
displayed in a unit.
- getUnits() - Method in interface info.monitorenter.util.units.IUnitSystem
-
Returns the different
AUnit
classes in the correct order.
- getUnits(IUnitSystem) - Method in class info.monitorenter.util.units.UnitFactory
-
Returns a list of all different
AUnit
instances available in the
given unit system.
- getUnits() - Method in class info.monitorenter.util.units.UnitSystemSI
-
- getValue(ITracePoint2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
Returns the value of the given point according to the dimension the outer
axis belongs to.
- getValue(ITracePoint2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.XDataAccessor
-
- getValue(ITracePoint2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.YDataAccessor
-
- getValue() - Method in class info.monitorenter.gui.chart.LabeledValue
-
Returns the value of this label which is scaled to lie between 0.0 and 1.0.
- getValue() - Method in class info.monitorenter.util.collections.Entry
-
Maybe null!
- getValue() - Method in class info.monitorenter.util.math.IntegerMutable
-
Returns the value as an int.
- getValue() - Method in class info.monitorenter.util.TimeStampedValue
-
Returns the time stamp.
- getValue(double) - Method in class info.monitorenter.util.units.AUnit
-
Transforms the given absolute value into the represented unit value by
dividing by the specific factor.
- getValueDistanceForPixel(int) - Method in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
Returns the value distance on the current chart that exists for the given
amount of pixel distance in the given direction of this
AAxis
.
- getValueDistanceForPixel(int) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Returns the value distance on the current chart that exists for the given
amount of pixel distance in the given direction of this Axis
.
- getValueDistanceForPixel(int) - Method in class info.monitorenter.gui.chart.axis.AAxis.XDataAccessor
-
- getValueDistanceForPixel(int) - Method in class info.monitorenter.gui.chart.axis.AAxis.YDataAccessor
-
- getWidth(Graphics2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
Returns the width in pixel the corresponding axis needs to paint itself.
- getWidth(Graphics2D) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- getWidth(Graphics2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.XDataAccessor
-
- getWidth(Graphics2D) - Method in class info.monitorenter.gui.chart.axis.AAxis.YDataAccessor
-
- getWidth(IAxis<?>, Graphics2D) - Method in class info.monitorenter.gui.chart.axistitlepainters.AxisTitlePainterDefault
-
- getWidth() - Method in class info.monitorenter.gui.chart.Chart2D
-
- getWidth(IAxis<?>, Graphics2D) - Method in class info.monitorenter.gui.chart.IAxis.AxisTitle
-
Returns the width of this axis title in px with respect to the current
title of the given axis.
- getWidth(Graphics2D) - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns the width in pixel this axis needs to paint itself.
- getWidth(IAxis<?>, Graphics2D) - Method in interface info.monitorenter.gui.chart.IAxisTitlePainter
-
Returns the width of this axis title in px with respect to the current
title of the given axis.
- getWidth() - Method in interface info.monitorenter.gui.chart.IPointPainterCandleStick
-
- getWidth() - Method in class info.monitorenter.gui.chart.pointpainters.APointPainterCandleStick
-
- getX() - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
Returns the x value.
- getX() - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- getXAxisWidth() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the width of the X axis in px.
- getXChartEnd() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the x coordinate of the chart's right edge in px.
- getXChartStart() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the x coordinate of the chart's left edge in px.
- getXError(double) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- getXError(double) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyAbsoluteSummation
-
- getXError(double) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyRelative
-
- getXError(double) - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
Returns the relative x error (value domain) that is added to / subtracted
from the values to display.
- getXRange() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
Returns the range of valid points of the x axis.
- getY() - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
Returns the y value.
- getY() - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- getYAxisHeight() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the height of the Y axis in px.
- getYChartEnd() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the y coordinate of the upper edge of the chart's display area in
px.
- getYChartStart() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the y coordinate of the chart's lower edge in px.
- getYError(double) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- getYError(double) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyAbsoluteSummation
-
- getYError(double) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyRelative
-
- getYError(double) - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
Returns the relative y error (value domain) that is added to / subtracted
from the values to display.
- getYoungest() - Method in interface info.monitorenter.util.collections.IRingBuffer
-
Returns the last element added.
- getYoungest() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
-
- getYRange() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
Returns the range of valid points of the y axis.
- getZIndex() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
The z-index defines the order in which this instance will be painted.
- getZIndex() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- getZIndex() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- getZIndex() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- getZIndex() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- getZIndex() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- IAccumulationFunction - Interface in info.monitorenter.gui.chart
-
Interface for functions that may accumulate several
ITracePoint2D
instances into one.
- IAccumulationStrategy - Interface in info.monitorenter.gui.chart
-
Design helper to deal with the following: If a trace is unsorted then you
have to accumulated all n consecutive points into one regardless whether they
jump large distances in the value domain.
- IAccumulationStrategy.AccumulationControlConsecutivePoints - Class in info.monitorenter.gui.chart
-
Just accumulates n consecutive points.
- IAccumulationStrategy.IAccumulationControl - Interface in info.monitorenter.gui.chart
-
Interface for encapsulation of the control of "how many" points get
accumulated to one.
- IAxis<T extends IAxisScalePolicy> - Interface in info.monitorenter.gui.chart
-
Interface for an axis of the
Chart2D
.
- IAxis.AxisTitle - Class in info.monitorenter.gui.chart
-
Represents a title of an axis.
- IAxisLabelFormatter - Interface in info.monitorenter.gui.chart
-
An interface used by Axis to format labels and determine the maximum width
for the labels.
- IAxisScalePolicy - Interface in info.monitorenter.gui.chart
-
- IAxisTickPainter - Interface in info.monitorenter.gui.chart
-
Interface to paint ticks for a trace.
- IAxisTitlePainter - Interface in info.monitorenter.gui.chart
-
Interface for an painter of the title of an axis of the Chart2D.
- ICodeBlock<T> - Interface in info.monitorenter.gui.chart
-
Helper to allow running certain code in a certain scope (e.g.: synchronization scope, pre- or postrequisites to meet,...).
- IColorDistributor - Interface in info.monitorenter.gui.util
-
An interface for distributing colors.
- IComparableProperty - Interface in info.monitorenter.util.collections
-
An interface that allows implementors to let themselves be compared by a
Comparable
Number
instance that may be
modified by the comparing classs.
- IErrorBarPainter - Interface in info.monitorenter.gui.chart
-
Interface for a renderer of error bars.
- IErrorBarPainter.ISegment - Interface in info.monitorenter.gui.chart
-
- IErrorBarPixel - Interface in info.monitorenter.gui.chart
-
Interface for an error bar in the pixel domain (vs.
- IErrorBarPolicy<T extends IErrorBarPolicy<T>> - Interface in info.monitorenter.gui.chart
-
Interface for a facade towards painting error bars that adds a layer of
configuration.
- INameFilter - Interface in info.monitorenter.gui.chart.io
-
- incPos() - Method in class info.monitorenter.util.collections.RingBufferArrayFast.ARingBufferIterator
-
Increment the internal read position pointer.
- increment(Integer) - Static method in class info.monitorenter.util.math.MathUtil
-
Raises the given integer by one (bad performance).
- info.monitorenter.gui.chart - package info.monitorenter.gui.chart
-
The core package for jchart2d.
- info.monitorenter.gui.chart.axis - package info.monitorenter.gui.chart.axis
-
Contains
IAxis
implementations
of jchart2d that model the axis of the chart.
- info.monitorenter.gui.chart.axis.scalepolicy - package info.monitorenter.gui.chart.axis.scalepolicy
-
- info.monitorenter.gui.chart.axistickpainters - package info.monitorenter.gui.chart.axistickpainters
-
Contains
IAxisTickPainter
implementations
of jchart2d that are used to paint the markers for the labels
on the axis of the chart.
- info.monitorenter.gui.chart.axistitlepainters - package info.monitorenter.gui.chart.axistitlepainters
-
Contains
IAxisTitlePainter
implementations
of jchart2d that model the title painter of the axis of the chart.
- info.monitorenter.gui.chart.demos - package info.monitorenter.gui.chart.demos
-
Examples for construction of charts using different features.
- info.monitorenter.gui.chart.dialogs - package info.monitorenter.gui.chart.dialogs
-
Dialogs for interaction with the data model (chart, traces, ...) of jchart2d.
- info.monitorenter.gui.chart.errorbars - package info.monitorenter.gui.chart.errorbars
-
- info.monitorenter.gui.chart.events - package info.monitorenter.gui.chart.events
-
- info.monitorenter.gui.chart.io - package info.monitorenter.gui.chart.io
-
Special IO support for data collection for a
Chart2D
.
- info.monitorenter.gui.chart.labelformatters - package info.monitorenter.gui.chart.labelformatters
-
Contains
IAxisLabelFormatter
implementations
of jchart2d that are used to format the labels on the axis of the chart.
- info.monitorenter.gui.chart.pointpainters - package 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.rangepolicies - package 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.tracepoints - package info.monitorenter.gui.chart.tracepoints
-
- info.monitorenter.gui.chart.traces - package info.monitorenter.gui.chart.traces
-
Contains
ITrace2D
implementations
of jchart2d that model the traces of the chart.
- info.monitorenter.gui.chart.traces.accumulationfunctions - package info.monitorenter.gui.chart.traces.accumulationfunctions
-
- info.monitorenter.gui.chart.traces.accumulationstrategies - package info.monitorenter.gui.chart.traces.accumulationstrategies
-
- info.monitorenter.gui.chart.traces.computing - package 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 - package info.monitorenter.gui.chart.traces.iterators
-
- info.monitorenter.gui.chart.traces.iterators.fsm - package info.monitorenter.gui.chart.traces.iterators.fsm
-
- info.monitorenter.gui.chart.traces.painters - package 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 - package info.monitorenter.gui.util
-
Unused package intended for automatic color choosing with the visually most
different colors.
- info.monitorenter.reflection - package info.monitorenter.reflection
-
Ancient package with support for displaying any java class data field in a trace.
- info.monitorenter.util - package info.monitorenter.util
-
Utility classes and generic classes for jchart2d.
- info.monitorenter.util.collections - package info.monitorenter.util.collections
-
Advanced collection classes for high performance dynamic charting
with small memory footprint.
- info.monitorenter.util.math - package info.monitorenter.util.math
-
Helpers related to math or basic numeric data types.
- info.monitorenter.util.units - package info.monitorenter.util.units
-
Sub-library for displaying numbers in relation to their unit prefix.
- init() - Method in class info.monitorenter.gui.chart.demos.Showcase
-
- initializeControl(int, int) - Method in class info.monitorenter.gui.chart.IAccumulationStrategy.AccumulationControlConsecutivePoints
-
- initializeControl(int, int) - Method in interface info.monitorenter.gui.chart.IAccumulationStrategy.IAccumulationControl
-
This has to be called by users of this instance (
AAccumulationIterator
before starting an iteration / using this.
- initPaintIteration() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Performs expensive calculations for various values that are used by many
calls throughout a paint iterations.
- initPaintIteration(IAxis<?>) - Method in class info.monitorenter.gui.chart.axis.scalepolicy.AxisScalePolicyAutomaticBestFit
-
- initPaintIteration(IAxis<?>) - Method in class info.monitorenter.gui.chart.axis.scalepolicy.AxisScalePolicyManualTicks
-
- initPaintIteration(IAxis<?>) - Method in class info.monitorenter.gui.chart.axis.scalepolicy.AxisScalePolicyTransformation
-
- initPaintIteration() - Method in interface info.monitorenter.gui.chart.IAxis
-
Allows to perform expensive calculations for various values that are used
by many calls throughout a paint iterations.
- initPaintIteration() - Method in interface info.monitorenter.gui.chart.IAxisLabelFormatter
-
Callback method invoked by the corresponding
AAxis
upon start of a paint
iteration of the
Chart2D
.
- initPaintIteration(IAxis<?>) - Method in interface info.monitorenter.gui.chart.IAxisScalePolicy
-
Performs expensive calculations for various values that are used by many
calls throughout a paint iterations.
- initPaintIteration() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Hook called before each paint iteration.
- initPaintIteration() - Method in class info.monitorenter.gui.chart.labelformatters.ALabelFormatter
-
Void adapter method implementation - optional to override.
- initPaintIteration() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterAutoUnits
-
- initPaintIteration() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterUnit
-
- initPaintIteration() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- initPaintIteration() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- initPaintIteration() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- initPaintIteration() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- initPaintIteration() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- initTransitionTable() - Method in class info.monitorenter.gui.chart.traces.iterators.fsm.AIteratorITracePointStateEnginge
-
Template method to initialize your transition table here.
- initTransitionTable() - Method in class info.monitorenter.gui.chart.traces.iterators.fsm.IteratorTracePointStateEngine
-
Transition table:
Transition Number
State
Condition
Action/Output
Follow State
1
IteratorTracePointStateEngine.STATES.START
visible AND NOT discontinuation AND last
{point}
IteratorTracePointStateEngine.STATES.END
2
IteratorTracePointStateEngine.STATES.START
NOT visible OR discontinuation AND last
{}
IteratorTracePointStateEngine.STATES.END
3
IteratorTracePointStateEngine.STATES.START
NOT visible OR discontinuation AND NOT last
{}
IteratorTracePointStateEngine.STATES.BEFORE_FIRST_VISIBLE
4
IteratorTracePointStateEngine.STATES.START
visible AND NOT discontinuation AND NOT last
{point}
IteratorTracePointStateEngine.STATES.ACCUMULATING_VISIBLE
5
IteratorTracePointStateEngine.STATES.BEFORE_FIRST_VISIBLE
last
{point}
IteratorTracePointStateEngine.STATES.END
6
IteratorTracePointStateEngine.STATES.BEFORE_FIRST_VISIBLE
NOT visible OR discontinuation AND NOT last
{}
IteratorTracePointStateEngine.STATES.BEFORE_FIRST_VISIBLE
7
IteratorTracePointStateEngine.STATES.BEFORE_FIRST_VISIBLE
visible AND NOT discontinuation AND NOT last
{previous point, point}
IteratorTracePointStateEngine.STATES.ACCUMULATING_VISIBLE
8
IteratorTracePointStateEngine.STATES.ACCUMULATING_VISIBLE
last AND accumPoint != previous point
{(partially) accumulated point (without point), previous point (because
last visible has to be shown), point}
IteratorTracePointStateEngine.STATES.END
9
IteratorTracePointStateEngine.STATES.ACCUMULATING_VISIBLE
last AND accumPoint == previous point
{previous point (because last visible has to be shown), point}
IteratorTracePointStateEngine.STATES.END
10
IteratorTracePointStateEngine.STATES.ACCUMULATING_VISIBLE
visible AND NO discontinuation AND NOT last AND NOT accumulationDone
{}, but accumulate
IteratorTracePointStateEngine.STATES.ACCUMULATING_VISIBLE
11
IteratorTracePointStateEngine.STATES.ACCUMULATING_VISIBLE
visible AND NOT discontinuation AND NOT last AND accumulationDone AND accumPoint == previoiusPoint
{}, but erase previous accumulation and accumulate
IteratorTracePointStateEngine.STATES.ACCUMULATING_VISIBLE
13
IteratorTracePointStateEngine.STATES.ACCUMULATING_VISIBLE
visible AND NOT discontinuation AND NOT last AND accumulationDone AND accumPoint != previoiusPoint
{accumPoint}, erase previous accumulation and accumulate
IteratorTracePointStateEngine.STATES.ACCUMULATING_VISIBLE
13
IteratorTracePointStateEngine.STATES.ACCUMULATING_VISIBLE
NOT visible OR discontinuation AND NOT last AND accumCount > 0
{(partially) accumulated point,previous point (because last visible has
to be shown),point}
IteratorTracePointStateEngine.STATES.INVISIBLE_OR_DISCONTINUATION
14
IteratorTracePointStateEngine.STATES.ACCUMULATING_VISIBLE
NOT visible OR discontinuation AND NOT last AND accumCount == 0
{(partially) accumulated point,previous point (because last visible has
to be shown),point}
IteratorTracePointStateEngine.STATES.INVISIBLE_OR_DISCONTINUATION
15
IteratorTracePointStateEngine.STATES.INVISIBLE_OR_DISCONTINUATION
last
{previous point, point}
IteratorTracePointStateEngine.STATES.END
16
IteratorTracePointStateEngine.STATES.INVISIBLE_OR_DISCONTINUATION_CONTINUED
invisible OR discontinuation AND NOT last
{}
IteratorTracePointStateEngine.STATES.INVISIBLE_OR_DISCONTINUATION
17
IteratorTracePointStateEngine.STATES.INVISIBLE_OR_DISCONTINUATION
visible AND NOT discontinuation AND NOT last
{point}
IteratorTracePointStateEngine.STATES.ACCUMULATING_VISIBLE
18
IteratorTracePointStateEngine.STATES.INVISIBLE_OR_DISCONTINUATION_CONTINUED
amountOfPoints
last
{previous point, point}
conditional
IteratorTracePointStateEngine.STATES.END
19
IteratorTracePointStateEngine.STATES.INVISIBLE_OR_DISCONTINUATION
invisible OR discontinuation AND NOT last
{}
IteratorTracePointStateEngine.STATES.INVISIBLE_OR_DISCONTINUATION_CONTINUED
20
IteratorTracePointStateEngine.STATES.INVISIBLE_OR_DISCONTINUATION_CONTINUED
visible AND NOT discontinuation AND NOT last
{previous point, point}
IteratorTracePointStateEngine.STATES.ACCUMULATING_VISIBLE
- inspect() - Method in class info.monitorenter.reflection.ObjectRecorder
-
Makes a record of the state of the object specified in the constructor.
- installColor(Graphics) - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
-
Installs the color to the graphics context if and only if a color has been
set.
- installColorFill(Graphics) - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
-
Installs the fill color to the graphics context if and only if a fill color
has been set.
- installStroke(Graphics) - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
-
Installs the stroke to the graphics context if and only if a stroke has
been set.
- instance() - Static method in class info.monitorenter.util.ExceptionUtil
-
Returns the singleton instance of this class.
- instance() - Static method in class info.monitorenter.util.StringUtil
-
Returns the singleton instance of this class.
- IntegerMutable - Class in info.monitorenter.util.math
-
- IntegerMutable(int) - Constructor for class info.monitorenter.util.math.IntegerMutable
-
Constructs a newly allocated Integer
object that represents
the primitive int
argument.
- internalGetNegativeXError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
Internally compute the negative x error for the given point as a pixel
value (not relative to the the origin value).
- internalGetNegativeXError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyAbsoluteSummation
-
- internalGetNegativeXError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyRelative
-
- internalGetNegativeYError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
Internally compute the negative y error for the given point as a pixel
value (not relative to the the origin value).
- internalGetNegativeYError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyAbsoluteSummation
-
- internalGetNegativeYError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyRelative
-
- internalGetPositiveXError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
Internally compute the positive x error in pixel for the given point as an
absolute value (not relative to the the origin value).
- internalGetPositiveXError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyAbsoluteSummation
-
- internalGetPositiveXError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyRelative
-
- internalGetPositiveYError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
Internally compute the positive y error in pixel for the given point as an
absolute value (not relative to the the origin value).
- internalGetPositiveYError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyAbsoluteSummation
-
- internalGetPositiveYError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyRelative
-
- interpolateVisible(ITracePoint2D, ITracePoint2D, ITracePointProvider) - Static method in class info.monitorenter.gui.util.TracePoint2DUtil
-
Interpolates (linear) the two neighboring points.
- intValue() - Method in class info.monitorenter.util.math.IntegerMutable
-
Returns the value as an int.
- IPointFinder - Interface in info.monitorenter.gui.chart
-
- IPointHighlightListener - Interface in info.monitorenter.gui.chart
-
Interface for listeners that get informed by
Chart2D
about
highlighted points.
- IPointPainter<T extends IPointPainter<T>> - Interface in info.monitorenter.gui.chart
-
Generic interface for instances that have to render a point in pixel
coordinates.
- IPointPainterCandleStick<T extends IPointPainterConfigurableUI<T>> - Interface in info.monitorenter.gui.chart
-
Adds additional configuration options for candlestick point painters.
- IPointPainterConfigurableUI<T extends IPointPainter<T>> - Interface in info.monitorenter.gui.chart
-
Adds configuration of UI like strokes and color to IPointPainter.
- IRangePolicy - Interface in info.monitorenter.gui.chart
-
An interface that allows an axis to be plugged with a range policy.
- IRingBuffer<T> - Interface in info.monitorenter.util.collections
-
Interface for implementations of RingBuffers.
- IRingBuffer.RingBufferException - Exception in info.monitorenter.util.collections
-
Special exception related to ring buffer operations.
- isAccumulationBypassable() - Method in class info.monitorenter.gui.chart.IAccumulationStrategy.AccumulationControlConsecutivePoints
-
- isAccumulationBypassable() - Method in interface info.monitorenter.gui.chart.IAccumulationStrategy.IAccumulationControl
-
Returns true if data accumulation is according to the configuration of
this control not needed.
- isAccumulationDone() - Method in class info.monitorenter.gui.chart.IAccumulationStrategy.AccumulationControlConsecutivePoints
-
- isAccumulationDone() - Method in interface info.monitorenter.gui.chart.IAccumulationStrategy.IAccumulationControl
-
Accessor that returns true if the current accumulation is complete.
- isAdditionalSpaceRequired() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns true if additional space is required for rendering the points.
- isAdditionalSpaceRequired() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- isAdditionalSpaceRequired() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- isAdditionalSpaceRequired() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- isAdditionalSpaceRequired() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- isAdditionalSpaceRequired() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- isAdditionalSpaceRequiredX() - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- isAdditionalSpaceRequiredX() - Method in interface info.monitorenter.gui.chart.IPointPainter
-
- isAdditionalSpaceRequiredX() - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterCandleStick
-
- isAdditionalSpaceRequiredX() - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterDisc
-
- isAdditionalSpaceRequiredX() - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterLine
-
- isAdditionalSpaceRequiredX() - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterVerticalBar
-
- isAdditionalSpaceRequiredX() - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterConfigurable
-
- isAdditionalSpaceRequiredX() - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterPolyline
-
- isAdditionalSpaceRequiredY() - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- isAdditionalSpaceRequiredY() - Method in interface info.monitorenter.gui.chart.IPointPainter
-
- isAdditionalSpaceRequiredY() - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterCandleStick
-
- isAdditionalSpaceRequiredY() - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterDisc
-
- isAdditionalSpaceRequiredY() - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterLine
-
- isAdditionalSpaceRequiredY() - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterVerticalBar
-
- isAdditionalSpaceRequiredY() - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterConfigurable
-
- isAdditionalSpaceRequiredY() - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterPolyline
-
- isAllASCII(File) - Static method in class info.monitorenter.util.FileUtil
-
Tests whether the given file only contains ASCII characters if interpreted
by reading bytes (16 bit).
- isAllASCII(InputStream) - Static method in class info.monitorenter.util.FileUtil
-
Tests wether the given input stream only contains ASCII characters if
interpreted by reading bytes (16 bit).
- isAscendingDirection() - Method in class info.monitorenter.gui.util.ColorIterator
-
Returns the ascendingDirection.
- isContained(double) - Method in class info.monitorenter.util.Range
-
Returns true if the given value is covered by this range.
- isDirtyScaling() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- isDirtyScaling() - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns true if the bounds in the given dimension of all
ITracePoint2D
instances of all internal
ITrace2D
instances
have changed since all points have been normalized to a value between 0 and
1 or true if this axis has different range since the last call to
IAxis.scale()
.
- isDiscontinuation() - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
- isDiscontinuation() - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- isDouble(double) - Static method in class info.monitorenter.util.math.MathUtil
-
Tests that the given double is not invalid for calculation.
- isDrawLowerWickDash() - Method in interface info.monitorenter.gui.chart.IPointPainterCandleStick
-
Returns whether the lower wick is terminated with a dash.
- isDrawLowerWickDash() - Method in class info.monitorenter.gui.chart.pointpainters.APointPainterCandleStick
-
- isDrawUpperWickDash() - Method in interface info.monitorenter.gui.chart.IPointPainterCandleStick
-
Returns whether the upper wick is terminated with a dash.
- isDrawUpperWickDash() - Method in class info.monitorenter.gui.chart.pointpainters.APointPainterCandleStick
-
- isEmpty() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns false if internal
ITracePoint2D
instances are
contained or true if not.
- isEmpty() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMean
-
- isEmpty() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanX
-
- isEmpty() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanY
-
- isEmpty() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- isEmpty() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- isEmpty() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- isEmpty() - Method in class info.monitorenter.gui.chart.traces.Trace2DLtd
-
- isEmpty() - Method in class info.monitorenter.gui.chart.traces.Trace2DSimple
-
- isEmpty() - Method in class info.monitorenter.gui.chart.traces.Trace2DSorted
-
- isEmpty() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- isEmpty() - Method in interface info.monitorenter.util.collections.IRingBuffer
-
Tests whether no elements are stored in the buffer.
- isEmpty() - Method in class info.monitorenter.util.collections.RingBufferArray
-
- isEmpty() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
-
- isEmpty(String) - Static method in class info.monitorenter.util.StringUtil
-
Returns true if the argument is null or consists of whitespaces only.
- isEnabledPointHighlighting() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns true if highlighting of the nearest point to the cursor is enabled.
- isEqual(File, Charset, Charset) - Static method in class info.monitorenter.util.FileUtil
-
Tests, whether the content of the given file is identical at character
level, when it is opened with both different Charsets.
- isFull() - Method in interface info.monitorenter.util.collections.IRingBuffer
-
Returns true if no more space in the buffer is available.
- isFull() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
-
- isMajorTick() - Method in class info.monitorenter.gui.chart.LabeledValue
-
Returns true if this label is a major tick, false else.
- isMet(ITracePoint2D, boolean) - Method in interface info.monitorenter.gui.chart.traces.iterators.fsm.AIteratorITracePointStateEnginge.ICondition
-
Evaluate if the condition (for the corresponding transition) is met.
- isOk() - Method in class info.monitorenter.gui.chart.dialogs.ModalDialog
-
Returns whether OK was pressed or not.
- isPaintGrid() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Returns whether the x grid is painted or not.
- isPaintGrid() - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns wether the x grid is painted or not.
- isPaintLabels() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns true if labels for each chart are painted below it, false else.
- isPaintScale() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Returns whether the scale for this axis should be painted or not.
- isPaintScale() - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns whether the scale for this axis should be painted or not.
- isPast() - Method in class info.monitorenter.util.TimeStampedValue
-
Returns whether the internal time stamp marks a time in the past or not.
- isPixelTransformationNeededX() - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- isPixelTransformationNeededX() - Method in interface info.monitorenter.gui.chart.IPointPainter
-
Return true if rendering in x dimension requires a transformation from
pixel to value domain.
- isPixelTransformationNeededX() - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterCandleStick
-
- isPixelTransformationNeededX() - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterDisc
-
- isPixelTransformationNeededX() - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterLine
-
- isPixelTransformationNeededX() - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterVerticalBar
-
- isPixelTransformationNeededX() - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterConfigurable
-
- isPixelTransformationNeededX() - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterPolyline
-
- isPixelTransformationNeededY() - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- isPixelTransformationNeededY() - Method in interface info.monitorenter.gui.chart.IPointPainter
-
Return true if rendering in y dimension requires a transformation from
pixel to value domain.
- isPixelTransformationNeededY() - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterCandleStick
-
- isPixelTransformationNeededY() - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterDisc
-
- isPixelTransformationNeededY() - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterLine
-
- isPixelTransformationNeededY() - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterVerticalBar
-
- isPixelTransformationNeededY() - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterConfigurable
-
- isPixelTransformationNeededY() - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterPolyline
-
- isPixelTransformationRequired() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns true if a transformation from pixel-domain to value-domain is
needed for min-max - search.
- isPixelTransformationRequired() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- isPixelTransformationRequired() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- isPixelTransformationRequired() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- isPixelTransformationRequired() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- isPixelTransformationRequired() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- isPrintWholePage() - Method in class info.monitorenter.gui.chart.events.Chart2DActionPrintSingleton
-
Returns true if this action triggered a print request for the corresponding chart.
- isRequestedRepaint() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the requestedRepaint.
- isRunning() - Method in class info.monitorenter.gui.chart.io.ADataCollector
-
Deprecated.
Returns true if this datacollector currently is running.
- isShowNegativeXErrors() - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- isShowNegativeXErrors() - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
Returns true if negative errors in x dimension are shown.
- isShowNegativeYErrors() - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- isShowNegativeYErrors() - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
Returns true if negative errors in y dimension are shown.
- isShowPositiveXErrors() - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- isShowPositiveXErrors() - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
Returns true if positive errors in x dimension are shown.
- isShowPositiveYErrors() - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- isShowPositiveYErrors() - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
Returns true if positive errors in y dimension are shown.
- isStartMajorTick() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Check whether scale values are started from major ticks.
- isStartMajorTick() - Method in interface info.monitorenter.gui.chart.IAxis
-
Check wether scale values are started from major ticks.
- isToolTipCoords() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns true if chart coordinates are drawn as tool tips.
- IStopWatch - Interface in info.monitorenter.util
-
A simple, "easy to use" tool for measurement of durations.
- isUseAntialiasing() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns whether antialiasing is used.
- isVisble() - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
- isVisble() - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- isVisible() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Check if this axis is visible, i.e.
- isVisible(ITracePoint2D) - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns true if the given point is in the visible drawing area of the
Chart2D.
- isVisible() - Method in interface info.monitorenter.gui.chart.IAxis
-
Check whether this axis is visible, i.e.
- isVisible() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns true if this instance should be rendered.
- isVisible() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- isVisible() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- isVisible() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- isVisible() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- isVisible() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- iterator() - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns an
Iterator
over the contained
ITrace2D
instances.
- iterator(ITrace2D, int) - Method in interface info.monitorenter.gui.chart.IAccumulationStrategy
-
Template method to return an iterator over accumulated points.
- iterator() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Returns an
Iterator
over the internal
ITrace2D
instances.
- iterator(int) - Method in interface info.monitorenter.gui.chart.ITrace2DDataAccumulating
-
- iterator(ITrace2D, int) - Method in class info.monitorenter.gui.chart.traces.accumulationstrategies.AAccumulationStrategy
-
- iterator(ITrace2D, int) - Method in class info.monitorenter.gui.chart.traces.accumulationstrategies.AccumulationStrategyAmountOfPoints
-
- iterator(ITrace2D, int) - Method in class info.monitorenter.gui.chart.traces.accumulationstrategies.AccumulationStrategyByPass
-
- iterator(int) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- iterator() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMean
-
- iterator() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanX
-
- iterator() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanY
-
- iterator() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- iterator() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- iterator() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- iterator() - Method in class info.monitorenter.gui.chart.traces.Trace2DLtd
-
- iterator() - Method in class info.monitorenter.gui.chart.traces.Trace2DSimple
-
- iterator() - Method in class info.monitorenter.gui.chart.traces.Trace2DSorted
-
- iterator() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- iterator() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
-
- iteratorF2L() - Method in interface info.monitorenter.util.collections.IRingBuffer
-
Returns an iterator starting from the first (youngest) to the last (oldest)
element.
- iteratorF2L() - Method in class info.monitorenter.util.collections.RingBufferArray
-
- iteratorF2L() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
-
Returns an Iterator
that will return the elements in exactly
the inverse order the subsequent call to remove()
would do.
- IteratorITracePoint2DUtil - Class in info.monitorenter.gui.util
-
- IteratorITracePoint2DUtil.SkipResult - Class in info.monitorenter.gui.util
-
Simple struct to return the last skipped
ITracePoint2D
along with
the skip count.
- iteratorL2F() - Method in interface info.monitorenter.util.collections.IRingBuffer
-
Returns an iterator starting from the last (oldest) to the first (youngest)
element.
- iteratorL2F() - Method in class info.monitorenter.util.collections.RingBufferArray
-
- iteratorL2F() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
-
Returns an Iterator
that will return the elements in exactly
the order the subsequent call to remove()
would do.
- IteratorTracePointStateEngine - Class in info.monitorenter.gui.chart.traces.iterators.fsm
-
- IteratorTracePointStateEngine(ITrace2D, IAccumulationFunction, IAccumulationStrategy.IAccumulationControl) - Constructor for class info.monitorenter.gui.chart.traces.iterators.fsm.IteratorTracePointStateEngine
-
Constructor with all that is needed for accumulating points.
- IteratorTracePointStateEngine.STATES - Enum in info.monitorenter.gui.chart.traces.iterators.fsm
-
The states to work with.
- IToolTipType - Interface in info.monitorenter.gui.chart
-
Defines the tool tips to display on a
Chart2D
.
- ITrace2D - Interface in info.monitorenter.gui.chart
-
An interface used by Chart2D
.
- ITrace2D.DistancePoint - Class in info.monitorenter.gui.chart
-
Simple struct just for allowing to return a trace point along with a
weighted distance.
- ITrace2DDataAccumulating - Interface in info.monitorenter.gui.chart
-
An
IAxis
sub interface intended for implementations that
are able to accumulate several points into a single one.
- ITracePainter<T extends ITracePainter<T>> - Interface in info.monitorenter.gui.chart
-
An interface that works at trace level and defines how it's points are rendered.
- ITracePoint2D - Interface in info.monitorenter.gui.chart
-
An interface for trace points.
- ITracePoint2D.STATE - Enum in info.monitorenter.gui.chart
-
- ITracePointProvider - Interface in info.monitorenter.gui.chart
-
Interface for creation of new instances of
ITracePoint2D
which will be used wherever a chart
component tree has to create them.
- IUnitSystem - Interface in info.monitorenter.util.units
-
A system of units ordered by their natural ascending order.
- m_accessor - Variable in class info.monitorenter.gui.chart.axis.AAxis
-
The accessor to the Chart2D.
- m_alpha - Variable in class info.monitorenter.gui.util.HSBColor
-
The unused alpha channel between 0 and 255: stored here for allow
java.awt.Color instances to be transformed to instances of this class and
be re - transformed with preserving their alpha setting.
- m_buffer - Variable in class info.monitorenter.gui.chart.traces.Trace2DLtd
-
Internal fast FIFO buffer implementation based upon indexed access to an
array.
- m_buffer - Variable in class info.monitorenter.reflection.ObjectRecorder
-
Fast buffer to store recorded fiels.
- m_buffer - Variable in class info.monitorenter.util.collections.RingBufferArrayFast
-
The internal array used as buffer.
- m_changeListeners - Variable in class info.monitorenter.reflection.ObjectRecorder
-
The listeners on this recorder.
- m_chart - Variable in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
The chart that is accessed.
- m_chart - Variable in class info.monitorenter.gui.chart.demos.AntialiasingChart
-
The chart to use.
- m_chart - Variable in class info.monitorenter.gui.chart.demos.MultiTracing
-
The chart to fill.
- m_chart - Variable in class info.monitorenter.gui.chart.demos.Showcase
-
The char to use.
- m_chart - Variable in class info.monitorenter.gui.chart.demos.TransparentChart
-
The chart to use.
- m_chart - Variable in class info.monitorenter.gui.chart.events.AChart2DAction
-
The target of this action.
- m_computingTraces - Variable in class info.monitorenter.gui.chart.traces.ATrace2D
-
The list of traces that compute their values from this trace.
- m_count - Variable in class info.monitorenter.util.collections.RingBufferArrayFast.ARingBufferIterator
-
The amount of returned instances, needed for knowing if iterator is
empty.
- m_decimals - Variable in class info.monitorenter.util.units.AUnit
-
Decimals for rounding.
- m_empty - Variable in class info.monitorenter.util.collections.RingBufferArrayFast
-
Flag that marks whether this buffer is empty or not.
- m_factor - Variable in class info.monitorenter.util.units.AUnit
-
The factor a result of
AUnit.getValue(double)
had to be multiplied with
if the real (unitless) value has to be calculated.
- m_fields - Variable in class info.monitorenter.reflection.ObjectRecorder
-
The fields to inspect on the instance.
- m_formatter - Variable in class info.monitorenter.gui.chart.axis.AAxis
-
Formatting of the labels.
- m_headpointer - Variable in class info.monitorenter.util.collections.RingBufferArrayFast
-
The internal index to buffer where the next element is going to be placed
(not placed yet!).
- m_hue - Variable in class info.monitorenter.gui.util.HSBColor
-
Hue value between 0.0 and 1.0.
- m_huestep - Variable in class info.monitorenter.gui.util.ColorIterator.APiggyBackStepper
-
The hue stepper to use.
- m_interval - Variable in class info.monitorenter.reflection.ObjectRecorder
-
The time - interval between to inspections of the Object.
- m_isMajorTick - Variable in class info.monitorenter.gui.chart.LabeledValue
-
The flag showing if this label is a major tick.
- m_iterate - Variable in class info.monitorenter.gui.util.ColorIterator
-
Reference to the currently iterated color.
- m_label - Variable in class info.monitorenter.gui.chart.LabeledValue
-
The label.
- m_lastPoint - Variable in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- m_lastX - Variable in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- m_lastY - Variable in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- m_lum - Variable in class info.monitorenter.gui.util.HSBColor
-
Luminance value between 0.0 and 1.0.
- m_lumstep - Variable in class info.monitorenter.gui.util.ColorIterator.APiggyBackStepper
-
The luminance stepper to use.
- m_majorTickSpacing - Variable in class info.monitorenter.gui.chart.axis.AAxis
-
The major tick spacing for label generations.
- m_max - Variable in class info.monitorenter.gui.chart.axis.AAxis
-
The current maximum value for all points in all traces.
- m_max - Variable in class info.monitorenter.util.Range
-
The upper bound of this range.
- m_maxsize - Variable in class info.monitorenter.gui.chart.traces.Trace2DLtdSorted
-
The maximum amount of points that will be shown.
- m_maxX - Variable in class info.monitorenter.gui.chart.traces.ATrace2D
-
Cached maximum x value for performance improvement.
- m_maxXErrorBar - Variable in class info.monitorenter.gui.chart.traces.ATrace2D
-
Cached maximum x value with error bar extension for performance
improvement.
- m_maxY - Variable in class info.monitorenter.gui.chart.traces.ATrace2D
-
Cached maximum y value for performance improvement.
- m_maxYErrorBar - Variable in class info.monitorenter.gui.chart.traces.ATrace2D
-
Cached maximum y value with error bar extension for performance
improvement.
- m_min - Variable in class info.monitorenter.gui.chart.axis.AAxis
-
The current minimum value for all points in all traces.
- m_min - Variable in class info.monitorenter.util.Range
-
The lower bound of this range.
- m_minorTickSpacing - Variable in class info.monitorenter.gui.chart.axis.AAxis
-
The minor tick spacing for label generations.
- m_minPaintLatency - Variable in class info.monitorenter.gui.chart.Chart2D
-
Chart - wide setting for the ms to give a repaint operation time for
collecting several repaint requests into one (performance versus update
speed).
- m_minX - Variable in class info.monitorenter.gui.chart.traces.ATrace2D
-
Cached minimum x value for performance improvement.
- m_minXErrorBar - Variable in class info.monitorenter.gui.chart.traces.ATrace2D
-
Cached minimum x value with error bar extension for performance
improvement.
- m_minY - Variable in class info.monitorenter.gui.chart.traces.ATrace2D
-
Cached minimum y value for performance improvement.
- m_minYErrorBar - Variable in class info.monitorenter.gui.chart.traces.ATrace2D
-
Cached minimum y value with error bar extension for performance
improvement.
- m_name - Variable in class info.monitorenter.gui.chart.traces.ATrace2D
-
The name property.
- m_needsFullRescale - Variable in class info.monitorenter.gui.chart.axis.AAxis
-
Flag to detect if a re-scaling has to be done.
- m_nexLowerUnit - Variable in class info.monitorenter.util.units.AUnit
-
The next smaller unit to this one within this unit's
IUnitSystem
.
- m_nextHigherUnit - Variable in class info.monitorenter.util.units.AUnit
-
The next greater unit to this one within this unit's
IUnitSystem
.
- m_numberFormat - Variable in class info.monitorenter.gui.chart.labelformatters.LabelFormatterNumber
-
The number format to use.
- m_ok - Variable in class info.monitorenter.gui.chart.dialogs.ModalDialog
-
Stores whether OK or Cancel was pressed.
- m_outputErrorTstamp - Variable in class info.monitorenter.gui.chart.axis.AAxisTransformation
-
Internal timestamp of the last transformation error reporting.
- m_pendingremove - Variable in class info.monitorenter.util.collections.RingBufferArray
-
Elements that stores elements that have to be removed due to an invocation
to
RingBufferArray.setBufferSize(int)
with a smaller argument than the amount of
elements stored.
- m_physicalUnitsX - Variable in class info.monitorenter.gui.chart.traces.ATrace2D
-
The physical unit property for x dimension.
- m_physicalUnitsY - Variable in class info.monitorenter.gui.chart.traces.ATrace2D
-
The physical unit property for x dimension.
- m_pointPainter - Variable in class info.monitorenter.gui.chart.traces.painters.TracePainterConfigurable
-
The implementation for rendering the point as a disc.
- m_points - Variable in class info.monitorenter.gui.chart.traces.Trace2DSimple
-
Internal List <ITracePoint2D>.
- m_points - Variable in class info.monitorenter.gui.chart.traces.Trace2DSorted
-
The sorted set of points.
- m_pos - Variable in class info.monitorenter.util.collections.RingBufferArrayFast.ARingBufferIterator
-
The index of the next instance to return.
- m_propertyChangeSupport - Variable in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
The instance that add support for firing PropertyChangeEvents
and maintaining PropertyChangeListeners
.
- m_propertyChangeSupport - Variable in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
The instance that add support for firing PropertyChangeEvents
and maintaining PropertyChangeListeners
.
- m_propertyChangeSupport - Variable in class info.monitorenter.gui.chart.labelformatters.ALabelFormatter
-
Support for acting as a property change event producer for listeners.
- m_propertyChangeSupport - Variable in class info.monitorenter.gui.chart.rangepolicies.ARangePolicy
-
The instance that add support for firing PropertyChangeEvents
and maintaining PropertyChangeListeners
.
- m_propertyChangeSupport - Variable in class info.monitorenter.gui.chart.traces.accumulationstrategies.AAccumulationStrategy
-
The instance that add support for firing
PropertyChangeEvents
and maintaining
PropertyChangeListeners
.
- m_propertyChangeSupport - Variable in class info.monitorenter.gui.chart.traces.ATrace2D
-
The instance that add support for firing PropertyChangeEvents
and maintaining PropertyChangeListeners
.
- m_rangePolicy - Variable in class info.monitorenter.gui.chart.axis.AAxis
-
A plugable range policy.
- m_renderer - Variable in class info.monitorenter.gui.chart.traces.ATrace2D
-
The Chart2D
this trace is added to.
- m_sat - Variable in class info.monitorenter.gui.util.HSBColor
-
Saturation value between 0.0 and 1.0.
- m_satstep - Variable in class info.monitorenter.gui.util.ColorIterator.APiggyBackStepper
-
The saturation stepper to use.
- m_size - Variable in class info.monitorenter.util.collections.RingBufferArrayFast
-
The internal size of the buffer.
- m_start - Variable in class info.monitorenter.util.StopWatchSimple
-
- m_startColor - Variable in class info.monitorenter.gui.util.ColorIterator
-
The starting color which is also used to detect if a whole iteration has
been performed.
- m_stepping - Variable in class info.monitorenter.gui.util.ColorIterator.ADefaultStepping
-
The internal step width.
- m_tailpointer - Variable in class info.monitorenter.util.collections.RingBufferArrayFast
-
The internal index to buffer where the next element is going to be read.
- m_time - Variable in class info.monitorenter.reflection.ObjectRecorder.ObjectInspection
-
Time stamp of the inspection.
- m_toinspect - Variable in class info.monitorenter.reflection.ObjectRecorder
-
The instance to inspect.
- m_trace - Variable in class info.monitorenter.gui.chart.io.AStaticDataCollector
-
Target trace where all collected data is added.
- m_unitName - Variable in class info.monitorenter.util.units.AUnit
-
The short unit name of this unit a result of
AUnit.getValue(double)
has
to be related with to know the this result is displayed in a unit.
- m_value - Variable in class info.monitorenter.gui.chart.LabeledValue
-
The corresponding value scaled to a position between 0.0 and 1.0.
- m_xPoints - Variable in class info.monitorenter.gui.chart.traces.painters.TracePainterPolyline
-
The list of x coordinates collected in one paint iteration.
- m_yPoints - Variable in class info.monitorenter.gui.chart.traces.painters.TracePainterPolyline
-
The list of y coordinates collected in one paint iteration.
- main(String[]) - Static method in class info.monitorenter.gui.chart.axis.scalepolicy.AxisScalePolicyAutomaticBestFit
-
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.AdvancedDynamicChart
-
Creates a new JFrame and adds a chart that uses advanced features.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.AdvancedStaticChart
-
Application startup hook.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.AntialiasingChart
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.AxisScalePolicyManualTickChart
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.CandleSticksStaticChart
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.ChartLargeDataZoomable
-
Testing main hook.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.DynamicChartWithArithmeticMeanTrace
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.EmptyStaticChart
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.Log10AxisChart
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.Log10AxisChartZoomable
-
Creates a zoomable chart with y axis log 10, simple label formatter, gridlines, acitvated highlighting and activated tooltips.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.LogAxisChart
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.MinimalDynamicChart
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.MinimalStaticChart
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.MinimalStaticChartWithNanValues
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.MultiAxesStaticChart
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.MultiAxisZoomTest
-
Main startup method.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.MultipleCharts
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.MultitraceStaticChart
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.MultiTracing
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.Showcase
-
Main entry that uses the applet initialization.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.StaticChartDiscs
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.StaticChartErrorBarLineDisc
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.StaticChartFill
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.StaticChartWith2StrokeSizes
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.StaticChartXAxisInverse
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.StaticCollectorChart
-
Shows the chart in a frame and fills it with the data file that is
specified by the first command line argument.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.TraceTester
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.TransparentChart
-
Main entry.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.ZoomChartWithErrorBarsAndLogAxis
-
Main startup method.
- main(String[]) - Static method in class info.monitorenter.gui.chart.demos.ZoomTest
-
Main startup method.
- main(String[]) - Static method in class info.monitorenter.gui.util.ColorIterator
-
Main entry for a test application.
- main(String[]) - Static method in class info.monitorenter.util.StopWatchSimple
-
Test main hook.
- MathUtil - Class in info.monitorenter.util.math
-
Static helpers for working with numbers.
- MAX_VALUE - Static variable in class info.monitorenter.util.math.IntegerMutable
-
The largest value of type int
.
- maxXSearch() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
"Internal" expensive search for the maximum x value that is only invoked if
no cached value is at hand or bounds have changed by adding new points.
- maxXSearch() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- maxXSearch() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- maxXSearch() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- maxXSearch() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- maxXSearch() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- maxYSearch() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
"Internal" expensive search for the maximum y value that is only invoked if
no cached value is at hand or bounds have changed by adding new points.
- maxYSearch() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- maxYSearch() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- maxYSearch() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- maxYSearch() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- maxYSearch() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- Messages - Class in info.monitorenter.gui.util
-
Message bundle for externalization.
- mimic(Range) - Method in class info.monitorenter.util.Range
-
Mutator that shifts this range to the given one.
- MIN_VALUE - Static variable in class info.monitorenter.util.math.IntegerMutable
-
The smallest value of type int
.
- MinimalDynamicChart - Class in info.monitorenter.gui.chart.demos
-
Demonstrates minimal effort to create a dynamic chart.
- MinimalStaticChart - Class in info.monitorenter.gui.chart.demos
-
Title: MinimalStaticChart
- MinimalStaticChartWithNanValues - Class in info.monitorenter.gui.chart.demos
-
Title: MinimalStaticChart
- minXSearch() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
"Internal" expensive search for the minimum x value that is only invoked if
no cached value is at hand or bounds have changed by adding new points.
- minXSearch() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- minXSearch() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- minXSearch() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- minXSearch() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- minXSearch() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- minYSearch() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
"Internal" expensive search for the minimum y value that is only invoked if
no cached value is at hand or bounds have changed by adding new points.
- minYSearch() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- minYSearch() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- minYSearch() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- minYSearch() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- minYSearch() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- ModalDialog - Class in info.monitorenter.gui.chart.dialogs
-
Class for modal dialogs with ok and cancel buttons.
- ModalDialog(Component, String, JComponent) - Constructor for class info.monitorenter.gui.chart.dialogs.ModalDialog
-
Creates a modal dialog.
- mouseClicked(MouseEvent) - Method in class info.monitorenter.gui.chart.ZoomableChart
-
- mouseDragged(MouseEvent) - Method in class info.monitorenter.gui.chart.ZoomableChart
-
- mouseEntered(MouseEvent) - Method in class info.monitorenter.gui.chart.ZoomableChart
-
- mouseExited(MouseEvent) - Method in class info.monitorenter.gui.chart.ZoomableChart
-
- mouseMoved(MouseEvent) - Method in class info.monitorenter.gui.chart.ZoomableChart
-
- mousePressed(MouseEvent) - Method in class info.monitorenter.gui.chart.ZoomableChart
-
- mouseReleased(MouseEvent) - Method in class info.monitorenter.gui.chart.ZoomableChart
-
- MultiAxesStaticChart - Class in info.monitorenter.gui.chart.demos
-
Title: MultipleAxesStaticChart
- MultiAxisZoomTest - Class in info.monitorenter.gui.chart.demos
-
- MultiAxisZoomTest() - Constructor for class info.monitorenter.gui.chart.demos.MultiAxisZoomTest
-
Defcon.
- MultipleCharts - Class in info.monitorenter.gui.chart.demos
-
Demonstrates minimal effort to create multiple charts in one window.
- MultitraceStaticChart - Class in info.monitorenter.gui.chart.demos
-
A demonstration of the minimal code to set up a chart with static data and
several traces.
- MultiTracing - Class in info.monitorenter.gui.chart.demos
-
An example that tests the ability of multithreaded use of a single
Chart2D
.
- MultiTracing() - Constructor for class info.monitorenter.gui.chart.demos.MultiTracing
-
Defcon.
- paint(Graphics2D) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- paint(Graphics) - Method in class info.monitorenter.gui.chart.Chart2D
-
- paint(Graphics2D) - Method in interface info.monitorenter.gui.chart.IAxis
-
Renders the axis line along with title, scale, scale labels and unit label.
- paintComponent(Graphics) - Method in class info.monitorenter.gui.chart.Chart2D
-
A basic rule of a JComponent is:
Never invoke this method directly.
- paintComponent(Graphics) - Method in class info.monitorenter.gui.chart.ZoomableChart
-
- paintErrorBar(int, int, ITracePoint2D, Graphics, IErrorBarPixel) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- paintErrorBar(int, int, ITracePoint2D, Graphics, IErrorBarPixel) - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
Paint the error bar for the point given by absolute coordinates on the
given graphic context.
- paintIcon(Component, Graphics, int, int) - Method in class info.monitorenter.gui.util.ColorIcon
-
- paintPoint(int, int, int, int, Graphics, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- paintPoint(int, int, int, int, Graphics, ITracePoint2D) - Method in interface info.monitorenter.gui.chart.IPointPainter
-
Paint the point given by absolute coordinates on the given graphic context.
- paintPoint(int, int, int, int, Graphics, ITracePoint2D) - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterCandleStick
-
- paintPoint(int, int, int, int, Graphics, ITracePoint2D) - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterDisc
-
- paintPoint(int, int, int, int, Graphics, ITracePoint2D) - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterLine
-
Paints a line from current to next point.
- paintPoint(int, int, int, int, Graphics, ITracePoint2D) - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterVerticalBar
-
- paintPoint(int, int, int, int, Graphics, ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.painters.ATracePainter
-
- paintPoint(int, int, int, int, Graphics, ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterConfigurable
-
- paintPoint(int, int, int, int, Graphics, ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterFill
-
- paintPoint(int, int, int, int, Graphics, ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterPolyline
-
- paintTitle(Graphics2D) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- paintTitle(IAxis<?>, Graphics2D) - Method in class info.monitorenter.gui.chart.axistitlepainters.AxisTitlePainterDefault
-
TODO: This will not work for multiple axis in the same dimension and
position (overwriting titles)!
- paintTitle(Graphics2D) - Method in interface info.monitorenter.gui.chart.IAxis
-
Routine for painting the title of this axis.
- paintTitle(IAxis<?>, Graphics2D) - Method in interface info.monitorenter.gui.chart.IAxisTitlePainter
-
Invoked to let implementations paint the given title of the given axis.
- paintXLabel(int, int, String, Graphics) - Method in class info.monitorenter.gui.chart.axistickpainters.AxisTickPainterDefault
-
- paintXLabel(int, int, String, Graphics) - Method in class info.monitorenter.gui.chart.axistickpainters.AxisTickPainterInwards
-
- paintXLabel(int, int, String, Graphics) - Method in interface info.monitorenter.gui.chart.IAxisTickPainter
-
Paint the given label for the x axis.
- paintXTick(int, int, boolean, boolean, Graphics) - Method in class info.monitorenter.gui.chart.axistickpainters.AxisTickPainterDefault
-
- paintXTick(int, int, boolean, boolean, Graphics) - Method in class info.monitorenter.gui.chart.axistickpainters.AxisTickPainterInwards
-
- paintXTick(int, int, boolean, boolean, Graphics) - Method in interface info.monitorenter.gui.chart.IAxisTickPainter
-
Paint the little marker for a label of the x axis.
- paintYLabel(int, int, String, Graphics) - Method in class info.monitorenter.gui.chart.axistickpainters.AxisTickPainterDefault
-
- paintYLabel(int, int, String, Graphics) - Method in class info.monitorenter.gui.chart.axistickpainters.AxisTickPainterInwards
-
- paintYLabel(int, int, String, Graphics) - Method in interface info.monitorenter.gui.chart.IAxisTickPainter
-
Paint the given label for the y axis.
- paintYTick(int, int, boolean, boolean, Graphics) - Method in class info.monitorenter.gui.chart.axistickpainters.AxisTickPainterDefault
-
- paintYTick(int, int, boolean, boolean, Graphics) - Method in class info.monitorenter.gui.chart.axistickpainters.AxisTickPainterInwards
-
- paintYTick(int, int, boolean, boolean, Graphics) - Method in interface info.monitorenter.gui.chart.IAxisTickPainter
-
Paint the little marker for a label of the y axis.
- parse(String) - Method in interface info.monitorenter.gui.chart.IAxisLabelFormatter
-
- parse(String) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterAutoUnits
-
- parse(String) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterDate
-
- parse(String) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterNumber
-
- parse(String) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterUnit
-
- PointPainterCandleStick - Class in info.monitorenter.gui.chart.pointpainters
-
A special point painter that will only be useful to render instances of
CandleStick
.
- PointPainterCandleStick(int) - Constructor for class info.monitorenter.gui.chart.pointpainters.PointPainterCandleStick
-
Constructor taking the width in pixels.
- PointPainterDisc - Class in info.monitorenter.gui.chart.pointpainters
-
Renders points in form of a disc with configurable diameter.
- PointPainterDisc() - Constructor for class info.monitorenter.gui.chart.pointpainters.PointPainterDisc
-
Creates an instance with a default disc size of 4.
- PointPainterDisc(int) - Constructor for class info.monitorenter.gui.chart.pointpainters.PointPainterDisc
-
Creates an instance with the given disc diameter.
- PointPainterLine - Class in info.monitorenter.gui.chart.pointpainters
-
A point painter that renders a trace by lines.
- PointPainterLine() - Constructor for class info.monitorenter.gui.chart.pointpainters.PointPainterLine
-
Defcon.
- PointPainterVerticalBar - Class in info.monitorenter.gui.chart.pointpainters
-
Renders points by painting a bar with choosable width for each point to show.
- PointPainterVerticalBar(Chart2D) - Constructor for class info.monitorenter.gui.chart.pointpainters.PointPainterVerticalBar
-
Creates an instance with a default bar width size of 4.
- PointPainterVerticalBar(int, Chart2D) - Constructor for class info.monitorenter.gui.chart.pointpainters.PointPainterVerticalBar
-
Creates an instance with the bar width.
- prefixIntersection(String, String) - Static method in class info.monitorenter.util.StringUtil
-
This may be useful for comparison of canonical paths.
- print(Graphics, PageFormat, int) - Method in class info.monitorenter.gui.chart.Chart2D
-
- PROPERTY_ACCUMULATION_FUNCTION - Static variable in class info.monitorenter.gui.chart.traces.accumulationstrategies.AAccumulationStrategy
-
- PROPERTY_ACCUMULATION_STRATEGY - Static variable in interface info.monitorenter.gui.chart.ITrace2DDataAccumulating
-
- PROPERTY_ACCUMULATION_STRATEGY_ACCUMULATION_FUNCTION_CHANGED - Static variable in interface info.monitorenter.gui.chart.ITrace2DDataAccumulating
-
- PROPERTY_ADD_REMOVE_TRACE - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property constant
identifying a change of traces.
- PROPERTY_ADD_REMOVE_TRACE - Static variable in interface info.monitorenter.gui.chart.IAxis
-
The bean property
constant
identifying a change of the
internal set of
ITrace2D
instances.
- PROPERTY_ANTIALIASING_ENABLED - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property constant
identifying a change of the
antialiasing enabled state.
- PROPERTY_AXIS_SCALE_POLICY_CHANGED - Static variable in interface info.monitorenter.gui.chart.IAxis
-
The bean property constant
identifying a change of the axis
scale policy.
- PROPERTY_AXIS_TITLE - Static variable in interface info.monitorenter.gui.chart.IAxis
-
- PROPERTY_AXIS_X - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property
constant
identifying a change of the
internal
IAxis
instance for the x dimension.
- PROPERTY_AXIS_X_BOTTOM_REPLACE - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property
constant
identifying a replacement of an
internal
IAxis
instance for the bottom x dimension.
- PROPERTY_AXIS_X_TOP_REPLACE - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property
constant
identifying a replacement of an
internal
IAxis
instance for the top x dimension.
- PROPERTY_AXIS_Y - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property
constant
identifying a change of the
internal
IAxis
instance for the y dimension.
- PROPERTY_AXIS_Y_LEFT_REPLACE - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property
constant
identifying a replacement of an
internal
IAxis
instance for the left y dimension.
- PROPERTY_AXIS_Y_RIGHT_REPLACE - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property
constant
identifying a replacement of an
internal
IAxis
instance for the right y dimension.
- PROPERTY_BACKGROUND_COLOR - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property constant
identifying a change of the
background color.
- PROPERTY_BEFORE_VISIBLE - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property constant
identifying a pending change to
visiblity.
- PROPERTY_COLOR - Static variable in interface info.monitorenter.gui.chart.ITrace2D
-
The property key defining the color
property.
- PROPERTY_CONFIGURATION - Static variable in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
The property key defining a general change of an instance.
- PROPERTY_CONNECTION - Static variable in interface info.monitorenter.gui.chart.IErrorBarPainter
-
The property key defining the connection
property.
- PROPERTY_CONNECTION_COLOR - Static variable in interface info.monitorenter.gui.chart.IErrorBarPainter
-
The property key defining the connectionColor
property.
- PROPERTY_ENDPOINT - Static variable in interface info.monitorenter.gui.chart.IErrorBarPainter
-
The property key defining the endPointPainter
property.
- PROPERTY_ENDPOINT_COLOR - Static variable in interface info.monitorenter.gui.chart.IErrorBarPainter
-
The property key defining the endPointColor
property.
- PROPERTY_ERRORBARPAINTER - Static variable in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
This is fired whenever the internal set of error bar painters changes.
- PROPERTY_ERRORBARPOLICY - Static variable in interface info.monitorenter.gui.chart.ITrace2D
-
- PROPERTY_ERRORBARPOLICY_CONFIGURATION - Static variable in interface info.monitorenter.gui.chart.ITrace2D
-
The property key defining a change of the configuration of a contained
IErrorBarPolicy
.
- PROPERTY_FONT - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property constant
identifying a change of the font.
- PROPERTY_FOREGROUND_COLOR - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property constant
identifying a change of the
foreground color.
- PROPERTY_FORMATCHANGE - Static variable in interface info.monitorenter.gui.chart.IAxisLabelFormatter
-
- PROPERTY_GRID_COLOR - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property constant
identifying a change of the grid
color.
- PROPERTY_LABEL - Static variable in interface info.monitorenter.gui.chart.ITrace2D
-
The property key defining the label
property.
- PROPERTY_LABELFORMATTER - Static variable in interface info.monitorenter.gui.chart.IAxis
-
- PROPERTY_MAJOR_GRID_STROKE - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property constant
identifying a change of the major grid
stroke.
- PROPERTY_MAX_X - Static variable in interface info.monitorenter.gui.chart.ITrace2D
-
The property key defining the maxX
property.
- PROPERTY_MAX_Y - Static variable in interface info.monitorenter.gui.chart.ITrace2D
-
The property key defining the maxY
property.
- PROPERTY_MIN_X - Static variable in interface info.monitorenter.gui.chart.ITrace2D
-
The property key defining the minX
property.
- PROPERTY_MIN_Y - Static variable in interface info.monitorenter.gui.chart.ITrace2D
-
The property key defining the minY
property.
- PROPERTY_MINOR_GRID_STROKE - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property constant
identifying a change of the minor grid
stroke.
- PROPERTY_NAME - Static variable in interface info.monitorenter.gui.chart.ITrace2D
-
The property key defining the name
property.
- PROPERTY_PAINTERS - Static variable in interface info.monitorenter.gui.chart.ITrace2D
-
The property key defining a change in the set of
ITracePainter
instances.
- PROPERTY_PAINTGRID - Static variable in interface info.monitorenter.gui.chart.IAxis
-
- PROPERTY_PAINTLABELS - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property constant
identifying a change of the paint
labels flag.
- PROPERTY_PAINTSCALE - Static variable in interface info.monitorenter.gui.chart.IAxis
-
- PROPERTY_PHYSICALUNITS - Static variable in interface info.monitorenter.gui.chart.ITrace2D
-
The property key defining the physicalUnits
property.
- PROPERTY_POINT_HIGHLIGHTING_ENABLED - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property constant
identifying a change of the point
highlighting enabled state.
- PROPERTY_POINTFINDER - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property
constant
identifying a change of the
internal
IPointFinder
instance used to find the
nearest point corresponding to mouse events over the chart.
- PROPERTY_RANGE - Static variable in interface info.monitorenter.gui.chart.IRangePolicy
-
The property key defining a change of the min
or the
max
property.
- PROPERTY_RANGE_MAX - Static variable in interface info.monitorenter.gui.chart.IRangePolicy
-
The property key defining the max
property.
- PROPERTY_RANGE_MIN - Static variable in interface info.monitorenter.gui.chart.IRangePolicy
-
The property key defining the min
property.
- PROPERTY_RANGEPOLICY - Static variable in interface info.monitorenter.gui.chart.IAxis
-
- PROPERTY_STARTPOINT - Static variable in interface info.monitorenter.gui.chart.IErrorBarPainter
-
The property key defining the startPointPaint
property.
- PROPERTY_STARTPOINT_COLOR - Static variable in interface info.monitorenter.gui.chart.IErrorBarPainter
-
The property key defining the startPointColor
property.
- PROPERTY_STROKE - Static variable in interface info.monitorenter.gui.chart.ITrace2D
-
The property key defining the stroke
property.
- PROPERTY_TITLE - Static variable in class info.monitorenter.gui.chart.IAxis.AxisTitle
-
- PROPERTY_TITLECOLOR - Static variable in class info.monitorenter.gui.chart.IAxis.AxisTitle
-
- PROPERTY_TITLEFONT - Static variable in class info.monitorenter.gui.chart.IAxis.AxisTitle
-
- PROPERTY_TITLEPAINTER - Static variable in class info.monitorenter.gui.chart.IAxis.AxisTitle
-
- PROPERTY_TOOLTIP_TYPE - Static variable in class info.monitorenter.gui.chart.Chart2D
-
- PROPERTY_TRACEPOINT_CHANGED_HIGHLIGHTERS - Static variable in interface info.monitorenter.gui.chart.ITrace2D
-
The property key defining a change in the set of
IPointPainter
instances.
- PROPERTY_TRACEPOINT_CHANGED_LOCATION - Static variable in interface info.monitorenter.gui.chart.ITrace2D
-
The property key defining any change of a location of a contained
ITracePoint2D
.
- PROPERTY_TRACEPOINT_CHANGED_RENDERING - Static variable in interface info.monitorenter.gui.chart.ITrace2D
-
The property key defining a change in the rendering of a contained
ITracePoint2D
instance within this trace.
- PROPERTY_TRACEPOINTS - Static variable in interface info.monitorenter.gui.chart.ITrace2D
-
The property key defining a change in the collection of
ITracePoint2D
instances within this trace (add or remove).
- PROPERTY_VISIBLE - Static variable in class info.monitorenter.gui.chart.Chart2D
-
The bean property constant
identifying a change of visiblity.
- PROPERTY_VISIBLE - Static variable in interface info.monitorenter.gui.chart.IAxis
-
- PROPERTY_VISIBLE - Static variable in interface info.monitorenter.gui.chart.ITrace2D
-
The property key defining the visible
property.
- PROPERTY_ZINDEX - Static variable in interface info.monitorenter.gui.chart.ITrace2D
-
The property key defining the zIndex
property.
- propertyChange(PropertyChangeEvent) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- propertyChange(PropertyChangeEvent) - Method in class info.monitorenter.gui.chart.Chart2D
-
- propertyChange(PropertyChangeEvent) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- propertyChange(PropertyChangeEvent) - Method in class info.monitorenter.gui.chart.events.Chart2DActionPrintSingleton
-
- propertyChange(PropertyChangeEvent) - Method in class info.monitorenter.gui.chart.events.Chart2DActionSaveImageSingleton
-
- propertyChange(PropertyChangeEvent) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- propertyChange(PropertyChangeEvent) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- propertyChange(PropertyChangeEvent) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- propertyChange(PropertyChangeEvent) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- propertyChange(PropertyChangeEvent) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- PropertyFileStaticDataCollector - Class in info.monitorenter.gui.chart.io
-
- PropertyFileStaticDataCollector(ITrace2D, InputStream) - Constructor for class info.monitorenter.gui.chart.io.PropertyFileStaticDataCollector
-
Constructor with target trace and property file.
- RandomDataCollectorOffset - Class in info.monitorenter.gui.chart.io
-
- RandomDataCollectorOffset(ITrace2D, int) - Constructor for class info.monitorenter.gui.chart.io.RandomDataCollectorOffset
-
Deprecated.
Creates a collector that collectes every latency ms a point and adds it to
the trace.
- RandomDataCollectorTimeStamped - Class in info.monitorenter.gui.chart.io
-
- RandomDataCollectorTimeStamped(ITrace2D, int) - Constructor for class info.monitorenter.gui.chart.io.RandomDataCollectorTimeStamped
-
Deprecated.
Creates an instance that will collect every latency ms a point and add it
to the trace.
- Range - Class in info.monitorenter.util
-
A simple data structure that defines a minimum and a maximum and knows, what
lies within it and what not.
- Range(double, double) - Constructor for class info.monitorenter.util.Range
-
Constructs a new Range that covers the given bounds.
- RANGE_UNBOUNDED - Static variable in class info.monitorenter.util.Range
-
The unbounded range.
- RangePolicyFixedViewport - Class in info.monitorenter.gui.chart.rangepolicies
-
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.
- RangePolicyFixedViewport() - Constructor for class info.monitorenter.gui.chart.rangepolicies.RangePolicyFixedViewport
-
- RangePolicyFixedViewport(Range) - Constructor for class info.monitorenter.gui.chart.rangepolicies.RangePolicyFixedViewport
-
Creates a range policy backed by the given range.
- RangePolicyForcedPoint - Class in info.monitorenter.gui.chart.rangepolicies
-
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.
- RangePolicyForcedPoint() - Constructor for class info.monitorenter.gui.chart.rangepolicies.RangePolicyForcedPoint
-
Creates a range policy that ensures zero to be visible.
- RangePolicyForcedPoint(double) - Constructor for class info.monitorenter.gui.chart.rangepolicies.RangePolicyForcedPoint
-
Creates a range policy backed by the given point in the dimension this
policy is used (x or y).
- RangePolicyHighestValues - Class in info.monitorenter.gui.chart.rangepolicies
-
Range policy implementation that will force a viewport that only shows the
highest values that are in the range of maximum - x.
- RangePolicyHighestValues() - Constructor for class info.monitorenter.gui.chart.rangepolicies.RangePolicyHighestValues
-
Creates a range policy with an unconfigured range (
Range.RANGE_UNBOUNDED
) that will show the 50 hightest values.
- RangePolicyHighestValues(int) - Constructor for class info.monitorenter.gui.chart.rangepolicies.RangePolicyHighestValues
-
Creates a range policy with an unconfigured range (
Range.RANGE_UNBOUNDED
) that will show the given amount of highest
values.
- RangePolicyHighestValues(Range, double) - Constructor for class info.monitorenter.gui.chart.rangepolicies.RangePolicyHighestValues
-
Constructor with a range and the value range for the highest values to show
only.
- RangePolicyHighestValuesForcedMin - Class in info.monitorenter.gui.chart.rangepolicies
-
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.
- RangePolicyHighestValuesForcedMin(Range, double) - Constructor for class info.monitorenter.gui.chart.rangepolicies.RangePolicyHighestValuesForcedMin
-
Constructor with a range and the value range for the highest values to show
only.
- RangePolicyMargin - Class in info.monitorenter.gui.chart.rangepolicies
-
This policy add a selectable margin from max and min value, the margin is a
ratio of the range.
- RangePolicyMargin() - Constructor for class info.monitorenter.gui.chart.rangepolicies.RangePolicyMargin
-
Creates an instance with a margin ration of 0.1.
- RangePolicyMargin(double, double) - Constructor for class info.monitorenter.gui.chart.rangepolicies.RangePolicyMargin
-
Creates an instance with the given relative margin ratio and the absolute minimum margin.
- RangePolicyMinimumViewport - Class in info.monitorenter.gui.chart.rangepolicies
-
A
IRangePolicy
implementation that
guarantees a minimum displayed range (viewport) but will stretch if values of
the corresponding
Chart2D
exceeds these
constructor given bounds.
- RangePolicyMinimumViewport(Range) - Constructor for class info.monitorenter.gui.chart.rangepolicies.RangePolicyMinimumViewport
-
Constructs an instance that will always ensure that the given range will be
displayed.
- RangePolicyUnbounded - Class in info.monitorenter.gui.chart.rangepolicies
-
A dummy IRangePolicy implementation that reflects the bounds of the connected
Chart2D instance.
- RangePolicyUnbounded() - Constructor for class info.monitorenter.gui.chart.rangepolicies.RangePolicyUnbounded
-
- RangePolicyUnbounded(Range) - Constructor for class info.monitorenter.gui.chart.rangepolicies.RangePolicyUnbounded
-
- readCache(File) - Static method in class info.monitorenter.util.FileUtil
-
- readRAM(File) - Static method in class info.monitorenter.util.FileUtil
-
Reads the content of the given File into an array.
- readStroke(ObjectInputStream) - Static method in class info.monitorenter.util.SerializationUtility
-
- remove() - Method in class info.monitorenter.gui.chart.traces.iterators.AAccumulationIterator
-
Throws an
UnsupportedOperationException
as there is no 1-1
relationship between output of this iterator and source (as there is data
accumulation in effect).
- remove() - Method in class info.monitorenter.gui.util.ColorIterator
-
Nothing is done here.
- remove(Object) - Method in class info.monitorenter.reflection.ObjectRecorder.ObjectInspection
-
Removes the inspected value from this inspection.
- remove() - Method in interface info.monitorenter.util.collections.IRingBuffer
-
Removes the oldest element from the buffer.
- remove() - Method in class info.monitorenter.util.collections.RingBufferArray
-
- remove() - Method in class info.monitorenter.util.collections.RingBufferArrayFast.ARingBufferIterator
-
Not supported.
- remove() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
-
- remove(Object) - Method in class info.monitorenter.util.collections.TreeSetGreedy
-
- removeAdditionalPointPainter(IPointPainter<?>) - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
- removeAdditionalPointPainter(IPointPainter<?>) - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- removeAll() - Method in interface info.monitorenter.util.collections.IRingBuffer
-
Clears the buffer.
- removeAll() - Method in class info.monitorenter.util.collections.RingBufferArray
-
- removeAll() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
-
- removeAllAdditionalPointPainters() - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
- removeAllAdditionalPointPainters() - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- removeAllPointHighlighters() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Clears all internal point highlighters used.
- removeAllPointHighlighters() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- removeAllPointHighlighters() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- removeAllPointHighlighters() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- removeAllPointHighlighters() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- removeAllPointHighlighters() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- removeAllPoints() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
- removeAllPoints() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- removeAllPoints() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- removeAllPoints() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- removeAllPoints() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- removeAllPoints() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- removeAllPointsInternal() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Override this template method for the custom remove operation that depends
on the Collection
used in the implementation.
- removeAllPointsInternal() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMean
-
- removeAllPointsInternal() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanX
-
- removeAllPointsInternal() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanY
-
- removeAllPointsInternal() - Method in class info.monitorenter.gui.chart.traces.Trace2DLtd
-
- removeAllPointsInternal() - Method in class info.monitorenter.gui.chart.traces.Trace2DSimple
-
- removeAllPointsInternal() - Method in class info.monitorenter.gui.chart.traces.Trace2DSorted
-
- removeAllTraces() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- removeAllTraces() - Method in class info.monitorenter.gui.chart.Chart2D
-
Convenience method to remove all traces from this chart.
- removeAllTraces() - Method in interface info.monitorenter.gui.chart.IAxis
-
Convenience method for removing all contained
ITrace2D
instances of this axis.
- removeAxisTitle() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- removeAxisTitle() - Method in interface info.monitorenter.gui.chart.IAxis
-
Removes the title of this axis.
- removeAxisXBottom(IAxis<?>) - Method in class info.monitorenter.gui.chart.Chart2D
-
Removes the given x axis from the list of internal bottom x axes.
- removeAxisXTop(IAxis<?>) - Method in class info.monitorenter.gui.chart.Chart2D
-
Removes the given x axis from the list of internal top x axes.
- removeAxisYLeft(IAxis<?>) - Method in class info.monitorenter.gui.chart.Chart2D
-
Removes the given y axis from the list of internal left y axes.
- removeAxisYRight(IAxis<?>) - Method in class info.monitorenter.gui.chart.Chart2D
-
Removes the given y axis from the list of internal right y axes.
- removeChangeListener(ChangeListener) - Method in class info.monitorenter.reflection.ObjectRecorder
-
Removes the given listener for changes of the inpsected instance.
- removeComputingTrace(ITrace2D) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
- removeComputingTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- removeComputingTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- removeComputingTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- removeComputingTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- removeComputingTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- removeDuplicateLineBreaks(File) - Static method in class info.monitorenter.util.FileUtil
-
Removes the duplicate line breaks in the given file.
- removeErrorBarPainter(IErrorBarPainter) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- removeErrorBarPainter(IErrorBarPainter) - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
Removes the given error bar painter.
- removeErrorBarPolicy(IErrorBarPolicy<?>) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Removes the given error bar policy from the internal set of error bar
policies.
- removeErrorBarPolicy(IErrorBarPolicy<?>) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- removeErrorBarPolicy(IErrorBarPolicy<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- removeErrorBarPolicy(IErrorBarPolicy<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- removeErrorBarPolicy(IErrorBarPolicy<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- removeErrorBarPolicy(IErrorBarPolicy<?>) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- removePoint(ITracePoint2D) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Removes the given point from this trace.
- removePoint(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Remove the given point from this ITrace2D
.
- removePoint(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- removePoint(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- removePoint(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- removePoint(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- removePointHighlighter(IPointPainter<?>) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Removes the given point highlighter, if it's class is contained.
- removePointHighlighter(IPointPainter<?>) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- removePointHighlighter(IPointPainter<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- removePointHighlighter(IPointPainter<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- removePointHighlighter(IPointPainter<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- removePointHighlighter(IPointPainter<?>) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- removePointInternal(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Override this template method for the custom remove operation that depends
on the internal storage the implementation.
- removePointInternal(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMean
-
- removePointInternal(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanX
-
- removePointInternal(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanY
-
- removePointInternal(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DLtd
-
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.
- removePointInternal(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DSimple
-
- removePointInternal(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DSorted
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- removePropertyChangeListener(PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.IAccumulationStrategy
-
Unregisters a property change listener that has been registered for
listening on all properties.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.IAccumulationStrategy
-
Removes a property change listener for listening on the given property.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.IAxis.AxisTitle
-
Remove a PropertyChangeListener for a specific property.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.IAxis
-
Remove a PropertyChangeListener for a specific property.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.IAxisLabelFormatter
-
Deregisters a property change listener that has been registerd for
listening on the given property.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
Unregisters a property change listener that has been registered for
listening on all properties.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
Removes a property change listener for listening on the given property.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
Deregisters a property change listener that has been registerd for
listening on all properties.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
Removes a property change listener for listening on the given property.
- removePropertyChangeListener(PropertyChangeListener, String) - Method in interface info.monitorenter.gui.chart.IRangePolicy
-
Deregisters a property change listener that has been registerd for
listening on the given property.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.IRangePolicy
-
Removes a property change listener for listening on the given property.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Unregisters a property change listener that has been registered for
listening on all properties.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Removes a property change listener for listening on the given property.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.labelformatters.ALabelFormatter
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterAutoUnits
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterUnit
-
- removePropertyChangeListener(PropertyChangeListener, String) - Method in class info.monitorenter.gui.chart.rangepolicies.ARangePolicy
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.rangepolicies.ARangePolicy
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.accumulationstrategies.AAccumulationStrategy
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.accumulationstrategies.AAccumulationStrategy
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- removeTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- removeTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.Chart2D
-
Removes the given instance from this Chart2D
if it is
contained.
- removeTrace(ITrace2D) - Method in interface info.monitorenter.gui.chart.IAxis
-
Removes the given trace from this axis.
- removeTracePainter(ITracePainter<?>) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Removes the given trace painter, if it's class is contained and if more
painters are remaining.
- removeTracePainter(ITracePainter<?>) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- removeTracePainter(ITracePainter<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- removeTracePainter(ITracePainter<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- removeTracePainter(ITracePainter<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- removeTracePainter(ITracePainter<?>) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- repaint() - Method in class info.monitorenter.gui.chart.Chart2D
-
- repaint(int, int, int, int) - Method in class info.monitorenter.gui.chart.Chart2D
-
- repaint(long) - Method in class info.monitorenter.gui.chart.Chart2D
-
- repaint(long, int, int, int, int) - Method in class info.monitorenter.gui.chart.Chart2D
-
- repaint(Rectangle) - Method in class info.monitorenter.gui.chart.Chart2D
-
- reserveColor(Color) - Method in interface info.monitorenter.gui.util.IColorDistributor
-
Informs the IColorDistributor that a client already uses the given color.
- reset(ITrace2D) - Method in class info.monitorenter.gui.chart.traces.iterators.fsm.AIteratorITracePointStateEnginge
-
Allows to reuse this instance (by resetting to the initial state) with the
given trace.
- reset() - Method in class info.monitorenter.gui.util.ColorIterator
-
Resets the ColorIterator.
- reset() - Method in interface info.monitorenter.util.IStopWatch
-
This method may serve two purposes:
Running- Reset:
The m_start- value of the measurement is set to the current time, even if
the StopWatch is running.
Next- measurement- Reset:
A flag is set which causes the next call to m_start to delete the old
m_start - value.
Note that continuous calls to m_start()
and
stop()
without calling reset will always relate the
measurement of time to the first time m_start()
was called!
- reset() - Method in class info.monitorenter.util.StopWatchSimple
-
This method may serve two purposes:
Running- Reset:
The m_start- value of the measurement is set to the current time, even if
the StopWatch is running.
Next- measurement- Reset:
A flag is set which causes the next call to m_start to delete the old
m_start - value.
Note that continuous calls to m_start()
and
stop()
without calling reset will always relate the
measurement of time to the first time m_start()
was called!
- resetPrintMode() - Method in class info.monitorenter.gui.chart.Chart2D
-
- resetPrintWholePage() - Method in class info.monitorenter.gui.chart.events.Chart2DActionPrintSingleton
-
Resets the printing modus for the corresponding chart triggered by this action.
- rgbToHSB(Color) - Static method in class info.monitorenter.gui.util.HSBColor
-
Inspired by
float[] java.awt.Color.RGBtoHSB(int r,int g, int b, float[]hsbvals)
except that algorithm is tuned
Testing results showed about 25% speed up.
- RingBufferArray<T> - Class in info.monitorenter.util.collections
-
A RingBuffer can be used to store a limited number of entries of any type
within a buffer.
- RingBufferArray(int) - Constructor for class info.monitorenter.util.collections.RingBufferArray
-
Constructs a RingBuffer with the given size.
- RingBufferArrayFast<T> - Class in info.monitorenter.util.collections
-
Fast ring buffer implementation.
- RingBufferArrayFast(int) - Constructor for class info.monitorenter.util.collections.RingBufferArrayFast
-
Constructs a RingBuffer with the given size.
- RingBufferArrayFast.ARingBufferIterator - Class in info.monitorenter.util.collections
-
Base for ring buffer iterators that has access to the ring buffer by being
an non-static inner class.
- RingBufferException(String) - Constructor for exception info.monitorenter.util.collections.IRingBuffer.RingBufferException
-
Creates an instance with the given message.
- roundToTicks(double, boolean, boolean, IAxis<?>) - Method in class info.monitorenter.gui.chart.axis.scalepolicy.AxisScalePolicyAutomaticBestFit
-
Internal rounding routine.
- run() - Method in class info.monitorenter.gui.chart.io.ADataCollector
-
Deprecated.
- run() - Method in class info.monitorenter.reflection.ObjectRecorder
-
- running - Variable in class info.monitorenter.util.StopWatchSimple
-
- SaturationStepper() - Constructor for class info.monitorenter.gui.util.ColorIterator.SaturationStepper
-
Creates an instance with 100 saturation steps.
- SaturationStepper(int) - Constructor for class info.monitorenter.gui.util.ColorIterator.SaturationStepper
-
Creates an instance with the given stepping to go on the saturation line
of the color space.
- scale() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- scale() - Method in interface info.monitorenter.gui.chart.IAxis
-
Scales all
ITrace2D
instances in the dimension
represented by this axis.
- scalePoint(ITracePoint2D) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Internally rescales the given
ITracePoint2D
in the
dimension this axis works in.
- scaleTrace(ITrace2D, Range) - Method in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
Scales the given trace in the dimension represented by this axis.
- scaleTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- scaleTrace(ITrace2D, Range) - Method in class info.monitorenter.gui.chart.axis.AAxis.XDataAccessor
-
- scaleTrace(ITrace2D, Range) - Method in class info.monitorenter.gui.chart.axis.AAxis.YDataAccessor
-
- scaleTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.axis.AAxisTransformation
-
Overridden to incorporate transformation.
- scaleTrace(ITrace2D, Range) - Method in class info.monitorenter.gui.chart.axis.AAxisTransformation.XDataAccessor
-
- scaleTrace(ITrace2D, Range) - Method in class info.monitorenter.gui.chart.axis.AAxisTransformation.YDataAccessor
-
- scaleTrace(ITrace2D, Range) - Method in class info.monitorenter.gui.chart.axis.AxisInverse.XDataInverseAccessor
-
- scaleTrace(ITrace2D, Range) - Method in class info.monitorenter.gui.chart.axis.AxisInverse.YDataInverseAccessor
-
- scaleTrace(ITrace2D) - Method in interface info.monitorenter.gui.chart.IAxis
-
Scales the given
ITrace2D
in the dimension represented
by this axis.
- scaleX(double) - Method in class info.monitorenter.gui.chart.tracepoints.CandleStick
-
Helper to scale the additional values in this trace.
- scaleY(double) - Method in class info.monitorenter.gui.chart.tracepoints.CandleStick
-
Helper to scale the additional values in this trace.
- scrollToFirstVisibleXValue(Iterator<ITracePoint2D>) - Static method in class info.monitorenter.gui.util.IteratorITracePoint2DUtil
-
Scrolls the given iterator to the first point that is in visible scaled x
range [0.0 ..
- SerializationUtility - Class in info.monitorenter.util
-
A class containing useful utility methods relating to serialization.
- setAccessor(AAxis<T>.AChart2DDataAccessor) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Sets the accessor to the axis of the chart.
- setAccumulatedPointCurrent(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.accumulationfunctions.AAccumulationFunction
-
Sets the current accumulated point.
- setAccumulationFunction(IAccumulationFunction) - Method in interface info.monitorenter.gui.chart.IAccumulationStrategy
-
Sets the accumulationFunction to use for this strategy.
- setAccumulationFunction(IAccumulationFunction) - Method in class info.monitorenter.gui.chart.traces.accumulationstrategies.AAccumulationStrategy
-
- setAccumulationStrategy(IAccumulationStrategy) - Method in interface info.monitorenter.gui.chart.ITrace2DDataAccumulating
-
Installs the given accumulation strategy.
- setAccumulationStrategy(IAccumulationStrategy) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- setAlpha(int) - Method in class info.monitorenter.gui.util.ColorMutable
-
Sets the transparency to use for painting.
- setAscendingDirection(boolean) - Method in class info.monitorenter.gui.util.ColorIterator
-
Sets whether the color space should be iterated in ascending direction (+
operations) or descending direction(- operations).
- setAxis(IAxis<?>) - Method in interface info.monitorenter.gui.chart.IAxisLabelFormatter
-
Allows the
AAxis
to register
itself with the given formatter so that it may get information about the
data (e.g.
- setAxis(IAxis<?>) - Method in class info.monitorenter.gui.chart.labelformatters.ALabelFormatter
-
- setAxis(IAxis<?>) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterAutoUnits
-
- setAxis(IAxis<?>) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterUnit
-
- setAxisPosition(int) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Sets the axisPosition.
- setAxisScalePolicy(T) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- setAxisScalePolicy(T) - Method in class info.monitorenter.gui.chart.axis.AxisInverse
-
- setAxisScalePolicy(T) - Method in interface info.monitorenter.gui.chart.IAxis
-
Sets the axis scale policy which controls the position and distance of the
ticks to draw.
- setAxisTickPainter(IAxisTickPainter) - Method in class info.monitorenter.gui.chart.Chart2D
-
Sets the axis tick painter.
- setAxisTitle(IAxis.AxisTitle) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- setAxisTitle(IAxis.AxisTitle) - Method in interface info.monitorenter.gui.chart.IAxis
-
Sets the title of this axis.
- setAxisX(AAxis<?>) - Method in class info.monitorenter.gui.chart.Chart2D
-
- setAxisXBottom(AAxis<?>, int) - Method in class info.monitorenter.gui.chart.Chart2D
-
Sets the bottom x axis on the given position to use and replaces the old
one on that place.
- setAxisXTop(AAxis<?>, int) - Method in class info.monitorenter.gui.chart.Chart2D
-
Sets the top x axis on the given position to use and replaces the old one
on that place.
- setAxisY(AAxis<?>) - Method in class info.monitorenter.gui.chart.Chart2D
-
- setAxisYLeft(AAxis<?>, int) - Method in class info.monitorenter.gui.chart.Chart2D
-
Sets the left y axis on the given position to use and replaces the old one
on that place.
- setAxisYRight(AAxis<?>, int) - Method in class info.monitorenter.gui.chart.Chart2D
-
Sets the right y axis on the given position to use and replaces the old one
on that place.
- setBarWidth(int) - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterVerticalBar
-
Sets the width of the bars to paint in pixel.
- setBarWidth(int) - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterVerticalBar
-
Sets the width of the bars to paint in pixel.
- setBgColor(Color) - Method in interface info.monitorenter.gui.util.IColorDistributor
-
No other color returned from instances must come "too near" to this color
to guarantee a good visibility of the other colors returned.
- setBlue(int) - Method in class info.monitorenter.gui.util.ColorMutable
-
Sets the blue to use for painting.
- setBufferSize(int) - Method in interface info.monitorenter.util.collections.IRingBuffer
-
Sets a new buffer- size.
- setBufferSize(int) - Method in class info.monitorenter.util.collections.RingBufferArray
-
Sets a new buffer- size.
- setBufferSize(int) - Method in class info.monitorenter.util.collections.RingBufferArrayFast
-
Sets a new buffer- size.
- setChart(Chart2D, int, int) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Callback that allows the chart to register itself with the axis when the
axis is added to the chart.
- setChart(Chart2D) - Method in class info.monitorenter.gui.chart.demos.Showcase
-
Sets the chart to use.
- setColor(Color) - Method in interface info.monitorenter.gui.chart.IErrorBarPainter.ISegment
-
Sets the color of this segment.
- setColor(Color) - Method in interface info.monitorenter.gui.chart.IPointPainterConfigurableUI
-
Sets the color to paint with or null
if no special color is
desired.
- setColor(Color) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Set a java.awt.Color
for this trace.
- setColor(Color) - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
-
- setColor(Color) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Set the Color
this trace will be painted with.
- setColor(Color) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- setColor(Color) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- setColor(Color) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- setColor(Color) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- setColor(Color) - Method in class info.monitorenter.gui.util.ColorIcon
-
Sets the color of this icon.
- setColor(Color) - Method in class info.monitorenter.gui.util.ColorMutable
-
Sets the color to use.
- setColorFill(Color) - Method in interface info.monitorenter.gui.chart.IPointPainterConfigurableUI
-
Sets the color to paint fillings with or null
if no special
fill color is desired.
- setColorFill(Color) - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
-
- setComparableProperty(Number) - Method in interface info.monitorenter.util.collections.IComparableProperty
-
Set the comparable Number.
- setConnectionColor(Color) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- setConnectionColor(Color) - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
Sets the color for the connection segment.
- setConnectionPainter(IPointPainterConfigurableUI<?>) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- setConnectionPainter(IPointPainterConfigurableUI<?>) - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
- setDecimals(int) - Method in class info.monitorenter.util.units.AUnit
-
Define how many decimals should be taken into account if the method
AUnit.getValue(double)
is invoked (rounding).
- setDiscSize(int) - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterDisc
-
Sets the diameter of the discs to paint in pixel.
- setDiscSize(int) - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterDisc
-
Sets the diameter of the discs to paint in pixel.
- setDistance(double) - Method in class info.monitorenter.gui.chart.ITrace2D.DistancePoint
-
- setDrawLowerWickDash(boolean) - Method in interface info.monitorenter.gui.chart.IPointPainterCandleStick
-
Set whether the lower wick should be terminated with a dash.
- setDrawLowerWickDash(boolean) - Method in class info.monitorenter.gui.chart.pointpainters.APointPainterCandleStick
-
- setDrawUpperWickDash(boolean) - Method in interface info.monitorenter.gui.chart.IPointPainterCandleStick
-
Set whether the upper wick should be terminated with a dash.
- setDrawUpperWickDash(boolean) - Method in class info.monitorenter.gui.chart.pointpainters.APointPainterCandleStick
-
- setEndPointColor(Color) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- setEndPointColor(Color) - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
Sets the color for the end point.
- setEndPointPainter(IPointPainterConfigurableUI<?>) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- setEndPointPainter(IPointPainterConfigurableUI<?>) - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
Sets the painter for the end point of the error bar.
- setErrorBarPainter(IErrorBarPainter) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- setErrorBarPainter(IErrorBarPainter) - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
Makes the given error bar painter the sole painter for error bars of this
instance.
- setErrorBarPolicy(IErrorBarPolicy<?>) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Replaces all internal error bar policies by the new one.
- setErrorBarPolicy(IErrorBarPolicy<?>) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- setErrorBarPolicy(IErrorBarPolicy<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- setErrorBarPolicy(IErrorBarPolicy<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- setErrorBarPolicy(IErrorBarPolicy<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- setErrorBarPolicy(IErrorBarPolicy<?>) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- setForceXRange(Range) - Method in class info.monitorenter.gui.chart.demos.MultiTracing
-
Enforces to display a certain visible x range that will be expanded if
traces in the chart have higher or lower values.
- setForceYRange(Range) - Method in class info.monitorenter.gui.chart.demos.MultiTracing
-
Enforces to display a certain visible x range that will be expanded if
traces in the chart have higher or lower values.
- setFormatter(IAxisLabelFormatter) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Sets the formatter to use for labels.
- setFormatter(IAxisLabelFormatter) - Method in interface info.monitorenter.gui.chart.IAxis
-
Sets the formatter to use for labels.
- setGreen(int) - Method in class info.monitorenter.gui.util.ColorMutable
-
Sets the green to use for painting.
- setGridColor(Color) - Method in class info.monitorenter.gui.chart.Chart2D
-
Set the grid color to use.
- setHistoryLength(int) - Method in class info.monitorenter.reflection.ObjectRecorder
-
Define the amount of recorded states of the Object to inspect that remain
in memory.
- setInterval(long) - Method in class info.monitorenter.reflection.ObjectRecorder
-
Sets the interval for inpection of the instance to inspect in ms.
- setInterval(long) - Method in class info.monitorenter.reflection.ObjRecorder2Trace2DAdapter
-
Sets the interval for inspections in ms.
- setLabel(String) - Method in class info.monitorenter.gui.chart.LabeledValue
-
Sets the label String.
- setLatency(long) - Method in class info.monitorenter.gui.chart.io.ADataCollector
-
Deprecated.
Sets the interval for collecting points in ms.
- setListener(ITrace2D) - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
Allows ITrace2D
instances to register (or de-register)
themselves with this point to receive (or stop receiving) change
information via
ITrace2D#firePointChanged(ITracePoint2D, STATE, Object, Object)
events.
- setListener(ITrace2D) - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- setLocation(double, double) - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
This method overloads the method of
java.awt.geom.Point2D.Double
to fire a property change event
to listeners of the corresponding
ITrace2D
instances
via their method
ITrace2D#firePointChanged(ITracePoint2D, STATE, Object, Object)
(with int argument set to
ITracePoint2D.STATE.CHANGED
).
- setLocation(double, double) - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- setMajorGridStroke(Stroke) - Method in class info.monitorenter.gui.chart.Chart2D
-
Set the major grid stroke to use.
- setMajorTick(boolean) - Method in class info.monitorenter.gui.chart.LabeledValue
-
Set this label as a major tick.
- setMajorTickSpacing(double) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
This method sets the major tick spacing for label generation.
- setMajorTickSpacing(double) - Method in interface info.monitorenter.gui.chart.IAxis
-
This method sets the major tick spacing for label generation.
- setMax(double) - Method in class info.monitorenter.util.Range
-
Sets the max value of this range.
- setMaxSize(int) - Method in class info.monitorenter.gui.chart.traces.Trace2DLtd
-
Sets the maximum amount of points that may be displayed.
- setMaxSize(int) - Method in class info.monitorenter.gui.chart.traces.Trace2DLtdSorted
-
Sets the maximum amount of points that will be shown.
- setMin(double) - Method in class info.monitorenter.util.Range
-
Sets the min value of this range.
- setMinorGridStroke(Stroke) - Method in class info.monitorenter.gui.chart.Chart2D
-
Set the minor grid stroke to use.
- setMinorTickSpacing(double) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
This method sets the minor tick spacing for label generation.
- setMinorTickSpacing(double) - Method in interface info.monitorenter.gui.chart.IAxis
-
This method sets the minor tick spacing for label generation.
- setMinPaintLatency(int) - Method in class info.monitorenter.gui.chart.Chart2D
-
Sets the ms to give a repaint operation time for collecting several repaint
requests into one (performance vs.
- setName(String) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Assingns a specific name to the ITrace2D
which will be
displayed by the Chart2D
.
- setName(String) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Sets the descriptive name for this trace.
- setName(String) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- setName(String) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- setName(String) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- setName(String) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- setNegativeXErrorPixel(int) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPixel
-
- setNegativeYErrorPixel(int) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPixel
-
- setNumberFormat(NumberFormat) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterNumber
-
Sets the number formatter to use.
- setOriginalTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.traces.iterators.AAccumulationIterator
-
Sets original trace that is decorated with the point accumulation feature.
- setPaintGrid(boolean) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Set whether the grid in this dimension should be painted or not.
- setPaintGrid(boolean) - Method in interface info.monitorenter.gui.chart.IAxis
-
Set wether the grid in this dimension should be painted or not.
- setPaintLabels(boolean) - Method in class info.monitorenter.gui.chart.Chart2D
-
Decide whether labels for each chart are painted below it.
- setPaintScale(boolean) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Set if the scale for this axis should be shown.
- setPaintScale(boolean) - Method in interface info.monitorenter.gui.chart.IAxis
-
Set if the scale for this axis should be shown.
- setPhysicalUnits(String, String) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Assigns a specific String representing the physical unit to the
ITrace2D
(e.g.
- setPhysicalUnits(String, String) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- setPhysicalUnits(String, String) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- setPhysicalUnits(String, String) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- setPhysicalUnits(String, String) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- setPhysicalUnits(String, String) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- setPixelXLeft(int) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- setPixelXLeft(int) - Method in interface info.monitorenter.gui.chart.IAxis
-
Sets a Range to use for filtering the view to the the connected Axis.
- setPixelXRight(int) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- setPixelXRight(int) - Method in interface info.monitorenter.gui.chart.IAxis
-
Sets the right pixel of this axis coordinate in the graphic context of the
current paint operation.
- setPixelYBottom(int) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- setPixelYBottom(int) - Method in interface info.monitorenter.gui.chart.IAxis
-
Sets the bottom pixel of this axis coordinate in the graphic context of the
current paint operation.
- setPixelYTop(int) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- setPixelYTop(int) - Method in interface info.monitorenter.gui.chart.IAxis
-
Sets the top pixel of this axis coordinate in the graphic context of the
current paint operation.
- setPoint(ITracePoint2D) - Method in class info.monitorenter.gui.chart.ITrace2D.DistancePoint
-
- setPoint(double) - Method in class info.monitorenter.gui.chart.rangepolicies.RangePolicyForcedPoint
-
Sets the point to ensure to be visible.
- setPointFinder(IPointFinder) - Method in class info.monitorenter.gui.chart.Chart2D
-
Sets the point finder used to find the nearest point corresponding to a
mouse event.
- setPointHighlighter(IPointPainter<?>) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Replaces all internal point highlighters by the new one.
- setPointHighlighter(IPointPainter<?>) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- setPointHighlighter(IPointPainter<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- setPointHighlighter(IPointPainter<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- setPointHighlighter(IPointPainter<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- setPointHighlighter(IPointPainter<?>) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- setPointPainter(IPointPainterConfigurableUI<?>) - Method in interface info.monitorenter.gui.chart.IErrorBarPainter.ISegment
-
Sets the point painter of this segment.
- setPositiveXErrorPixel(int) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPixel
-
- setPositiveYErrorPixel(int) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPixel
-
- setRange(Range) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Sets a Range to use for filtering the view to the the connected Axis.
- setRange(Range) - Method in interface info.monitorenter.gui.chart.IAxis
-
Sets a Range to use for filtering the view to the the connected Axis.
- setRange(Range) - Method in interface info.monitorenter.gui.chart.IRangePolicy
-
Set the range of this RangePolicy.
- setRange(Range) - Method in class info.monitorenter.gui.chart.rangepolicies.ARangePolicy
-
Sets the internal range that is used to decide about the policy of
displaying the chart.
- setRange(Range) - Method in class info.monitorenter.gui.chart.rangepolicies.RangePolicyForcedPoint
-
This method is an invariant of the super class contract: only the minimum
value of the given range is used to enforce visibility.
- setRangePolicy(IRangePolicy) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Sets the RangePolicy.
- setRangePolicy(IRangePolicy) - Method in interface info.monitorenter.gui.chart.IAxis
-
Sets the RangePolicy.
- setRed(int) - Method in class info.monitorenter.gui.util.ColorMutable
-
Sets the red to use for painting.
- setRelativeXError(double) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyRelative
-
Sets the relative X error to add to each error bar.
- setRelativeYError(double) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyRelative
-
Sets the relative Y error to add to each error bar.
- setRenderer(Chart2D) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
- setRenderer(Chart2D) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Allows the chart this instance is painted by to register itself.
- setRenderer(Chart2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- setRenderer(Chart2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- setRenderer(Chart2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- setRenderer(Chart2D) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- setRequestedRepaint(boolean) - Method in class info.monitorenter.gui.chart.Chart2D
-
Sets the requestedRepaint.
- setScaledX(double) - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
Only intended for Chart2D!!!.
- setScaledX(double) - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- setScaledY(double) - Method in interface info.monitorenter.gui.chart.ITracePoint2D
-
Only intended for Chart2D!!!.
- setScaledY(double) - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- setShowNegativeXErrors(boolean) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- setShowNegativeXErrors(boolean) - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
Set whether negative errors in x dimension should be shown.
- setShowNegativeYErrors(boolean) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- setShowNegativeYErrors(boolean) - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
Set whether negative errors in y dimension should be shown.
- setShowPositiveXErrors(boolean) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- setShowPositiveXErrors(boolean) - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
Set whether positive errors in x dimension should be shown.
- setShowPositiveYErrors(boolean) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- setShowPositiveYErrors(boolean) - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
Set whether positive errors in y dimension should be shown.
- setSize(String, int) - Static method in class info.monitorenter.util.StringUtil
-
Appends the necessary amount of spaces to the string until it has the given
length.
- setStartColor(Color) - Method in class info.monitorenter.gui.util.ColorIterator
-
Sets the starting color which is also used to detect if a whole iteration
has been performed.
- setStartMajorTick(boolean) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Set wether scale values are started from major ticks.
- setStartMajorTick(boolean) - Method in interface info.monitorenter.gui.chart.IAxis
-
Set wether scale values are started from major ticks.
- setStartPointColor(Color) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- setStartPointColor(Color) - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
Sets the color for the start point.
- setStartPointPainter(IPointPainterConfigurableUI<?>) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- setStartPointPainter(IPointPainterConfigurableUI<?>) - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
-
- setStartState(Enum<?>) - Method in class info.monitorenter.gui.chart.traces.iterators.fsm.AIteratorITracePointStateEnginge
-
Sets the startState.
- setSteps(int) - Method in class info.monitorenter.gui.util.ColorIterator.ADefaultStepping
-
- setSteps(int) - Method in class info.monitorenter.gui.util.ColorIterator.AlphaStepper
-
- setSteps(int) - Method in class info.monitorenter.gui.util.ColorIterator.APiggyBackStepper
-
- setSteps(int) - Method in interface info.monitorenter.gui.util.ColorIterator.ISteppingModel
-
Sets the amount of steps in the color space.
- setSteps(int) - Method in class info.monitorenter.gui.util.ColorIterator
-
Sets the amount of colors to iterate over.
- setStroke(Stroke) - Method in interface info.monitorenter.gui.chart.IPointPainterConfigurableUI
-
Sets the stroke to paint with or null
if no special color is
desired.
- setStroke(Stroke) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Allows to specify the rendering of the ITrace2D.
- setStroke(Stroke) - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
-
- setStroke(Stroke) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- setStroke(Stroke) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- setStroke(Stroke) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- setStroke(Stroke) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- setStroke(Stroke) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- setSynchronizedXStartChart(Chart2D) - Method in class info.monitorenter.gui.chart.Chart2D
-
Sets the chart that will be synchronized for finding the start coordinate
of this chart to draw in x dimension (
Chart2D.getXChartStart()
).
- setTitle(String) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- setTitle(String) - Method in class info.monitorenter.gui.chart.IAxis.AxisTitle
-
Sets the title or null
if there should be no title.
- setTitle(String) - Method in interface info.monitorenter.gui.chart.IAxis
-
- setTitleColor(Color) - Method in class info.monitorenter.gui.chart.IAxis.AxisTitle
-
Sets the title color to use.
- setTitleFont(Font) - Method in class info.monitorenter.gui.chart.IAxis.AxisTitle
-
Sets the optional title font to use.
- setTitlePainter(IAxisTitlePainter) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- setTitlePainter(IAxisTitlePainter) - Method in class info.monitorenter.gui.chart.IAxis.AxisTitle
-
Sets the titlePainter.
- setTitlePainter(IAxisTitlePainter) - Method in interface info.monitorenter.gui.chart.IAxis
-
- setToolTipCoords(boolean) - Method in class info.monitorenter.gui.chart.Chart2D
-
- setToolTipType(IToolTipType) - Method in class info.monitorenter.gui.chart.Chart2D
-
Sets the type of tool tip to use.
- setTrace(Trace2DLtd) - Method in class info.monitorenter.gui.chart.demos.Showcase
-
Sets the trace to use.
- setTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
Intended for
ATrace2D
only that
will register itself to the instances added to it.
- setTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPixel
-
Sets the trace to use.
- setTrace(ITrace2D) - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
-
Intended for
ATrace2D
only that
will register itself to the instances added to it.
- setTracePainter(ITracePainter<?>) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Replaces all internal trace painters by the new one.
- setTracePainter(ITracePainter<?>) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- setTracePainter(ITracePainter<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- setTracePainter(ITracePainter<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- setTracePainter(ITracePainter<?>) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- setTracePainter(ITracePainter<?>) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- setTracePointProvider(ITracePointProvider) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Sets the trace point creator of this trace.
- setTracePointProvider(ITracePointProvider) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
FIXME: Throw change event!
- setTracePointProvider(ITracePointProvider) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- setTracePointProvider(ITracePointProvider) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- setTracePointProvider(ITracePointProvider) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- setTracePointProvider(ITracePointProvider) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- setTransparency(int) - Method in interface info.monitorenter.gui.chart.IPointPainterConfigurableUI
-
Sets the transparency to use for painting.
- setTransparency(int) - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
-
- setTransparencyFill(int) - Method in interface info.monitorenter.gui.chart.IPointPainterConfigurableUI
-
Sets the transparency to use for fill painting.
- setTransparencyFill(int) - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
-
- setUseAntialiasing(boolean) - Method in class info.monitorenter.gui.chart.Chart2D
-
Sets whether antialiasing is used.
- setValue(double) - Method in class info.monitorenter.gui.chart.LabeledValue
-
Sets the value.
- setValue(K) - Method in class info.monitorenter.util.collections.Entry
-
Sets a new value instance overwriting the old value which is returned.
- setValue(int) - Method in class info.monitorenter.util.math.IntegerMutable
-
Sets the value.
- setValue(Object) - Method in class info.monitorenter.util.TimeStampedValue
-
Assigns a different value to the timestamp.
- setVisible(boolean) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Set the visibility of this axis.
- setVisible(boolean) - Method in interface info.monitorenter.gui.chart.IAxis
-
Show/hide this axis.
- setVisible(boolean) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Set the visibility.
- setVisible(boolean) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Set the visible property of this instance.
- setVisible(boolean) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- setVisible(boolean) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- setVisible(boolean) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- setVisible(boolean) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- setWidth(int) - Method in interface info.monitorenter.gui.chart.IPointPainterCandleStick
-
Sets the visible width of the candlestick.
- setWidth(int) - Method in class info.monitorenter.gui.chart.pointpainters.APointPainterCandleStick
-
- setXError(double) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyAbsoluteSummation
-
Sets the absolute x error to add to each error bar.
- setXRange(Range) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
Set the valid range for x values.
- setYError(double) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyAbsoluteSummation
-
Sets the absolute y error to add to each error bar.
- setYRange(Range) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
Set the valid range for y values.
- setZIndex(Integer) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Sets the internal z-index property.
- setZIndex(Integer) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- setZIndex(Integer) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- setZIndex(Integer) - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- setZIndex(Integer) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- setZIndex(Integer) - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- Showcase - Class in info.monitorenter.gui.chart.demos
-
Advanced demonstration applet for jchart2d.
- Showcase() - Constructor for class info.monitorenter.gui.chart.demos.Showcase
-
Defcon.
- showDialog() - Method in class info.monitorenter.gui.chart.dialogs.ModalDialog
-
Shows a modal dialog and blocks until the dialog is hidden.
- showsErrorBars() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Tests whether error bars are painted by this trace.
- showsErrorBars() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- showsErrorBars() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- showsErrorBars() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- showsErrorBars() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- showsErrorBars() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- showsNegativeXErrorBars() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Tests whether error bars in negative x direction are painted by this trace.
- showsNegativeXErrorBars() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- showsNegativeXErrorBars() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- showsNegativeXErrorBars() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- showsNegativeXErrorBars() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- showsNegativeXErrorBars() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- showsNegativeYErrorBars() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Tests whether error bars in negative y direction are painted by this trace.
- showsNegativeYErrorBars() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- showsNegativeYErrorBars() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- showsNegativeYErrorBars() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- showsNegativeYErrorBars() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- showsNegativeYErrorBars() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- showsPositiveXErrorBars() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Tests whether error bars in positive x direction are painted by this trace.
- showsPositiveXErrorBars() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- showsPositiveXErrorBars() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- showsPositiveXErrorBars() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- showsPositiveXErrorBars() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- showsPositiveXErrorBars() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- showsPositiveYErrorBars() - Method in interface info.monitorenter.gui.chart.ITrace2D
-
Tests whether error bars in positive y direction are painted by this trace.
- showsPositiveYErrorBars() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- showsPositiveYErrorBars() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- showsPositiveYErrorBars() - Method in class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
- showsPositiveYErrorBars() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- showsPositiveYErrorBars() - Method in class info.monitorenter.gui.chart.traces.TraceProxy
-
- SimpleDateFormatAnalyzer - Class in info.monitorenter.util
-
Hack for a
SimpleDateFormat
to get further
information about the fields that will be displayed.
- size() - Method in interface info.monitorenter.util.collections.IRingBuffer
-
Returns the actual amount of elements stored in the buffer.
- size() - Method in class info.monitorenter.util.collections.RingBufferArray
-
- size() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
-
- snapShot() - Method in class info.monitorenter.gui.chart.Chart2D
-
- snapShot(int, int) - Method in class info.monitorenter.gui.chart.Chart2D
-
- snapShot() - Method in interface info.monitorenter.util.IStopWatch
-
Returns the current value of the IStopWatch in ms.
- snapShot() - Method in class info.monitorenter.util.StopWatchSimple
-
This method does not change the state from running to !running but performs
an update of the overall measurement- data inside and returns the current
measured time.
- start() - Method in class info.monitorenter.gui.chart.io.ADataCollector
-
Deprecated.
- start() - Method in interface info.monitorenter.util.IStopWatch
-
Sets the state to running.
- start() - Method in class info.monitorenter.util.StopWatchSimple
-
Sets the state to running.
- startData() - Method in class info.monitorenter.gui.chart.demos.Showcase
-
Starts data collection.
- startPaintIteration(Graphics) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- startPaintIteration(Graphics) - Method in interface info.monitorenter.gui.chart.IPointPainter
-
Invoked to inform implementations that a paint iteration starts for the
corresponding
ITrace2D
.
- startPaintIteration(Graphics) - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
-
- startPaintIteration(Graphics) - Method in class info.monitorenter.gui.chart.pointpainters.PointPainterCandleStick
-
- startPaintIteration(Graphics) - Method in class info.monitorenter.gui.chart.traces.painters.ATracePainter
-
- startPaintIteration(Graphics) - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterConfigurable
-
- startPaintIteration(Graphics) - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterPolyline
-
- stateChanged(ChangeEvent) - Method in class info.monitorenter.reflection.ObjRecorder2Trace2DAdapter
-
- StaticChartDiscs - Class in info.monitorenter.gui.chart.demos
-
- StaticChartErrorBarLineDisc - Class in info.monitorenter.gui.chart.demos
-
Title: StaticChartErrorBarLineDisc
- StaticChartFill - Class in info.monitorenter.gui.chart.demos
-
- StaticChartWith2StrokeSizes - Class in info.monitorenter.gui.chart.demos
-
Description: A demonstration that bigger strokes extend up, down, left and
right
- StaticChartXAxisInverse - Class in info.monitorenter.gui.chart.demos
-
Title: StaticChartXAxisInverse.
- StaticCollectorChart - Class in info.monitorenter.gui.chart.demos
-
A chart to test labels.
- StaticCollectorChart(AStaticDataCollector) - Constructor for class info.monitorenter.gui.chart.demos.StaticCollectorChart
-
Creates a chart that collects it's data from the given collector.
- stop() - Method in class info.monitorenter.gui.chart.io.ADataCollector
-
Deprecated.
Stops this Thread.
- stop() - Method in interface info.monitorenter.util.IStopWatch
-
Stops the measurement by assigning current time in ms to the stop value.
- stop() - Method in class info.monitorenter.util.StopWatchSimple
-
Stops the measurement by assigning current time in ms to the stop value.
- stopData() - Method in class info.monitorenter.gui.chart.demos.Showcase
-
Stops data collection.
- StopWatchSimple - Class in info.monitorenter.util
-
A very simple implementation of the IStopWatch that does nothing more than
the interface describes.
- StopWatchSimple() - Constructor for class info.monitorenter.util.StopWatchSimple
-
Creates new StopWatchSimple.
- StopWatchSimple(boolean) - Constructor for class info.monitorenter.util.StopWatchSimple
-
Creates new StopWatchSimple.
- StringUtil - Class in info.monitorenter.util
-
Nice static helpers for working with Strings.
- sub(int) - Method in class info.monitorenter.util.math.IntegerMutable
-
Substracts the given value from the internal value.
- sub(Integer) - Method in class info.monitorenter.util.math.IntegerMutable
-
Substracts the given value from the internal value.
- sub(IntegerMutable) - Method in class info.monitorenter.util.math.IntegerMutable
-
Substracts the given value from the internal value.
- TimeStampedValue - Class in info.monitorenter.util
-
Simple wrapper around a time in ms and a value Object.
- TimeStampedValue(long, Object) - Constructor for class info.monitorenter.util.TimeStampedValue
-
Creates an instance with the given timestamp key and the value to time
stamp.
- TimeStampedValue(Object) - Constructor for class info.monitorenter.util.TimeStampedValue
-
Creates an instance for the given value that is time stamped with the
current time.
- toLongestString(List<Object>) - Static method in class info.monitorenter.util.StringUtil
-
Modifies the given LinkedList by getting it's Objects and replace them by
their toString() - representation concatenated with the necessary amount of
white spaces that every String in the List will have the same amount of
characters.
- toString() - Method in class info.monitorenter.gui.chart.axis.AAxis.XDataAccessor
-
Returns "X".
- toString() - Method in class info.monitorenter.gui.chart.axis.AAxis.YDataAccessor
-
Returns "Y".
- toString() - Method in class info.monitorenter.gui.chart.Chart2D
-
- toString() - Method in class info.monitorenter.gui.chart.LabeledValue
-
Returns the concatenation of the label string, ':' and the value's String
representation.
- toString() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterAutoUnits
-
- toString() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterUnit
-
- toString() - Method in class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- toString() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- toString() - Method in class info.monitorenter.gui.chart.traces.iterators.fsm.AIteratorITracePointStateEnginge.AAction
-
- toString() - Method in class info.monitorenter.gui.chart.traces.iterators.fsm.AIteratorITracePointStateEnginge.ACondition
-
- toString() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- toString() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- toString() - Method in class info.monitorenter.reflection.ObjectRecorder.ObjectInspection
-
Returns a pretty print of this inspection.
- toString() - Method in class info.monitorenter.reflection.ObjectRecorder
-
- toString() - Method in class info.monitorenter.util.collections.RingBufferArray
-
Returns a string representation of the RingBuffer and it's contents.
- toString() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
-
Returns a string representation of the RingBuffer and it's contents.
- toString() - Method in class info.monitorenter.util.math.IntegerMutable
-
Returns a String object representing this Integer's value.
- toString() - Method in class info.monitorenter.util.Range
-
- toString() - Method in class info.monitorenter.util.StopWatchSimple
-
Returns a String representation of the current measured time in the format
" ms".
- toString() - Method in class info.monitorenter.util.units.AUnit
-
- Trace2DArithmeticMean - Class in info.monitorenter.gui.chart.traces.computing
-
A trace that accumulates the latest n points added to points with the
arithmetic mean value.
- Trace2DArithmeticMean(int) - Constructor for class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMean
-
The amount of n recent points to buffer.
- Trace2DArithmeticMeanX - Class in info.monitorenter.gui.chart.traces.computing
-
A trace that accumulates the latest n x values added to points with
the arithmetic mean x value and the latest y value.
- Trace2DArithmeticMeanX(int) - Constructor for class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanX
-
The amount of n recent points to buffer.
- Trace2DArithmeticMeanY - Class in info.monitorenter.gui.chart.traces.computing
-
A trace that accumulates the latest n y values added to points with
the arithmetic mean y value and the latest x value.
- Trace2DArithmeticMeanY(int) - Constructor for class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanY
-
The amount of n recent points to buffer.
- Trace2DAxisSwap - Class in info.monitorenter.gui.chart.traces
-
A delegator / proxy that delegates all calls to an internal constructor-given
ITrace2d and swaps the data of the added Point2D instances.
- Trace2DAxisSwap(ITrace2D) - Constructor for class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
Creates an instance that will swap the axis of the given delegate.
- Trace2DBijective - Class in info.monitorenter.gui.chart.traces
-
A Trace2D
who only allows a single occurance of a tracepoint
with a certain x- value xi.
- Trace2DBijective() - Constructor for class info.monitorenter.gui.chart.traces.Trace2DBijective
-
Defcon of this stateless instance.
- Trace2DCandleSticks - Class in info.monitorenter.gui.chart.traces
-
An ITrace2D decorator that adds the feature of drawing candlestick-traces.
- Trace2DCandleSticks(ITrace2D, int) - Constructor for class info.monitorenter.gui.chart.traces.Trace2DCandleSticks
-
Constructor taking the trace implementation to decorate with candle stick
painting.
- Trace2DDebugger - Class in info.monitorenter.gui.chart.traces
-
A decorator for any ITrace2D implementation.
- Trace2DDebugger(ITrace2D) - Constructor for class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
Creates an instance to debug the given trace for valid points added.
- Trace2DLtd - Class in info.monitorenter.gui.chart.traces
-
Additional to the Trace2DSimple the Trace2DLimited adds the following
functionality:
- Trace2DLtd() - Constructor for class info.monitorenter.gui.chart.traces.Trace2DLtd
-
Constructs an instance with a default buffer size of 100.
- Trace2DLtd(int) - Constructor for class info.monitorenter.gui.chart.traces.Trace2DLtd
-
Constructs an instance with a buffersize of maxsize and a default name.
- Trace2DLtd(int, String) - Constructor for class info.monitorenter.gui.chart.traces.Trace2DLtd
-
Constructs an instance with a buffersize of maxsize and a default name.
- Trace2DLtd(String) - Constructor for class info.monitorenter.gui.chart.traces.Trace2DLtd
-
Creates an instance with a default buffersize of 100 and the given name.
- Trace2DLtdReplacing - Class in info.monitorenter.gui.chart.traces
-
In addition to the Trace2DLtd
this class offers the guarantee only to allow a
single tracepoint with a certain x- value.
- Trace2DLtdReplacing() - Constructor for class info.monitorenter.gui.chart.traces.Trace2DLtdReplacing
-
Constructs a Trace2DLtdReplacing
with a default buffer size of 100.
- Trace2DLtdReplacing(int) - Constructor for class info.monitorenter.gui.chart.traces.Trace2DLtdReplacing
-
Constructs an instance with a buffer size of bufsize.
- Trace2DLtdSorted - Class in info.monitorenter.gui.chart.traces
-
Additional to the Trace2DLtdReplacing
all tracepoints will be
sorted by their x- value.
- Trace2DLtdSorted() - Constructor for class info.monitorenter.gui.chart.traces.Trace2DLtdSorted
-
Constructs an instance with a default buffer size of 100.
- Trace2DLtdSorted(int) - Constructor for class info.monitorenter.gui.chart.traces.Trace2DLtdSorted
-
Constructs an instance with a buffer size of maxsize.
- Trace2DReplacing - Class in info.monitorenter.gui.chart.traces
-
Has the behavior of Trace2DBijective
and additional
features.
- Trace2DReplacing() - Constructor for class info.monitorenter.gui.chart.traces.Trace2DReplacing
-
Defcon.
- Trace2DSimple - Class in info.monitorenter.gui.chart.traces
-
- Trace2DSimple() - Constructor for class info.monitorenter.gui.chart.traces.Trace2DSimple
-
Creates an empty trace.
- Trace2DSimple(String) - Constructor for class info.monitorenter.gui.chart.traces.Trace2DSimple
-
Creates an emtpy trace with the given name.
- Trace2DSorted - Class in info.monitorenter.gui.chart.traces
-
Has the behavior of Trace2DReplacing
and additional features.
- Trace2DSorted() - Constructor for class info.monitorenter.gui.chart.traces.Trace2DSorted
-
Defcon.
- TracePainterConfigurable<T extends IPointPainterConfigurableUI<T>> - Class in info.monitorenter.gui.chart.traces.painters
-
- TracePainterConfigurable(T) - Constructor for class info.monitorenter.gui.chart.traces.painters.TracePainterConfigurable
-
Creates an instance that works with the given point painter.
- TracePainterDisc - Class in info.monitorenter.gui.chart.traces.painters
-
Renders traces by painting a disc (hollow circle) with choosable diameter for
each
ITracePoint2D
to show.
- TracePainterDisc() - Constructor for class info.monitorenter.gui.chart.traces.painters.TracePainterDisc
-
Creates an instance with a default disc size of 4.
- TracePainterDisc(int) - Constructor for class info.monitorenter.gui.chart.traces.painters.TracePainterDisc
-
Creates an instance with the given disc size.
- TracePainterFill - Class in info.monitorenter.gui.chart.traces.painters
-
A trace painter that fills the area between trace to render and the x axis
baseline with it's color.
- TracePainterFill(Chart2D) - Constructor for class info.monitorenter.gui.chart.traces.painters.TracePainterFill
-
Constructor with the corresponding chart.
- TracePainterLine - Class in info.monitorenter.gui.chart.traces.painters
-
A trace painter that renders a trace by lines.
- TracePainterLine() - Constructor for class info.monitorenter.gui.chart.traces.painters.TracePainterLine
-
Defcon.
- TracePainterPolyline - Class in info.monitorenter.gui.chart.traces.painters
-
- TracePainterPolyline() - Constructor for class info.monitorenter.gui.chart.traces.painters.TracePainterPolyline
-
Default Constructor.
- TracePainterVerticalBar - Class in info.monitorenter.gui.chart.traces.painters
-
Renders traces by painting a bar with selectable width for each
ITracePoint2D
to show.
- TracePainterVerticalBar(Chart2D) - Constructor for class info.monitorenter.gui.chart.traces.painters.TracePainterVerticalBar
-
Creates an instance with a default bar width size of 4.
- TracePainterVerticalBar(int, Chart2D) - Constructor for class info.monitorenter.gui.chart.traces.painters.TracePainterVerticalBar
-
Creates an instance with the bar width.
- TracePoint2D - Class in info.monitorenter.gui.chart.tracepoints
-
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.
- TracePoint2D() - Constructor for class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
- TracePoint2D(double, double) - Constructor for class info.monitorenter.gui.chart.tracepoints.TracePoint2D
-
Construct a TracePoint2D whose coords are initalized to (x,y).
- TracePoint2DUtil - Class in info.monitorenter.gui.util
-
Utility helper class for basic computations on
ITracePoint2D
instances.
- TracePoint2DUtil() - Constructor for class info.monitorenter.gui.util.TracePoint2DUtil
-
- TracePointProviderDefault - Class in info.monitorenter.gui.chart
-
- TracePointProviderDefault() - Constructor for class info.monitorenter.gui.chart.TracePointProviderDefault
-
Defcon.
- TraceProxy - Class in info.monitorenter.gui.chart.traces
-
Allows mixing in behavior (by overriding methods in anonymous class creation)
for traces.
- TraceProxy(ITrace2D) - Constructor for class info.monitorenter.gui.chart.traces.TraceProxy
-
Creates a proxy for the given trace.
- TraceTester - Class in info.monitorenter.gui.chart.demos
-
A test class that steps through all ITrace2D
implementations and
adds random or "half- random" TracePoint2D
-instances.
- transform(double) - Method in class info.monitorenter.gui.chart.axis.AAxisTransformation
-
Template method for performing the axis transformation.
- transform(double) - Method in class info.monitorenter.gui.chart.axis.AxisLog10
-
- transform(double) - Method in class info.monitorenter.gui.chart.axis.AxisLogE
-
- Transition(AIteratorITracePointStateEnginge.ICondition, AIteratorITracePointStateEnginge.IAction, Enum<?>) - Constructor for class info.monitorenter.gui.chart.traces.iterators.fsm.AIteratorITracePointStateEnginge.Transition
-
Creates a transition with a condition and the next state (in case
condition falls true).
- translateMousePosition(MouseEvent) - Method in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
Returns the translation of the mouse event coordinates of the given mouse
event to the value within the chart for the dimension (x,y) covered by
this axis.
- translateMousePosition(MouseEvent) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Returns the translation of the mouse event coordinates of the given mouse
event to the value within the chart for the dimension (x,y) covered by this
axis.
- translateMousePosition(MouseEvent) - Method in class info.monitorenter.gui.chart.axis.AAxis.XDataAccessor
-
- translateMousePosition(MouseEvent) - Method in class info.monitorenter.gui.chart.axis.AAxis.YDataAccessor
-
- translateMousePosition(MouseEvent) - Method in class info.monitorenter.gui.chart.axis.AAxisTransformation
-
- translateMousePosition(MouseEvent) - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns the translation of the mouse event coordinates of the given mouse
event to the value within the chart.
- translateMousePosition(MouseEvent) - Method in interface info.monitorenter.gui.chart.IAxis
-
Returns the translation of the mouse event coordinates of the given mouse
event to the value within the chart for the dimension (x,y) covered by this
axis.
- translatePxToValue(int) - Method in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
Transforms the given pixel value (which has to be a awt value like
MouseEvent.getX()
into the chart value.
- translatePxToValue(int) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- translatePxToValue(int) - Method in class info.monitorenter.gui.chart.axis.AAxis.XDataAccessor
-
- translatePxToValue(int) - Method in class info.monitorenter.gui.chart.axis.AAxis.YDataAccessor
-
- translatePxToValue(int) - Method in class info.monitorenter.gui.chart.axis.AAxisTransformation
-
- translatePxToValue(int) - Method in class info.monitorenter.gui.chart.axis.AAxisTransformation.XDataAccessor
-
- translatePxToValue(int) - Method in class info.monitorenter.gui.chart.axis.AAxisTransformation.YDataAccessor
-
- translatePxToValue(int) - Method in class info.monitorenter.gui.chart.axis.AxisInverse.XDataInverseAccessor
-
- translatePxToValue(int) - Method in class info.monitorenter.gui.chart.axis.AxisInverse.YDataInverseAccessor
-
- translatePxToValue(int) - Method in interface info.monitorenter.gui.chart.IAxis
-
Transforms the given pixel value (which has to be a awt value like
MouseEvent.getY()
into the chart value.
- translatePxToValueRelative(ITracePoint2D, int) - Method in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
Transforms the given relative pixel value into the relative chart value
regarding the point's position.
- translatePxToValueRelative(ITracePoint2D, int) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- translatePxToValueRelative(ITracePoint2D, int) - Method in class info.monitorenter.gui.chart.axis.AAxis.XDataAccessor
-
- translatePxToValueRelative(ITracePoint2D, int) - Method in class info.monitorenter.gui.chart.axis.AAxis.YDataAccessor
-
- translatePxToValueRelative(ITracePoint2D, int) - Method in interface info.monitorenter.gui.chart.IAxis
-
Transforms the given relative pixel value into the relative chart value
regarding the point's position.
- translateValueToPx(double) - Method in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
Transforms the given relative value into the relative chart pixel value
regarding the point's position.
- translateValueToPx(double) - Method in class info.monitorenter.gui.chart.axis.AAxis
-
- translateValueToPx(double) - Method in class info.monitorenter.gui.chart.axis.AAxis.XDataAccessor
-
- translateValueToPx(double) - Method in class info.monitorenter.gui.chart.axis.AAxis.YDataAccessor
-
- translateValueToPx(double) - Method in class info.monitorenter.gui.chart.axis.AAxisTransformation.XDataAccessor
-
- translateValueToPx(double) - Method in class info.monitorenter.gui.chart.axis.AAxisTransformation.YDataAccessor
-
- translateValueToPx(double) - Method in interface info.monitorenter.gui.chart.IAxis
-
Transforms the given chart data value into the corresponding awt pixel
value for the chart.
- TransparentChart - Class in info.monitorenter.gui.chart.demos
-
A test for the Chart2D
that constantly adds new tracepoints to a
Trace2DLtd
.
- TransparentChart(Chart2D, String) - Constructor for class info.monitorenter.gui.chart.demos.TransparentChart
-
Creates an instance that will dynamically paint on the chart to a trace
with the given label.
- TreeSetGreedy<T extends IComparableProperty> - Class in info.monitorenter.util.collections
-
A
Set
that will always successfully add new instances and
guarantee that all the "
Comparable properties" of the contained
IComparableProperty
instances will build a set (no duplicates).
- TreeSetGreedy() - Constructor for class info.monitorenter.util.collections.TreeSetGreedy
-
Creates an instance with an internal Comparator
to fulfill the
contract of this class.