A B C D E F G H I J L M N O P R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
T
- 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.events.ErrorBarPainterActionSetSegmentPainter
-
Overridden to work inside
.JComboBox
- 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.TracePoint2D
- toString() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Returns
ATrace2D.getName()
. - 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.units.AUnit
-
Returns the same as
AUnit.getUnitName()
, prefer calling this directly if desired. - Trace2DActionAddErrorBarPolicy - Class in info.monitorenter.gui.chart.events
-
Action
to set an IErrorBarPolicy on an
.ITrace2D
- Trace2DActionAddErrorBarPolicy(ITrace2D, String, IErrorBarPolicy<?>) - Constructor for class info.monitorenter.gui.chart.events.Trace2DActionAddErrorBarPolicy
-
Create an
Action
that accesses the trace and identifies itself with the given action String. - Trace2DActionAddRemoveHighlighter - Class in info.monitorenter.gui.chart.events
-
Action
that adds or removes constructor-givenIPointPainter
to the corresponding trace. - Trace2DActionAddRemoveHighlighter(ITrace2D, String, IPointPainter<?>) - Constructor for class info.monitorenter.gui.chart.events.Trace2DActionAddRemoveHighlighter
-
Create an
Action
that accesses the trace and identifies itself with the given action String. - Trace2DActionAddRemoveTracePainter - Class in info.monitorenter.gui.chart.events
-
Action
that adds or removes constructor-givenITracePainter
to the corresponding trace. - Trace2DActionAddRemoveTracePainter(ITrace2D, String, ITracePainter<?>) - Constructor for class info.monitorenter.gui.chart.events.Trace2DActionAddRemoveTracePainter
-
Create an
Action
that accesses the trace and identifies itself with the given action String. - Trace2DActionRemove - Class in info.monitorenter.gui.chart.events
- Trace2DActionRemove(ITrace2D, String) - Constructor for class info.monitorenter.gui.chart.events.Trace2DActionRemove
-
Create an
Action
that removes the given the trace from it's chart upon action. - Trace2DActionRemoveErrorBarPolicy - Class in info.monitorenter.gui.chart.events
-
Action
to remove an IErrorBarPolicy from an
.ITrace2D
- Trace2DActionRemoveErrorBarPolicy(ITrace2D, String, IErrorBarPolicy<?>) - Constructor for class info.monitorenter.gui.chart.events.Trace2DActionRemoveErrorBarPolicy
-
Create an
Action
that accesses the trace and identifies itself with the given action String. - Trace2DActionSetColor - Class in info.monitorenter.gui.chart.events
-
Action
that sets a constructor-given color of the corresponding trace. - Trace2DActionSetColor(ITrace2D, String, Color) - Constructor for class info.monitorenter.gui.chart.events.Trace2DActionSetColor
-
Create an
Action
that accesses the trace and identifies itself with the given action String. - Trace2DActionSetCustomColor - Class in info.monitorenter.gui.chart.events
-
Action
that sets a custom color of the corresponding trace by showing a modal color chooser. - Trace2DActionSetCustomColor(ITrace2D, String, Component) - Constructor for class info.monitorenter.gui.chart.events.Trace2DActionSetCustomColor
-
Create an
Action
that accesses the trace and identifies itself with the given action String. - Trace2DActionSetName - Class in info.monitorenter.gui.chart.events
-
Action
that sets a custom name of the corresponding trace by showing a modal String chooser. - Trace2DActionSetName(ITrace2D, String, Component) - Constructor for class info.monitorenter.gui.chart.events.Trace2DActionSetName
-
Create an
Action
that accesses the trace and identifies itself with the given action String. - Trace2DActionSetPhysicalUnits - Class in info.monitorenter.gui.chart.events
-
Action
that sets custom physical units for x and y on the corresponding trace by showing a modal dialog. - Trace2DActionSetPhysicalUnits(ITrace2D, String, Component) - Constructor for class info.monitorenter.gui.chart.events.Trace2DActionSetPhysicalUnits
-
Create an
Action
that accesses the trace and identifies itself with the given action String. - Trace2DActionSetStroke - Class in info.monitorenter.gui.chart.events
-
Action
that sets a constructor-given zIndex to the corresponding trace. - Trace2DActionSetStroke(ITrace2D, String, Stroke) - Constructor for class info.monitorenter.gui.chart.events.Trace2DActionSetStroke
-
Create an
Action
that accesses the trace and identifies itself with the given action String. - Trace2DActionSetVisible - Class in info.monitorenter.gui.chart.events
-
Performs the action of setting a trace visible (
ITrace2D.setVisible(boolean)
) with the constructor given boolean. - Trace2DActionSetVisible(ITrace2D, String) - Constructor for class info.monitorenter.gui.chart.events.Trace2DActionSetVisible
-
Create an
Action
that accesses the chart and identifies itself with the given action String. - Trace2DActionSetZindex - Class in info.monitorenter.gui.chart.events
-
Action
that sets a constructor-given zIndex to the corresponding trace. - Trace2DActionSetZindex(ITrace2D, String, int) - Constructor for class info.monitorenter.gui.chart.events.Trace2DActionSetZindex
-
Create an
Action
that accesses the trace and identifies itself with the given action String. - Trace2DActionZindexDecrease - Class in info.monitorenter.gui.chart.events
-
Action
that decreases thezIndex
of the constructor-givenITrace2D
by a constructor-given integer. - Trace2DActionZindexDecrease(ITrace2D, String, int) - Constructor for class info.monitorenter.gui.chart.events.Trace2DActionZindexDecrease
-
Create an
Action
that accesses the trace and identifies itself with the given action String. - Trace2DActionZindexIncrease - Class in info.monitorenter.gui.chart.events
-
Action
that increases thezIndex
of the constructor-givenITrace2D
by a constructor-given integer. - Trace2DActionZindexIncrease(ITrace2D, String, int) - Constructor for class info.monitorenter.gui.chart.events.Trace2DActionZindexIncrease
-
Create an
Action
that accesses the trace and identifies itself with the given action String. - 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.
- 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 IPointPainter<T>> - Class in info.monitorenter.gui.chart.traces.painters
-
An
implementation that works on a givenITracePainter
.IPointPainter
- TracePainterConfigurable(IPointPainter<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
TracePoint2D
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
-
A trace painter that increases performance by summing up all points to render for a paint iteration (submitted by
TracePainterPolyline.paintPoint(int, int, int, int, Graphics, ITracePoint2D)
invocations betweenTracePainterPolyline.startPaintIteration(Graphics)
andTracePainterPolyline.endPaintIteration(Graphics)
) and only invoking only one polyline paint for a paint call of the correspondingChart2D
. - 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 choosable width for each
TracePoint2D
to show. - TracePainterVerticalBar(int, Chart2D) - Constructor for class info.monitorenter.gui.chart.traces.painters.TracePainterVerticalBar
-
Creates an instance with the bar width.
- TracePainterVerticalBar(Chart2D) - Constructor for class info.monitorenter.gui.chart.traces.painters.TracePainterVerticalBar
-
Creates an instance with a default bar width size of 4.
- TracePoint2D - Class in info.monitorenter.gui.chart
-
A specialized version of
java.awt.Point2D.Double
who carries two further values:double scaledX
anddouble scaledY
which allow theChart2D
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.TracePoint2D
-
Intended for
only.TracePointProviderDefault
- TracePoint2D(double, double) - Constructor for class info.monitorenter.gui.chart.TracePoint2D
-
Construct a TracePoint2D whose coords are initalized to (x,y).
- TracePointProviderDefault - Class in info.monitorenter.gui.chart
-
Default creator of
instances that returns implementationITracePoint2D
.TracePoint2D
- TracePointProviderDefault() - Constructor for class info.monitorenter.gui.chart.TracePointProviderDefault
-
Defcon.
- 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
-
Performs
Math.log10(double)
with a check for reaching infinity. - transform(double) - Method in class info.monitorenter.gui.chart.axis.AxisLogE
-
Performs
Math.log10(double)
with a check for reaching infinity. - 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
-
Deprecated.this method is a candidate for wrong behavior when using multiple axes.
- 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. - translateValueToPx(double) - Method in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
-
Transforms the given chart data value into the corresponding awt pixel value for the chart.
- 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.
- 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
instances will build a set (no duplicates).IComparableProperty
- TreeSetGreedy() - Constructor for class info.monitorenter.util.collections.TreeSetGreedy
-
Creates an instance with an internal
Comparator
to fulfill the contract of this class. - TwoStringsChooserPanel - Class in info.monitorenter.gui.chart.controls
-
A panel that allows to input two
Strings
via normal
.JTextField
- TwoStringsChooserPanel(String, String, String, String) - Constructor for class info.monitorenter.gui.chart.controls.TwoStringsChooserPanel
-
Creates an instance with the given labels and corresponding text fields with the given initial values.
All Classes All Packages