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

S

SampleChart - Class in info.monitorenter.gui.chart.demos
Sample chart from Java 2D open source package.
SampleChart() - Constructor for class info.monitorenter.gui.chart.demos.SampleChart
Defcon.
scale() - Method in class info.monitorenter.gui.chart.axis.AAxis.AChart2DDataAccessor
Scales all ITrace2D instances in the dimension represented by this axis.
scale() - Method in class info.monitorenter.gui.chart.axis.AAxis
 
scale() - Method in class info.monitorenter.gui.chart.axis.AAxis.XDataAccessor
 
scale() - Method in class info.monitorenter.gui.chart.axis.AAxis.YDataAccessor
 
scale() - Method in interface info.monitorenter.gui.chart.IAxis
Scales all ITrace2D instances in the dimension represented by this axis.
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, 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.
setAccessor(AAxis.AChart2DDataAccessor) - Method in class info.monitorenter.gui.chart.axis.AAxis
Sets the accessor to the axis of the chart.
setAction(Action) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory.PropertyChangeCheckBoxMenuItem
 
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. range) it has to format.
setAxis(IAxis) - Method in class info.monitorenter.gui.chart.labelformatters.ALabelFormatter
Intended for AAxis only.
setAxis(IAxis) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterAutoUnits
 
setAxis(IAxis) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterUnit
 
setAxisTickPainter(IAxisTickPainter) - Method in class info.monitorenter.gui.chart.Chart2D
Sets the axis tick painter.
setAxisX(AAxis) - Method in class info.monitorenter.gui.chart.Chart2D
Set the x axis to use.
setAxisY(AAxis) - Method in class info.monitorenter.gui.chart.Chart2D
Set the y axis to use.
setBackground(Color) - Method in class info.monitorenter.gui.chart.Chart2D
 
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.
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) - Method in class info.monitorenter.gui.chart.axis.AAxis
Allows the chart to register itself with the axix.
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.ITrace2D
Set a java.awt.Color for this trace.
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.Trace2DDebugger
 
setColor(Color) - Method in class info.monitorenter.gui.util.ColorIcon
Sets the color of this icon.
setComparableProperty(Number) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
 
setComparableProperty(Number) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
 
setComparableProperty(Number) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
 
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(IPointPainter) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
 
setConnectionPainter(IPointPainter) - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
Note that the choice for the right point painter has to be taken with care: It is senseless to use an implementation that does not interconnect both coordinates given to IPointPainter.paintPoint(int, int, int, int, Graphics2D, TracePoint2D).
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.
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(IPointPainter) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
 
setEndPointPainter(IPointPainter) - 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.Trace2DDebugger
 
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.
setForeground(Color) - Method in class info.monitorenter.gui.chart.Chart2D
 
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.
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
Sets the interval for collecting points in ms.
setListener(ITrace2D) - Method in class info.monitorenter.gui.chart.TracePoint2D
Allows ITrace2D instances to register (or deregister) themselves with this point to receive (or stop receiving) change information via ITrace2D.firePointChanged(TracePoint2D, int) events.
setLocation(double, double) - Method in class info.monitorenter.gui.chart.TracePoint2D
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(TracePoint2D, int) (with int argument set to TracePoint2D.STATE_CHANGED).
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.
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. update speed).
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.Trace2DDebugger
 
setNegativeXErrorPixel(int) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPixel
Intended for AErrorBarPolicyConfigurable only.
setNegativeYErrorPixel(int) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPixel
Intended for AErrorBarPolicyConfigurable only.
setNumberFormat(NumberFormat) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterNumber
Sets the number formatter to use.
setPaintGrid(boolean) - Method in class info.monitorenter.gui.chart.axis.AAxis
Set wether 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 wether 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
Assings 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.Trace2DDebugger
 
setPoint(double) - Method in class info.monitorenter.gui.chart.rangepolicies.RangePolicyForcedPoint
Sets the point to ensure to be visible.
setPointPainter(IPointPainter) - 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
Intended for AErrorBarPolicyConfigurable only.
setPositiveYErrorPixel(int) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPixel
Intended for AErrorBarPolicyConfigurable only.
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.AChart2DDataAccessor
Sets the RangePolicy.
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.
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
This is a callback from Chart2D.addTrace(ITrace2D) and must not be invoked from elswhere (needed for synchronization).
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.Trace2DDebugger
 
setRequestedRepaint(boolean) - Method in class info.monitorenter.gui.chart.Chart2D
Sets the requestedRepaint.
setShowAxisXGridMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set wether the axis x show grid menu should be created.
setShowAxisXMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set wether the axis x menu should be created.
setShowAxisXRangePolicyMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set wether the axis x range policy menu should be created.
setShowAxisXTypeMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set wether the axis x type menu should be created.
setShowAxisYGridMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set wether the axis y show grid menu should be created.
setShowAxisYMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set wether the axis y menu should be created.
setShowAxisYRangePolicyMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set wether the axis y range policy menu should be created.
setShowAxisYTypeMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set wether the axis y type menu should be created.
setShowChartBackgroundMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set wether the chart set background menu should be created.
setShowChartForegroundMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set wether the chart set foreground menu should be created.
setShowGridColorMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set wether the chart grid color menu should be created.
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.
setShowPhysicalUnitsMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
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.
setShowRemoveTraceMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
setShowSaveImageMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set wether the save to image menu should be created.
setShowTraceColorMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
setShowTraceNameMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
setShowTracePainterMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
setShowTraceStrokeMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
setShowTraceVisibleMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
setShowTraceZindexMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
setSize(String, int) - Static method in class info.monitorenter.util.StringUtil
Appends the necessary amount of spaces to the string until it has the givn length.
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(IPointPainter) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
 
setStartPointPainter(IPointPainter) - Method in interface info.monitorenter.gui.chart.IErrorBarPainter
Note that the choice for the right point painter has to be taken with care: It is senseless to use an implementation that interconnects both coordinates given to IPointPainter.paintPoint(int, int, int, int, Graphics2D, TracePoint2D).
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.traces.ATrace2D
 
setStroke(Stroke) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
 
setStroke(Stroke) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
 
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 interface info.monitorenter.gui.chart.IAxis
Sets the title of this axis will be painted by the {IAxisTitlePainter} of this instance.
setTitleFont(Font) - Method in class info.monitorenter.gui.chart.axistitlepainters.AxisTitlePainterDefault
 
setTitleFont(Font) - Method in interface info.monitorenter.gui.chart.IAxisTitlePainter
Sets the title font to use.
setTitlePainter(IAxisTitlePainter) - Method in class info.monitorenter.gui.chart.axis.AAxis
Sets the title painter of this axis which is by default AxisTitlePainterDefault.
setTitlePainter(IAxisTitlePainter) - Method in interface info.monitorenter.gui.chart.IAxis
Sets the title painter that will paint the title of this axis.
setToolTipCoords(boolean) - Method in class info.monitorenter.gui.chart.Chart2D
Set wether this component should display the chart coordinates as a tool tip.
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
 
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
Replaces all internal trace painters by the new one.
setTracePainter(ITracePainter) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
 
setTracePainter(ITracePainter) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
 
setValue(double) - Method in class info.monitorenter.gui.chart.LabeledValue
Sets the value.
setValue(Object) - 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.IntegerReuseable
Sets the value.
setValue(Object) - Method in class info.monitorenter.util.TimeStampedValue
Assigns a different value to the timestamp.
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.Trace2DDebugger
 
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.Trace2DDebugger
 
setZoomOutMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
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.Trace2DDebugger
 
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.Trace2DDebugger
 
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.Trace2DDebugger
 
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.Trace2DDebugger
 
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.Trace2DDebugger
 
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
Returns a BufferedImage with the current width and height of the chart filled with the Chart2D's graphics that may be written to a file or OutputStream by using: ImageIO.write(java.awt.image.RenderedImage, java.lang.String, java.io.File).
snapShot(int, int) - Method in class info.monitorenter.gui.chart.Chart2D
Returns a BufferedImage with the given width and height that is filled with tChart2D's graphics that may be written to a file or OutputStream by using: ImageIO.write(java.awt.image.RenderedImage, java.lang.String, java.io.File).
start() - Method in class info.monitorenter.gui.chart.io.ADataCollector
Starts a Thread using this Runnable.
startData() - Method in class info.monitorenter.gui.chart.demos.Showcase
Starts data collection.
startPaintIteration(Graphics2D, ITrace2D) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
 
startPaintIteration(Graphics2D, ITrace2D) - Method in interface info.monitorenter.gui.chart.ITracePainter
Invoked to inform implementations that a paint iteration starts for the corresponding ITrace2D.
startPaintIteration(Graphics2D, ITrace2D) - Method in class info.monitorenter.gui.chart.traces.painters.ATracePainter
 
startPaintIteration(Graphics2D, ITrace2D) - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterFill
 
startPaintIteration(Graphics2D, ITrace2D) - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterPolyline
 
STATE_ADDED - Static variable in class info.monitorenter.gui.chart.TracePoint2D
The state flag used to inform the ITrace2D listener via ITrace2D.firePointChanged(TracePoint2D, int) in case a point was added.
STATE_CHANGED - Static variable in class info.monitorenter.gui.chart.TracePoint2D
The state flag used to inform the ITrace2D listener via ITrace2D.firePointChanged(TracePoint2D, int) in case a point was changed.
STATE_REMOVED - Static variable in class info.monitorenter.gui.chart.TracePoint2D
The state flag used to inform the ITrace2D listener via ITrace2D.firePointChanged(TracePoint2D, int) in case a point was removed.
stateChanged(ChangeEvent) - Method in class info.monitorenter.reflection.ObjRecorder2Trace2DAdapter
 
StaticChartDiscs - Class in info.monitorenter.gui.chart.demos
A demo chart that uses a TracePainterDisc.
StaticChartErrorBarLineDisc - Class in info.monitorenter.gui.chart.demos
Title: StaticChartErrorBarLineDisc Description: A demonstration of the minimal code to set up a chart with static data and an relative error bar policy that paints relative error bars by line segments with a disc at the end in y dimension (positive and negative).
StaticChartFill - Class in info.monitorenter.gui.chart.demos
A demo chart that uses a TracePainterFill.
StaticChartWithBoxAndTitle - Class in info.monitorenter.gui.chart.demos
Title: StaticChartWithBoxAndTitle Description: A minimal example for rendering a static chart surrounded with a titeled box.
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
Stops this Thread.
stopData() - Method in class info.monitorenter.gui.chart.demos.Showcase
Stops data collection.
StringUtil - Class in info.monitorenter.util
Nice static helpers for working with Strings.
sub(int) - Method in class info.monitorenter.util.math.IntegerReuseable
Substracts the given value from the internal value.
sub(Integer) - Method in class info.monitorenter.util.math.IntegerReuseable
Substracts the given value from the internal value.
sub(IntegerReuseable) - Method in class info.monitorenter.util.math.IntegerReuseable
Substracts the given value from the internal value.

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.