|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
JComboBox
.
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.IntegerReuseable
- 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.
- Trace2DActionAddRemoveTracePainter - Class in info.monitorenter.gui.chart.events
Action
that adds or removes constructor-given
ITracePainter
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
Action
that removes the constructor given
ITrace2D
from the
corresponding Chart2D
.- 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 the zIndex
of the
constructor-given ITrace2D
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 the zIndex
of the
constructor-given ITrace2D
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 lates n points added to a single point 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. private int m_pointBufferSize; /**
Constructor with the given amount of points to merge into one point with
their arithmetic mean.
- 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 inistance 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:
The amount of internal tracepoints is limited to the maxsize, passed to
the constructor.
- Trace2DLtd() -
Constructor for class info.monitorenter.gui.chart.traces.Trace2DLtd
- Constructs an instance with a default buffersize 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 behaviour of
Trace2DBijective
and additional features. - Trace2DReplacing() -
Constructor for class info.monitorenter.gui.chart.traces.Trace2DReplacing
- Defcon.
- Trace2DSimple - Class in info.monitorenter.gui.chart.traces
- A basic
ITrace2D
implementation that stores the internal
TracePoint2D
instances in
a List
. - 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 behaviour of
Trace2DReplacing
and additional features. - Trace2DSorted() -
Constructor for class info.monitorenter.gui.chart.traces.Trace2DSorted
- Defcon.
- 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, Graphics2D, TracePoint2D)
invocations between TracePainterPolyline.startPaintIteration(Graphics2D, ITrace2D)
and
TracePainterPolyline.endPaintIteration(Graphics2D)
) and only invoking only one polyline paint for a paint
call of the corresponding Chart2D
. - 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(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
- 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(double, double) -
Constructor for class info.monitorenter.gui.chart.TracePoint2D
- Construct a TracePoint2D whose coords are initalized to (x,y).
- TraceTester - Class in info.monitorenter.gui.chart.demos
- A testclass 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
- Returns the translation of the mouse event coordinates of the given mouse event to the value
within the chart.
- 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.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 class info.monitorenter.gui.chart.axis.AxisInverse.XDataInverseAccessor
-
- translateValueToPx(double) -
Method in class info.monitorenter.gui.chart.axis.AxisInverse.YDataInverseAccessor
-
- 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 - 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.
- 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.
|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |