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

I

IAnnotationCreator - Interface in info.monitorenter.gui.chart.annotations
An interface for creation of visible annotations.
IAxis<T extends IAxisScalePolicy> - Interface in info.monitorenter.gui.chart
Interface for an axis of the Chart2D.
IAxis.AxisTitle - Class in info.monitorenter.gui.chart
Represents a title of an axis.
IAxis.AxisTitle(String) - Constructor for class info.monitorenter.gui.chart.IAxis.AxisTitle
Creates an instance with the given title backed by a AxisTitlePainterDefault.
IAxis.AxisTitle(String, IAxisTitlePainter) - Constructor for class info.monitorenter.gui.chart.IAxis.AxisTitle
Creates an instance with the given title backed by the given painter.
IAxisLabelFormatter - Interface in info.monitorenter.gui.chart
An interface used by Axis to format labels and determine the maximum width for the labels.
IAxisScalePolicy - Interface in info.monitorenter.gui.chart
 
IAxisTickPainter - Interface in info.monitorenter.gui.chart
Interface to paint ticks for a trace.
IAxisTitlePainter - Interface in info.monitorenter.gui.chart
Interface for an painter of the title of an axis of the Chart2D.
ICodeBlock<T> - Interface in info.monitorenter.gui.chart
Helper to allow running certain code in a certain scope (e.g.: synchronization scope, pre- or postrequisites to meet,...).
IColorDistributor - Interface in info.monitorenter.gui.util
An interface for distributing colors.
IComparableProperty - Interface in info.monitorenter.util.collections
An interface that allows implementors to let themselves be compared by a Comparable Number instance that may be modified by the comparing classs.
IErrorBarPainter - Interface in info.monitorenter.gui.chart
Interface for a renderer of error bars.
IErrorBarPainter.ISegment - Interface in info.monitorenter.gui.chart
Facace interface for accessing a connection segment of ErrorBarPainter.
IErrorBarPixel - Interface in info.monitorenter.gui.chart
Interface for an error bar in the pixel domain (vs.
IErrorBarPolicy<T extends IErrorBarPolicy<T>> - Interface in info.monitorenter.gui.chart
Interface for a facade towards painting error bars that adds a layer of configuration.
INameFilter - Interface in info.monitorenter.gui.chart.io
A story on the side: There are: FileFilter FilenameFilter FileFilter
incPos() - Method in class info.monitorenter.util.collections.RingBufferArrayFast.ARingBufferIterator
Increment the internal read position pointer.
increment(Integer) - Static method in class info.monitorenter.util.math.MathUtil
Raises the given integer by one (bad performance).
info.monitorenter.gui.chart - package info.monitorenter.gui.chart
The core package for jchart2d.
info.monitorenter.gui.chart.annotations - package info.monitorenter.gui.chart.annotations
Contains the main annotation API / Implementation.
info.monitorenter.gui.chart.annotations.bubble - package info.monitorenter.gui.chart.annotations.bubble
Contains the main bubble annotation implementation.
info.monitorenter.gui.chart.axis - package info.monitorenter.gui.chart.axis
Contains IAxis implementations of jchart2d that model the axis of the chart.
info.monitorenter.gui.chart.axis.scalepolicy - package info.monitorenter.gui.chart.axis.scalepolicy
 
info.monitorenter.gui.chart.axistickpainters - package info.monitorenter.gui.chart.axistickpainters
Contains IAxisTickPainter implementations of jchart2d that are used to paint the markers for the labels on the axis of the chart.
info.monitorenter.gui.chart.axistitlepainters - package info.monitorenter.gui.chart.axistitlepainters
Contains IAxisTitlePainter implementations of jchart2d that model the title painter of the axis of the chart.
info.monitorenter.gui.chart.controls - package info.monitorenter.gui.chart.controls
GUI controls for charts and traces.
info.monitorenter.gui.chart.controls.errorbarwizard - package info.monitorenter.gui.chart.controls.errorbarwizard
GUI of the error bar wizard of jchart2d.
info.monitorenter.gui.chart.demos - package info.monitorenter.gui.chart.demos
Examples for construction of charts using different features.
info.monitorenter.gui.chart.dialogs - package info.monitorenter.gui.chart.dialogs
Dialogs for interaction with the data model (chart, traces, ...) of jchart2d.
info.monitorenter.gui.chart.errorbars - package info.monitorenter.gui.chart.errorbars
Contains the implementation of the error bar API - namely the interfaces IErrorBarPolicy, IErrorBarPainter and IErrorBarPixel of jchart2d.
info.monitorenter.gui.chart.events - package info.monitorenter.gui.chart.events
Action implementations to use for creating user interfaces with JMenuItem for jchart2d.
info.monitorenter.gui.chart.io - package info.monitorenter.gui.chart.io
Special IO support for data collection for a Chart2D.
info.monitorenter.gui.chart.labelformatters - package info.monitorenter.gui.chart.labelformatters
Contains IAxisLabelFormatter implementations of jchart2d that are used to format the labels on the axis of the chart.
info.monitorenter.gui.chart.layouts - package info.monitorenter.gui.chart.layouts
Contains special layout implementations of jchart2d.
info.monitorenter.gui.chart.pointpainters - package info.monitorenter.gui.chart.pointpainters
Contains IPointPainter implementations of jchart2d that are used to paint points for segments, start points end points of errorbars and points of traces of the chart.
info.monitorenter.gui.chart.rangepolicies - package info.monitorenter.gui.chart.rangepolicies
Contains IRangePolicy implementations of jchart2d that are used to define the viewport on the traces of the chart.
info.monitorenter.gui.chart.traces - package info.monitorenter.gui.chart.traces
Contains ITrace2D implementations of jchart2d that model the traces of the chart.
info.monitorenter.gui.chart.traces.computing - package info.monitorenter.gui.chart.traces.computing
Contains ITrace2D implementations of jchart2d that apply computations on the input/output datapoints before they provide them to the chart.
info.monitorenter.gui.chart.traces.painters - package info.monitorenter.gui.chart.traces.painters
Contains ITracePainter implementations of jchart2d that are used to render the traces of the chart.
info.monitorenter.gui.chart.views - package info.monitorenter.gui.chart.views
GUI views for charts and traces.
info.monitorenter.gui.util - package info.monitorenter.gui.util
Unused package intended for automatic color choosing with the visually most different colors.
info.monitorenter.reflection - package info.monitorenter.reflection
Ancient package with support for displaying any java class data field in a trace.
info.monitorenter.util - package info.monitorenter.util
Utility classes and generic classes for jchart2d.
info.monitorenter.util.collections - package info.monitorenter.util.collections
Advanced collection classes for high performance dynamic charting with small memory footprint.
info.monitorenter.util.math - package info.monitorenter.util.math
Helpers related to math or basic numeric data types.
info.monitorenter.util.units - package info.monitorenter.util.units
Sub-library for displaying numbers in relation to their unit prefix.
init() - Method in class info.monitorenter.gui.chart.demos.Showcase
 
initPaintIteration() - Method in class info.monitorenter.gui.chart.axis.AAxis
Performs expensive calculations for various values that are used by many calls throughout a paint iterations.
initPaintIteration(IAxis<?>) - Method in class info.monitorenter.gui.chart.axis.scalepolicy.AxisScalePolicyAutomaticBestFit
 
initPaintIteration(IAxis<?>) - Method in class info.monitorenter.gui.chart.axis.scalepolicy.AxisScalePolicyManualTicks
 
initPaintIteration(IAxis<?>) - Method in class info.monitorenter.gui.chart.axis.scalepolicy.AxisScalePolicyTransformation
 
initPaintIteration() - Method in interface info.monitorenter.gui.chart.IAxis
Allows to perform expensive calculations for various values that are used by many calls throughout a paint iterations.
initPaintIteration() - Method in interface info.monitorenter.gui.chart.IAxisLabelFormatter
Callback method invoked by the corresponding AAxis upon start of a paint iteration of the Chart2D.
initPaintIteration(IAxis<?>) - Method in interface info.monitorenter.gui.chart.IAxisScalePolicy
Performs expensive calculations for various values that are used by many calls throughout a paint iterations.
initPaintIteration() - Method in class info.monitorenter.gui.chart.labelformatters.ALabelFormatter
Void adapter method implementation - optional to override.
initPaintIteration() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterAutoUnits
 
initPaintIteration() - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterUnit
 
inspect() - Method in class info.monitorenter.reflection.ObjectRecorder
Makes a record of the state of the object specified in the constructor.
installColor(Graphics) - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
Installs the color to the graphics context if and only if a color has been set.
installColorFill(Graphics) - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
Installs the fill color to the graphics context if and only if a fill color has been set.
installStroke(Graphics) - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
Installs the stroke to the graphics context if and only if a stroke has been set.
instance() - Static method in class info.monitorenter.util.ExceptionUtil
Returns the singleton instance of this class.
instance() - Static method in class info.monitorenter.util.StringUtil
Returns the singleton instance of this class.
IntegerMutable - Class in info.monitorenter.util.math
Mutable Integer.
IntegerMutable(int) - Constructor for class info.monitorenter.util.math.IntegerMutable
Constructs a newly allocated Integer object that represents the primitive int argument.
internalGetNegativeXError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
Internally compute the negative x error for the given point as a pixel value (not relative to the the origin value).
internalGetNegativeXError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyAbsoluteSummation
 
internalGetNegativeXError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyRelative
 
internalGetNegativeYError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
Internally compute the negative y error for the given point as a pixel value (not relative to the the origin value).
internalGetNegativeYError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyAbsoluteSummation
 
internalGetNegativeYError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyRelative
 
internalGetPositiveXError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
Internally compute the positive x error in pixel for the given point as an absolute value (not relative to the the origin value).
internalGetPositiveXError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyAbsoluteSummation
 
internalGetPositiveXError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyRelative
 
internalGetPositiveYError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
Internally compute the positive y error in pixel for the given point as an absolute value (not relative to the the origin value).
internalGetPositiveYError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyAbsoluteSummation
 
internalGetPositiveYError(int, int, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyRelative
 
intValue() - Method in class info.monitorenter.util.math.IntegerMutable
Returns the value as an int.
IPointFinder - Interface in info.monitorenter.gui.chart
Interface for finding a ITracePoint2D of a Chart2D corresponding to a mouse event.
IPointPainter<T extends IPointPainter<T>> - Interface in info.monitorenter.gui.chart
Generic interface for instances that have to render a point in pixel coordinates.
IPointPainterConfigurableUI<T extends IPointPainter<T>> - Interface in info.monitorenter.gui.chart
Adds configuration of UI like strokes and color to IPointPainter.
IRangePolicy - Interface in info.monitorenter.gui.chart
An interface that allows an axis to be plugged with a range policy.
IRingBuffer<T> - Interface in info.monitorenter.util.collections
Interface for implementations of RingBuffers.
IRingBuffer.RingBufferException - Exception in info.monitorenter.util.collections
Special exception related to ring buffer operations.
IRingBuffer.RingBufferException(String) - Constructor for exception info.monitorenter.util.collections.IRingBuffer.RingBufferException
Creates an instance with the given message.
isAllASCII(File) - Static method in class info.monitorenter.util.FileUtil
Tests whether the given file only contains ASCII characters if interpreted by reading bytes (16 bit).
isAllASCII(InputStream) - Static method in class info.monitorenter.util.FileUtil
Tests wether the given input stream only contains ASCII characters if interpreted by reading bytes (16 bit).
isAscendingDirection() - Method in class info.monitorenter.gui.util.ColorIterator
Returns the ascendingDirection.
isContained(double) - Method in class info.monitorenter.util.Range
Returns true if the given value is covered by this range.
isDirtyScaling() - Method in class info.monitorenter.gui.chart.axis.AAxis
 
isDirtyScaling() - Method in interface info.monitorenter.gui.chart.IAxis
Returns true if the bounds in the given dimension of all TracePoint2D instances of all internal ITrace2D instances have changed since all points have been normalized to a value between 0 and 1 or true if this axis has different range since the last call to IAxis.scale().
isDouble(double) - Static method in class info.monitorenter.util.math.MathUtil
Tests that the given double is not invalid for calculation.
isDragged() - Method in class info.monitorenter.gui.chart.annotations.bubble.AnnotationBubble
Check whether this annotation is currently draggged.
isEmpty() - Method in interface info.monitorenter.gui.chart.ITrace2D
Returns false if internal TracePoint2D instances are contained or true if not.
isEmpty() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMean
 
isEmpty() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanX
 
isEmpty() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanY
 
isEmpty() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
 
isEmpty() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
 
isEmpty() - Method in class info.monitorenter.gui.chart.traces.Trace2DLtd
 
isEmpty() - Method in class info.monitorenter.gui.chart.traces.Trace2DSimple
 
isEmpty() - Method in class info.monitorenter.gui.chart.traces.Trace2DSorted
 
isEmpty() - Method in interface info.monitorenter.util.collections.IRingBuffer
Tests whether no elements are stored in the buffer.
isEmpty() - Method in class info.monitorenter.util.collections.RingBufferArray
 
isEmpty() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
 
isEmpty(String) - Static method in class info.monitorenter.util.StringUtil
Returns true if the argument is null or consists of whitespaces only.
isEnabledPointHighlighting() - Method in class info.monitorenter.gui.chart.Chart2D
Returns true if highlighting of the nearest point to the cursor is enabled.
isEqual(File, Charset, Charset) - Static method in class info.monitorenter.util.FileUtil
Tests, whether the content of the given file is identical at character level, when it is opened with both different Charsets.
isFull() - Method in interface info.monitorenter.util.collections.IRingBuffer
Returns true if no more space in the buffer is available.
isFull() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
 
isMajorTick() - Method in class info.monitorenter.gui.chart.LabeledValue
Returns true if this label is a major tick, false else.
isOk() - Method in class info.monitorenter.gui.chart.dialogs.ModalDialog
Returns whether OK was pressed or not.
isOutlineDragMode() - Method in class info.monitorenter.gui.chart.annotations.bubble.AnnotationBubble
Returns the outlineDragMode.
isPaintGrid() - Method in class info.monitorenter.gui.chart.axis.AAxis
Returns whether the x grid is painted or not.
isPaintGrid() - Method in interface info.monitorenter.gui.chart.IAxis
Returns wether the x grid is painted or not.
isPaintLabels() - Method in class info.monitorenter.gui.chart.Chart2D
Returns true if labels for each chart are painted below it, false else.
isPaintScale() - Method in class info.monitorenter.gui.chart.axis.AAxis
Returns whether the scale for this axis should be painted or not.
isPaintScale() - Method in interface info.monitorenter.gui.chart.IAxis
Returns whether the scale for this axis should be painted or not.
isPast() - Method in class info.monitorenter.util.TimeStampedValue
Returns whether the internal time stamp marks a time in the past or not.
isPrintWholePage() - Method in class info.monitorenter.gui.chart.events.Chart2DActionPrintSingleton
Returns true if this action triggered a print request for the corresponding chart.
isRemoveMeAsListenerComponentEvent(PropertyChangeEvent) - Method in interface info.monitorenter.gui.chart.controls.LayoutFactory.BasicPropertyAdaptSupport.IRemoveAsListenerFromComponentCondition
Returns true if the calling LayoutFactory.BasicPropertyAdaptSupport should return itself as a listener from the Component it listens to.
isRemoveMeAsListenerComponentEvent(PropertyChangeEvent) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory.BasicPropertyAdaptSupport.RemoveAsListenerFromComponentIfTraceIsDropped
 
isRemoveMeAsListenerComponentEvent(PropertyChangeEvent) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory.BasicPropertyAdaptSupport.RemoveAsListenerFromComponentNever
Implementation dummy that never will decide to remove the calling LayoutFactory.BasicPropertyAdaptSupport to be removed.
isRequestedRepaint() - Method in class info.monitorenter.gui.chart.Chart2D
Returns the requestedRepaint.
isRunning() - Method in class info.monitorenter.gui.chart.io.ADataCollector
Returns true if this datacollector currently is running.
isShowAnnotationMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns the showAnnotationMenu.
isShowAntialiasingMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns whether the antialiasing menu item is shown.
isShowAxisFormatterMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns whether the axis label formatter menu is shown.
isShowAxisXGridMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns wether the chart show x grid menu should be created.
isShowAxisXMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns whether the axis x menu is shown.
isShowAxisXRangePolicyMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns whether the axis x range policy menu is shown.
isShowAxisXTitleMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
isShowAxisXTypeMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns whether the axis x type menu is shown.
isShowAxisYGridMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns whether the axis y show grid menu is shown.
isShowAxisYMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns whether the axis y menu is shown.
isShowAxisYRangePolicyMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns whether the axis y range policy menu is shown.
isShowAxisYTitleMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
isShowAxisYTypeMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns whether the axis y type menu is shown.
isShowChartBackgroundMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns whether the chart set background color menu is shown.
isShowChartForegroundMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns whether the chart set foreground color menu is shown.
isShowChartHighlighterMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns true if the chart menu for highlighting traces is shown.
isShowErrorBarWizardMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
isShowGridColorMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns whether the chart grid color menu is shown.
isShowGridMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns whether the chart grid menu is shown.
isShowHighlightMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns whether the highlight menu item is shown.
isShowNegativeXErrors() - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
 
isShowNegativeXErrors() - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
Returns true if negative errors in x dimension are shown.
isShowNegativeYErrors() - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
 
isShowNegativeYErrors() - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
Returns true if negative errors in y dimension are shown.
isShowPhysicalUnitsMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
isShowPositiveXErrors() - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
 
isShowPositiveXErrors() - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
Returns true if positive errors in x dimension are shown.
isShowPositiveYErrors() - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
 
isShowPositiveYErrors() - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
Returns true if positive errors in y dimension are shown.
isShowPrintMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns the showPrintMenu.
isShowRemoveTraceMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
isShowSaveEpsMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
isShowSaveMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns whether the save image menu is shown.
isShowToolTipMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns whether the tool tip for chart menu item is shown.
isShowToolTipTypeMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns whether the tool tip type for chart menu item is shown.
isShowTraceColorMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
isShowTraceHighlighterMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Returns whether the trace highlighter menu is shown.
isShowTraceNameMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
isShowTracePainterMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
isShowTraceStrokeMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
isShowTraceVisibleMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
isShowTraceZindexMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
isShowZoomOutMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
isStartMajorTick() - Method in class info.monitorenter.gui.chart.axis.AAxis
Check whether scale values are started from major ticks.
isStartMajorTick() - Method in interface info.monitorenter.gui.chart.IAxis
Check wether scale values are started from major ticks.
isToolTipCoords() - Method in class info.monitorenter.gui.chart.Chart2D
Returns true if chart coordinates are drawn as tool tips.
isUseAntialiasing() - Method in class info.monitorenter.gui.chart.Chart2D
Returns whether antialiasing is used.
isVisible() - Method in class info.monitorenter.gui.chart.axis.AAxis
Check if this axis is visible, i.e.
isVisible(ITracePoint2D) - Method in class info.monitorenter.gui.chart.Chart2D
Returns true if the given point is in the visible drawing area of the Chart2D.
isVisible() - Method in interface info.monitorenter.gui.chart.IAxis
Check whether this axis is visible, i.e.
isVisible() - Method in interface info.monitorenter.gui.chart.ITrace2D
Returns true if this instance should be rendered.
isVisible() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
 
isVisible() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
 
isVisible() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
 
isZoomOutMenu() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
 
iterator() - Method in class info.monitorenter.gui.chart.Chart2D
Returns an Iterator over the contained ITrace2D instances.
iterator() - Method in interface info.monitorenter.gui.chart.ITrace2D
Returns an Iterator over the internal TracePoint2D instances.
iterator() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMean
 
iterator() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanX
 
iterator() - Method in class info.monitorenter.gui.chart.traces.computing.Trace2DArithmeticMeanY
 
iterator() - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
 
iterator() - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
 
iterator() - Method in class info.monitorenter.gui.chart.traces.Trace2DLtd
 
iterator() - Method in class info.monitorenter.gui.chart.traces.Trace2DSimple
 
iterator() - Method in class info.monitorenter.gui.chart.traces.Trace2DSorted
 
iterator() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
Delegates to RingBufferArrayFast.iteratorL2F().
iteratorF2L() - Method in interface info.monitorenter.util.collections.IRingBuffer
Returns an iterator starting from the first (youngest) to the last (oldest) element.
iteratorF2L() - Method in class info.monitorenter.util.collections.RingBufferArray
 
iteratorF2L() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
Returns an Iterator that will return the elements in exactly the inverse order the subsequent call to remove() would do.
iteratorL2F() - Method in interface info.monitorenter.util.collections.IRingBuffer
Returns an iterator starting from the last (oldest) to the first (youngest) element.
iteratorL2F() - Method in class info.monitorenter.util.collections.RingBufferArray
 
iteratorL2F() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
Returns an Iterator that will return the elements in exactly the order the subsequent call to remove() would do.
IToolTipType - Interface in info.monitorenter.gui.chart
Defines the tool tips to display on a Chart2D.
ITrace2D - Interface in info.monitorenter.gui.chart
An interface used by Chart2D.
ITrace2D.DistancePoint - Class in info.monitorenter.gui.chart
Simple struct just for allowing to return a trace point along with a weighted distance.
ITrace2D.DistancePoint() - Constructor for class info.monitorenter.gui.chart.ITrace2D.DistancePoint
Defcon.
ITracePainter<T extends ITracePainter<T>> - Interface in info.monitorenter.gui.chart
An interface that works at trace level and defines how it's points are rendered.
ITracePoint2D - Interface in info.monitorenter.gui.chart
An interface for trace points.
ITracePointProvider - Interface in info.monitorenter.gui.chart
Interface for creation of new instances of ITracePoint2D which will be used wherever a chart component tree has to create them.
IUnitSystem - Interface in info.monitorenter.util.units
A system of units ordered by their natural ascending order.

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.