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

S

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.
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.
setAction(Action) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory.PropertyChangeCheckBoxMenuItem
 
setAlpha(int) - Method in class info.monitorenter.gui.util.ColorMutable
Sets the transparency to use for painting.
setAnnotatedPoint(ITracePoint2D) - Method in class info.monitorenter.gui.chart.annotations.AAnnotationContentComponent
Sets the annotatedPoint.
setAnnotationCreator(IAnnotationCreator) - Method in class info.monitorenter.gui.chart.views.ChartPanel
Sets the annotationCreator.
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
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
 
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
The default used is AxisScalePolicyAutomaticBestFit.
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
Deprecated. use Chart2D.setAxisXBottom(AAxis, int) instead.
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
Deprecated. use Chart2D.setAxisYLeft(AAxis, int) instead.
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.
setBackground(Color) - Method in class info.monitorenter.gui.chart.annotations.AnnotationContentComponentDataValues
 
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.Trace2DDebugger
 
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
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, Graphics, ITracePoint2D) .
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
 
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.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.
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
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, int) events.
setListener(ITrace2D) - Method in class info.monitorenter.gui.chart.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, int) (with int argument set to ITracePoint2D.STATE_CHANGED).
setLocation(double, double) - Method in class info.monitorenter.gui.chart.TracePoint2D
 
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.
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.
setOutlineDragMode(boolean) - Method in class info.monitorenter.gui.chart.annotations.bubble.AnnotationBubble
Sets the outlineDragMode.
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.Trace2DDebugger
 
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.Trace2DDebugger
 
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
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
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
This is a callback from Chart2D.addTrace(ITrace2D) and must not be invoked from elsewhere (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.
setScaledX(double) - Method in interface info.monitorenter.gui.chart.ITracePoint2D
Only intended for Chart2D!!!.
setScaledX(double) - Method in class info.monitorenter.gui.chart.TracePoint2D
 
setScaledY(double) - Method in interface info.monitorenter.gui.chart.ITracePoint2D
Only intended for Chart2D!!!.
setScaledY(double) - Method in class info.monitorenter.gui.chart.TracePoint2D
 
setShowAnnotationMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Sets the showAnnotationMenu.
setShowAntialiasingMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set whether the antialiasing menu item is shown.
setShowAxisFormatterMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Sets whether the axis label formatter menu is shown.
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.
setShowAxisXTitleMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set whether the axis x title menu should be shown.
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.
setShowAxisYTitleMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set whether the axis y title menu should be shown.
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.
setShowChartHighlighterMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set whether the chart menu for highlighting traces should be visible.
setShowErrorBarWizardMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set whether the error bar wizard menu should be shown.
setShowGridColorMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set wether the chart grid color menu should be created.
setShowGridMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set whether the chart grid menu is shown.
setShowHighlightMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set whether the highlight menu item should be visible.
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.
setShowPrintMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Sets the showPrintMenu.
setShowRemoveTraceMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
setShowSaveEpsMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
setShowSaveMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set wether the save menu should be created.
setShowTooltipEnableMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set whether the tool tip type for chart menu item is shown.
setShowToolTipMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Sets whether the tool tip for chart menu item should be shown.
setShowTraceColorMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
setShowTraceHighlighterMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set whether the trace highlighter menu should be visible.
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
 
setShowZoomOutMenu(boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Set whether the zoom out menu 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 givn 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
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, Graphics, ITracePoint2D) .
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.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
Deprecated. use AAxis.getAxisTitle() and on the result IAxis.AxisTitle#setTitle(String)
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
Deprecated. use IAxis.getAxisTitle() and on the result IAxis.AxisTitle.setTitle(String)
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
Deprecated. use AAxis.getAxisTitle() and on the result IAxis.AxisTitle#setTitlePainter(IAxisTitlePainter) instead.
setTitlePainter(IAxisTitlePainter) - Method in class info.monitorenter.gui.chart.IAxis.AxisTitle
Sets the titlePainter.
setTitlePainter(IAxisTitlePainter) - Method in interface info.monitorenter.gui.chart.IAxis
Deprecated. use IAxis.getAxisTitle() and on the result IAxis.AxisTitle.setTitlePainter(IAxisTitlePainter).
setToolTipCoords(boolean) - Method in class info.monitorenter.gui.chart.Chart2D
Deprecated. use Chart2D.setToolTipType(IToolTipType) with Chart2D.ToolTipType.DATAVALUES instead.
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.Trace2DDebugger
 
setTracePointProvider(ITracePointProvider) - Method in class info.monitorenter.gui.chart.Chart2D
Sets the trace point creator of this chart.
setTransparency(double) - Method in class info.monitorenter.gui.chart.annotations.bubble.AnnotationBubble
Sets the transparency of the annotation.
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.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(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.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.TracePainterDisc
 
startPaintIteration(Graphics) - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterFill
 
startPaintIteration(Graphics) - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterLine
 
startPaintIteration(Graphics) - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterPolyline
 
STATE_ADDED - Static variable in interface info.monitorenter.gui.chart.ITracePoint2D
The state flag used to inform the ITrace2D listener via ITrace2D.firePointChanged(ITracePoint2D, int) in case a point was added.
STATE_CHANGED - Static variable in interface info.monitorenter.gui.chart.ITracePoint2D
The state flag used to inform the ITrace2D listener via ITrace2D.firePointChanged(ITracePoint2D, int) in case a point was changed.
STATE_REMOVED - Static variable in interface info.monitorenter.gui.chart.ITracePoint2D
The state flag used to inform the ITrace2D listener via ITrace2D.firePointChanged(ITracePoint2D, 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
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
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.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.

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