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

E

endPaintIteration(Graphics2D) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
 
endPaintIteration(Graphics2D) - Method in interface info.monitorenter.gui.chart.ITracePainter
Invoked to inform implementations that a paint iteration ends for the corresponding ITrace2D.
endPaintIteration(Graphics2D) - Method in class info.monitorenter.gui.chart.traces.painters.ATracePainter
 
endPaintIteration(Graphics2D) - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterDisc
 
endPaintIteration(Graphics2D) - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterFill
 
endPaintIteration(Graphics2D) - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterPolyline
 
endPaintIteration(Graphics2D) - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterVerticalBar
 
ensureContained(double) - Method in class info.monitorenter.util.Range
Force this Range to cover the given value.
Entry - Class in info.monitorenter.util.collections
I have written implementations of java.util.Map.Entry in form of Static inner classes.
Entry(Object, Object) - Constructor for class info.monitorenter.util.collections.Entry
Creates an instance with the given key and value.
equals(Object) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterAutoUnits
 
equals(Object) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterUnit
 
equals(Object) - Method in class info.monitorenter.gui.chart.TracePoint2D
 
equals(Object) - Method in class info.monitorenter.gui.chart.traces.painters.ATracePainter
Two instances are judged equal if they are of the same class.
equals(Object) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
 
equals(Object) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
 
equals(Object) - Method in class info.monitorenter.gui.util.HSBColor
Equals implementation.
equals(Object) - Method in class info.monitorenter.util.Range
 
equals(Object) - Method in class info.monitorenter.util.TimeStampedValue
Returns true, if o!
ERROR_PIXEL_NONE - Static variable in interface info.monitorenter.gui.chart.IErrorBarPixel
Constant that identifies a resulting error to be non-existant.
ErrorBarDirectionPanel - Class in info.monitorenter.gui.chart.controls.errorbarwizard
A panel for selection of the directions of error bars.
ErrorBarDirectionPanel(IErrorBarPolicy) - Constructor for class info.monitorenter.gui.chart.controls.errorbarwizard.ErrorBarDirectionPanel
Creates an instance that hooks as a control (view & controller) to the error bar policy model instance.
ErrorBarPainter - Class in info.monitorenter.gui.chart.errorbars
Implementation of an error bar painter that allows configuration of the way the connection, start point and end point of an error bar is painted by the use of IPointPainter.
ErrorBarPainter() - Constructor for class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
Creates an instance that by default will not render any error bar.
ErrorBarPainterActionEdit - Class in info.monitorenter.gui.chart.events
Action that pops up a modal dialog to edit the given IErrorBarPainter.
ErrorBarPainterActionEdit(IErrorBarPainter, String, Component) - Constructor for class info.monitorenter.gui.chart.events.ErrorBarPainterActionEdit
Create an instance that accesses the error bar painter with a modal dialog to edit it and identifies itself with the given action String.
ErrorBarPainterActionSetSegmentColor - Class in info.monitorenter.gui.chart.events
Action that sets a custom color to the corresponding segment of an error bar painter by showing a modal color chooser.
ErrorBarPainterActionSetSegmentColor(IErrorBarPainter.ISegment, JComponent, String) - Constructor for class info.monitorenter.gui.chart.events.ErrorBarPainterActionSetSegmentColor
Create an Action that accesses the error bar painter and identifies itself with the given action String.
ErrorBarPainterActionSetSegmentPainter - Class in info.monitorenter.gui.chart.events
Action that sets an IPointPainter to the corresponding segment of an error bar painter.
ErrorBarPainterActionSetSegmentPainter(IErrorBarPainter.ISegment, IPointPainter, String) - Constructor for class info.monitorenter.gui.chart.events.ErrorBarPainterActionSetSegmentPainter
Create an Action that accesses the error bar painter and identifies itself with the given action String.
ErrorBarPainterEditPanel - Class in info.monitorenter.gui.chart.controls.errorbarwizard
A panel for selection of IErrorBarPainter.setStartPointPainter(info.monitorenter.gui.chart.IPointPainter) IErrorBarPainter.setEndPointPainter(info.monitorenter.gui.chart.IPointPainter) and IErrorBarPainter.setConnectionPainter(info.monitorenter.gui.chart.IPointPainter).
ErrorBarPainterEditPanel(IErrorBarPainter) - Constructor for class info.monitorenter.gui.chart.controls.errorbarwizard.ErrorBarPainterEditPanel
Creates a panel that offers configuration of the given error bar painter.
ErrorBarPainterLine - Class in info.monitorenter.gui.chart.errorbars
An error bar painter that renders no end point and start point and renders a line as segment (PointPainterLine).
ErrorBarPainterLine() - Constructor for class info.monitorenter.gui.chart.errorbars.ErrorBarPainterLine
Defcon.
ErrorBarPaintersPanel - Class in info.monitorenter.gui.chart.controls.errorbarwizard
A panel that displays all ErrorBarPainter instances of an IErrorBarPolicy and offers their edit and remove buttons as well as an add button for a new IErrorBarPainter instance to configure.
ErrorBarPaintersPanel(IErrorBarPolicy) - Constructor for class info.monitorenter.gui.chart.controls.errorbarwizard.ErrorBarPaintersPanel
Creates an instance that hooks as a control (view & controller) to the error bar policy model instance.
ErrorBarPaintersPanel.ErrorBarPainterConfigurablePanel - Class in info.monitorenter.gui.chart.controls.errorbarwizard
A panel that displays a single ErrorBarPainter instance of an IErrorBarPolicy and offers their edit and remove buttons as well as an add button for a new ErrorBarPainter instance to configure.
ErrorBarPaintersPanel.ErrorBarPainterConfigurablePanel(IErrorBarPainter, IErrorBarPolicy) - Constructor for class info.monitorenter.gui.chart.controls.errorbarwizard.ErrorBarPaintersPanel.ErrorBarPainterConfigurablePanel
Creates an instance that displays as a control (view & controller) to the error bar painter instance.
ErrorBarPixel - Class in info.monitorenter.gui.chart.errorbars
Straight forward dumb data container implementation.
ErrorBarPixel(ITrace2D) - Constructor for class info.monitorenter.gui.chart.errorbars.ErrorBarPixel
Creates an instance backed by the given trace.
ErrorBarPolicyAbsoluteSummation - Class in info.monitorenter.gui.chart.errorbars
Configurable IErrorBarPolicy that adds an absolute error (relative to the absolute values) to the points to render.
ErrorBarPolicyAbsoluteSummation(double, double) - Constructor for class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyAbsoluteSummation
Creates an instance with the given absolute errors to add in x and y direction.
ErrorBarPolicyActionAddPainter - Class in info.monitorenter.gui.chart.events
Action that adds a new ErrorBarPainter to the given IErrorBarPolicy.
ErrorBarPolicyActionAddPainter(IErrorBarPolicy, String) - Constructor for class info.monitorenter.gui.chart.events.ErrorBarPolicyActionAddPainter
Create an instance that accesses the error bar policy to add a new painter to it with the given action String.
ErrorBarPolicyActionRemovePainter - Class in info.monitorenter.gui.chart.events
Action that removes the constructor given IErrorBarPainter from he constructor given IErrorBarPolicy.
ErrorBarPolicyActionRemovePainter(IErrorBarPolicy, String, IErrorBarPainter) - Constructor for class info.monitorenter.gui.chart.events.ErrorBarPolicyActionRemovePainter
Create an instance that accesses the error bar policy to remove a painter from it with the given action String.
ErrorBarPolicyActionShowWizard - Class in info.monitorenter.gui.chart.events
An action that shows a modal error bar wizard dialog.
ErrorBarPolicyActionShowWizard(IErrorBarPolicy, String) - Constructor for class info.monitorenter.gui.chart.events.ErrorBarPolicyActionShowWizard
Creates a trigger for showing the error bar policy wizard dialog for the given IErrorBarPolicy with the given name.
ErrorBarPolicyMultiAction - Class in info.monitorenter.gui.chart.events
Highly proprietary error bar action that changes the behaviour depending on the JMenu from which it is triggered.
ErrorBarPolicyMultiAction(ITrace2D, String, IErrorBarPolicy, JMenu, JMenu, JMenu) - Constructor for class info.monitorenter.gui.chart.events.ErrorBarPolicyMultiAction
Create an Action that accesses the trace and identifies itself with the given action String.
ErrorBarPolicyPanel - Class in info.monitorenter.gui.chart.controls.errorbarwizard
A panel for selection and custom configuration of an IErrorBarPolicy.
ErrorBarPolicyPanel(IErrorBarPolicy) - Constructor for class info.monitorenter.gui.chart.controls.errorbarwizard.ErrorBarPolicyPanel
Creates a panel that offers controls the given error bar policy.
ErrorBarPolicyRelative - Class in info.monitorenter.gui.chart.errorbars
Configurable IErrorBarPolicy that adds a relative error (relative to the absolute values) to the points to render.
ErrorBarPolicyRelative(double) - Constructor for class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyRelative
Creates an instance with the given relative errors.
ErrorBarPolicyRelative(double, double) - Constructor for class info.monitorenter.gui.chart.errorbars.ErrorBarPolicyRelative
Creates an instance with the given relative errors.
ErrorBarWizard - Class in info.monitorenter.gui.chart.controls.errorbarwizard
A wizard to manage error bars for a trace.
ErrorBarWizard(ITrace2D) - Constructor for class info.monitorenter.gui.chart.controls.errorbarwizard.ErrorBarWizard
Creates a wizard for controlling the error bars of the given trace.

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.