A C D E F G H I J L M N O P R S T U V X Y Z

R

RandomDataCollectorOffset - Class in info.monitorenter.gui.chart.io
A proof of concept dummy implementation for the supertype.
RandomDataCollectorOffset(ITrace2D, int) - Constructor for class info.monitorenter.gui.chart.io.RandomDataCollectorOffset
Creates a collector that collectes every latency ms a point and adds it to the trace.
RandomDataCollectorTimeStamped - Class in info.monitorenter.gui.chart.io
Data collector that collects values with an absolute timestamp as x value and a random jumping y value.
RandomDataCollectorTimeStamped(ITrace2D, int) - Constructor for class info.monitorenter.gui.chart.io.RandomDataCollectorTimeStamped
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.
RangeChooserPanel - Class in info.monitorenter.gui.chart.controls
A panel that allows to choose a range from a special JSlider with two sliders (dual Slider).
RangeChooserPanel(Range) - Constructor for class info.monitorenter.gui.chart.controls.RangeChooserPanel
Creates an instance that works on the given 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
Creates a range policy with an unconfigured range (Range.RANGE_UNBOUNDED).
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.
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
Creates a range policy with an unconfigured range (Range.RANGE_UNBOUNDED).
RangePolicyUnbounded(Range) - Constructor for class info.monitorenter.gui.chart.rangepolicies.RangePolicyUnbounded
Creates a range policy backed by the given range which is not used for RangePolicyUnbounded.getMax(double, double) or RangePolicyUnbounded.getMin(double, double) but stored for later changes of the range policy from outside.
readCache(File) - Static method in class info.monitorenter.util.FileUtil
Invokes FileUtil.readRAM(File), but decorates the result with a ByteArrayInputStream.
readRAM(File) - Static method in class info.monitorenter.util.FileUtil
Reads the content of the given File into an array.
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
 
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
 
removeAllPoints() - Method in interface info.monitorenter.gui.chart.ITrace2D
Removes all internal TracePoint2D.
removeAllPoints() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
Changes the internal state to empty to allow that the caching of bounds is cleared and delegates the call to ATrace2D.removeAllPointsInternal().
removeAllPoints() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
 
removeAllPoints() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
 
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.Trace2DLtd
 
removeAllPointsInternal() - Method in class info.monitorenter.gui.chart.traces.Trace2DSimple
 
removeAllPointsInternal() - Method in class info.monitorenter.gui.chart.traces.Trace2DSorted
 
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
Remove a trace that "should" compute values from the points added via ITrace2D.addPoint(TracePoint2D).
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.Trace2DDebugger
 
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.Trace2DDebugger
 
removePoint(TracePoint2D) - Method in interface info.monitorenter.gui.chart.ITrace2D
Removes the given point from this trace.
removePoint(TracePoint2D) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
Remove the given point from this ITrace2D.
removePoint(TracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
 
removePoint(TracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
 
removePointInternal(TracePoint2D) - 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(TracePoint2D) - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMean
 
removePointInternal(TracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DLtd
Returns null always because internally a ringbuffer is used which does not allow removing of values because that would break the contract of a ringbuffer.
removePointInternal(TracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DSimple
 
removePointInternal(TracePoint2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DSorted
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.axis.AAxis
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.axistitlepainters.AxisTitlePainterDefault
 
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(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(String, PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.IAxisTitlePainter
Remove a PropertyChangeListener for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
Deregisters a property change listener that has been registerd 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
Deregisters a property change listener that has been registerd 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.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.Trace2DDebugger
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
 
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
Removes the given trace painter if an instance of the same class is contained and more painters are remaining.
removeTracePainter(ITracePainter) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
 
removeTracePainter(ITracePainter) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
 
repaint() - Method in class info.monitorenter.gui.chart.Chart2D
Deprecated. use Chart2D.setRequestedRepaint(boolean).
repaint(int, int, int, int) - Method in class info.monitorenter.gui.chart.Chart2D
Deprecated. use Chart2D.setRequestedRepaint(boolean).
repaint(long) - Method in class info.monitorenter.gui.chart.Chart2D
Deprecated. use Chart2D.setRequestedRepaint(boolean).
repaint(long, int, int, int, int) - Method in class info.monitorenter.gui.chart.Chart2D
Deprecated. use Chart2D.setRequestedRepaint(boolean).
repaint(Rectangle) - Method in class info.monitorenter.gui.chart.Chart2D
Deprecated. use Chart2D.setRequestedRepaint(boolean).
replace(IAxis) - Method in class info.monitorenter.gui.chart.axis.AAxis
 
replace(IAxis) - Method in interface info.monitorenter.gui.chart.IAxis
Copies the complete state (flat, references are overtaken) of the given axis to this instance and overtakes any property change listeners.
reserveColor(Color) - Method in interface info.monitorenter.gui.util.IColorDistributor
Informs the IColorDistributor that a client already uses the given color.
reset() - Method in class info.monitorenter.gui.util.ColorIterator
Resets the ColorIterator.
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 - 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 - Class in info.monitorenter.util.collections
Fast ringbuffer 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 ringbuffer iterators that has access to the ringbuffer by being an non-static inner class.
roundToTicks(double, boolean, boolean) - Method in class info.monitorenter.gui.chart.axis.AAxis
Internal rounding routine.
run() - Method in class info.monitorenter.gui.chart.io.ADataCollector
 
run() - Method in class info.monitorenter.reflection.ObjectRecorder
 
RunningChart - Class in info.monitorenter.gui.chart.demos
A test for the Chart2D that constantly adds new tracepoints to a Trace2DLtd.
RunningChart(Chart2D, String) - Constructor for class info.monitorenter.gui.chart.demos.RunningChart
Creates an instance that will dynamically paint on the chart to a trace with the given label.

A C D E F G H I J L M N O P R S T U V X Y Z
Copyright © 2001 - 2007 LGPL, All Rights Footloose.