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

C

calculateErrorBar(int, int, ErrorBarPixel, TracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
 
calculateErrorBar(int, int, ErrorBarPixel, TracePoint2D) - Method in interface info.monitorenter.gui.chart.IErrorBarPolicy
Calculates the errors of the given errorbar according to the point to render and the configuration of this instance.
Chart2D - Class in info.monitorenter.gui.chart
Chart2D is a component for displaying the data contained in a ITrace2D.
Chart2D() - Constructor for class info.monitorenter.gui.chart.Chart2D
Creates a new chart.
Chart2DActionSaveImageSingleton - Class in info.monitorenter.gui.chart.events
Singleton Action that saves the current chart to an image at the location specified by showing a modal file chooser save dialog.
Chart2DActionSetAxis - Class in info.monitorenter.gui.chart.events
Action for setting an axis implementation of the chart.
Chart2DActionSetAxis(Chart2D, AAxis, String, int) - Constructor for class info.monitorenter.gui.chart.events.Chart2DActionSetAxis
Create an Action that accesses the trace and identifies itself with the given action String.
Chart2DActionSetCustomGridColor - Class in info.monitorenter.gui.chart.events
Action that sets a custom grid color to the corresponding chart (Chart2D.setGridColor(Color)) by showing a modal color chooser.
Chart2DActionSetCustomGridColor(Chart2D, String) - Constructor for class info.monitorenter.gui.chart.events.Chart2DActionSetCustomGridColor
Create an Action that accesses the trace and identifies itself with the given action String.
Chart2DActionSetCustomGridColorSingleton - Class in info.monitorenter.gui.chart.events
Singleton Action that sets a custom grid color to the corresponding chart (Chart2D.setGridColor(Color)) by showing a modal color chooser.
Chart2DActionSetGridColor - Class in info.monitorenter.gui.chart.events
Performs the action of setting the color of gridlines ( Chart2D.setGridColor(Color)) of a Chart2D with the constructor given Color.
Chart2DActionSetGridColor(Chart2D, String, Color) - Constructor for class info.monitorenter.gui.chart.events.Chart2DActionSetGridColor
Create an Action that accesses the chart and identifies itself with the given action String.
Chart2DActionSetName - Class in info.monitorenter.gui.chart.events
Action that sets a custom name of the corresponding chart ( Component.setName(String)) by showing a modal String chooser.
Chart2DActionSetName(Chart2D, String) - Constructor for class info.monitorenter.gui.chart.events.Chart2DActionSetName
Create an Action that accesses the trace and identifies itself with the given action String.
Chart2DActionSetPaintLabels - Class in info.monitorenter.gui.chart.events
Action that invokes Chart2D.setPaintLabels(boolean) on a constructor given Chart2D.
Chart2DActionSetPaintLabels(Chart2D, String) - Constructor for class info.monitorenter.gui.chart.events.Chart2DActionSetPaintLabels
Create an Action that accesses the axis, identifies itself with the given action String and invokes Chart2D.setPaintLabels(boolean) on the chart upon selection.
ChartCoordinateView - Class in info.monitorenter.gui.chart.views
A view that displays the data value of the point the mouse pointer currently is over the Chart2D component within two JTextField instances.
ChartCoordinateView(Chart2D) - Constructor for class info.monitorenter.gui.chart.views.ChartCoordinateView
Creates an component that will contain two text fields that display the chart value (x,y) when moving the mouse over the chart component.
ChartPanel - Class in info.monitorenter.gui.chart.views
A decoration for Chart2D that adds various controls for a Chart2D and it's ITrace2D instances in form of popup menues.
ChartPanel(Chart2D) - Constructor for class info.monitorenter.gui.chart.views.ChartPanel
Creates an instance that decorates the given chart with controls in form of popup menues.
clear() - Method in class info.monitorenter.gui.chart.errorbars.ErrorBarPixel
Convenience method for clearing this error bar making it available for new configuration.
clear() - Method in interface info.monitorenter.util.collections.IRingBuffer
Clears the buffer without returning anything.
clear() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
Fast method to clear the buffer - only needs to set three primitive members.
clearTrace() - Method in class info.monitorenter.gui.chart.demos.Showcase
Clears the internal trace.
clone() - Method in class info.monitorenter.gui.chart.TracePoint2D
 
clone() - Method in class info.monitorenter.gui.util.ColorIterator.ADefaultStepping
Too lazy to implement for each subclass.
clone() - Method in class info.monitorenter.gui.util.ColorIterator.APiggyBackStepper
 
clone() - Method in interface info.monitorenter.gui.util.ColorIterator.ISteppingModel
Creates a clone of this stepper.
clone() - Method in class info.monitorenter.gui.util.HSBColor
Clone implementation.
clone() - Method in class info.monitorenter.util.collections.RingBufferArrayFast
 
collectData() - Method in class info.monitorenter.gui.chart.io.ADataCollector
Override this method.
collectData() - Method in class info.monitorenter.gui.chart.io.AStaticDataCollector
Collects all ITracePoint instances from it's underlying source and adds it to the internal trace.
collectData() - Method in class info.monitorenter.gui.chart.io.PropertyFileStaticDataCollector
 
collectData() - Method in class info.monitorenter.gui.chart.io.RandomDataCollectorOffset
 
collectData() - Method in class info.monitorenter.gui.chart.io.RandomDataCollectorTimeStamped
 
ColorIcon - Class in info.monitorenter.gui.util
An icon that displays a rectangular Color.
ColorIcon(Color) - Constructor for class info.monitorenter.gui.util.ColorIcon
Creates an icon with the given color.
ColorIterator - Class in info.monitorenter.gui.util
Iterator of ther color space.
ColorIterator() - Constructor for class info.monitorenter.gui.util.ColorIterator
Creates an instance that starts with a red and walks the hue line with a ColorIterator.HueStepper.
ColorIterator.ADefaultStepping - Class in info.monitorenter.gui.util
Just for protected internal float stepping.
ColorIterator.ADefaultStepping() - Constructor for class info.monitorenter.gui.util.ColorIterator.ADefaultStepping
Creates a stepper with 100 steps in the color space.
ColorIterator.ADefaultStepping(float) - Constructor for class info.monitorenter.gui.util.ColorIterator.ADefaultStepping
Creates a stepper with the given step length.
ColorIterator.APiggyBackStepper - Class in info.monitorenter.gui.util
Base class for stepping models that may step in each direction of the Hue Saturation Luminance color space.
ColorIterator.APiggyBackStepper() - Constructor for class info.monitorenter.gui.util.ColorIterator.APiggyBackStepper
Defcon.
ColorIterator.APiggyBackStepper(float, float, float) - Constructor for class info.monitorenter.gui.util.ColorIterator.APiggyBackStepper
Creates an instance that uses the given step lengths for hue, luminance and saturation.
ColorIterator.HSBStepper - Class in info.monitorenter.gui.util
Performs hue steps until it has walked the whole hue line, then performs a saturation step to start with hue steps again.
ColorIterator.HSBStepper() - Constructor for class info.monitorenter.gui.util.ColorIterator.HSBStepper
Defcon.
ColorIterator.HSStepper - Class in info.monitorenter.gui.util
Performs hue steps until it has walked the whole hue line, then performs a saturation step to start with hue steps again.
ColorIterator.HSStepper() - Constructor for class info.monitorenter.gui.util.ColorIterator.HSStepper
Defcon.
ColorIterator.HueStepper - Class in info.monitorenter.gui.util
A stepper that walks along the hue line of the color space.
ColorIterator.HueStepper() - Constructor for class info.monitorenter.gui.util.ColorIterator.HueStepper
Creates an instance with 100 steps left.
ColorIterator.HueStepper(float) - Constructor for class info.monitorenter.gui.util.ColorIterator.HueStepper
Creates a stepper with the given step length.
ColorIterator.ISteppingModel - Interface in info.monitorenter.gui.util
Defines the strategy of walking through the HSB color space.
ColorIterator.LuminanceStepper - Class in info.monitorenter.gui.util
A stepping model that steps on the luminance line of the HSB color space.
ColorIterator.LuminanceStepper() - Constructor for class info.monitorenter.gui.util.ColorIterator.LuminanceStepper
Defcon.
ColorIterator.LuminanceStepper(float) - Constructor for class info.monitorenter.gui.util.ColorIterator.LuminanceStepper
Creates an instance with the given stepping to go on the luminance line of the color space.
ColorIterator.SaturationStepper - Class in info.monitorenter.gui.util
A stepping model that steps on the saturation line of the HSB color space.
ColorIterator.SaturationStepper() - Constructor for class info.monitorenter.gui.util.ColorIterator.SaturationStepper
Defcon.
ColorIterator.SaturationStepper(float) - Constructor for class info.monitorenter.gui.util.ColorIterator.SaturationStepper
Creates an instance with the given stepping to go on the saturation line of the color space.
ComparatorToString - Class in info.monitorenter.util.collections
A Comparator that compares the given Objects by their Object.toString() value.
ComparatorToString() - Constructor for class info.monitorenter.util.collections.ComparatorToString
Defcon.
compare(Object, Object) - Method in class info.monitorenter.util.collections.ComparatorToString
Compares both Objects by their Object.toString() presentation.
compareTo(Object) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
 
compareTo(Object) - Method in class info.monitorenter.gui.chart.TracePoint2D
Compares to TracePoint2D instances by their x value in ascending order.
compareTo(Object) - Method in class info.monitorenter.gui.chart.traces.painters.ATracePainter
 
compareTo(Object) - Method in class info.monitorenter.util.TimeStampedValue
Compares the given TimeStampedValue to this by the internal TimeStampedValue.getTime().
containsTracePainter(ITracePainter) - Method in interface info.monitorenter.gui.chart.ITrace2D
Returns true if the given painter is contained in this compound painter.
containsTracePainter(ITracePainter) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
 
containsTracePainter(ITracePainter) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
 
containsTracePainter(ITracePainter) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
 
CoordinateViewChart - Class in info.monitorenter.gui.chart.demos
A demo that uses a ChartCoordinateView to display the position of the mouse over the chart.
CoordinateViewChart(Chart2D) - Constructor for class info.monitorenter.gui.chart.demos.CoordinateViewChart
Creates an instance that displays the given chart and a ChartCoordinateView to show the coordinates of the mouse cursor over the chart.
createAccessor(Chart2D, int) - Method in class info.monitorenter.gui.chart.axis.AAxis
Template method to create the proper AAxis.AChart2DDataAccessor implementation.
createAccessor(Chart2D, int) - Method in class info.monitorenter.gui.chart.axis.AAxisTransformation
 
createAccessor(Chart2D, int) - Method in class info.monitorenter.gui.chart.axis.AxisInverse
 
createAccessor(Chart2D, int) - Method in class info.monitorenter.gui.chart.axis.AxisLinear
 
createAxisMenuItem(IAxis, int, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a JMenuItem that allows to trigger the features related to AAxis features.
createAxisRangePolicyMenu(Chart2D, IAxis, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a radio button menu for choose one the available IRangePolicy implementations to set to it's axis identified by argument axis.
createAxisTitleMenu(Chart2D, IAxis, int, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for settings related to the axis title of the axis of the given chart that will be identified by argument axisDimension.
createAxisTypeMenu(Chart2D, IAxis, int, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a radio button menu for choose one the available axis types of the given chart that will be set to it's axis identified by argument axisDimension.
createBackgroundColorMenu(Chart2D, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for choosing the background color of the given chart.
createContextMenuLabel(Chart2D, ITrace2D, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a JLabel that is capable of triggering a JPopupMenu for the settings available for the ITrace2D.
createErrorBarWizardMenu(Chart2D, ITrace2D, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for showing the wizard for the IErrorBarPolicy instances of the given trace.
createForegroundColorMenu(Chart2D, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for choosing the foreground color of the given chart.
createGridColorMenu(Chart2D, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for choosing the grid color of the given chart.
createMenu(Chart2D, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu that offers various controls over the given chart.
createMenuBar(Chart2D, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu bar that offers various controls over the given chart.
createPopupMenu(Chart2D, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Adds a popup menu to the given chart that offers various controls over it.
createToolTip() - Method in class info.monitorenter.gui.chart.Chart2D
 
createTraceColorMenu(Chart2D, ITrace2D, JComponent, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for choosing the color of the given trace.
createTracePainterMenu(Chart2D, ITrace2D, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for choosing the ITracePainter of the given trace.
createTraceStrokesMenu(Chart2D, ITrace2D, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for choosing the Stroke of the given trace.
createTraceZindexMenu(Chart2D, ITrace2D, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for choosing the z-index of the given trace.
cutDirectoryInformation(URL) - Static method in class info.monitorenter.util.FileUtil
Cuts all path information of the String representation of the given URL.
cutDirectoryInformation(String) - Static method in class info.monitorenter.util.FileUtil
Cuts the path information of the String that is interpreted as a filename into the directory part and the file part.
cutExtension(String) - Static method in class info.monitorenter.util.FileUtil
Cuts a String into the part before the last dot and after the last dot.

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.