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

C

calculateErrorBar(int, int, ErrorBarPixel, ITracePoint2D) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
 
calculateErrorBar(int, int, ErrorBarPixel, ITracePoint2D) - 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.
Chart2D.PointFinder - Enum in info.monitorenter.gui.chart
Types of tool tip.
Chart2D.ToolTipType - Enum in info.monitorenter.gui.chart
Types of tool tip.
Chart2DActionEnableAntialiasing - Class in info.monitorenter.gui.chart.events
Action that invokes Chart2D.setUseAntialiasing(boolean) upon selection by the triggering AbstractButton.
Chart2DActionEnableAntialiasing(Chart2D, String) - Constructor for class info.monitorenter.gui.chart.events.Chart2DActionEnableAntialiasing
Creates an Action that will invoke Chart2D.enablePointHighlighting(boolean) with the state of the triggering ItemSelectable
Chart2DActionEnableHighlighting - Class in info.monitorenter.gui.chart.events
Action that invokes Chart2D.enablePointHighlighting(boolean) upon selection by the triggering AbstractButton.
Chart2DActionEnableHighlighting(Chart2D, String) - Constructor for class info.monitorenter.gui.chart.events.Chart2DActionEnableHighlighting
Creates an Action that will invoke Chart2D.enablePointHighlighting(boolean) with the state of the triggering ItemSelectable
Chart2DActionPrintSingleton - Class in info.monitorenter.gui.chart.events
Singleton Action that prints the current chart by showing a modal print dialog.
Chart2DActionSaveEpsSingletonApacheFop - Class in info.monitorenter.gui.chart.events
Singleton Action that saves the current chart to an encapsulated postscript file at the the location specified by showing a modal file chooser save dialog.
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.
CHART_POSITION_BOTTOM - Static variable in class info.monitorenter.gui.chart.Chart2D
Constant describing the bottom side of the chart.
CHART_POSITION_LEFT - Static variable in class info.monitorenter.gui.chart.Chart2D
Constant describing the left side of the chart.
CHART_POSITION_RIGHT - Static variable in class info.monitorenter.gui.chart.Chart2D
Constant describing the right side of the chart.
CHART_POSITION_TOP - Static variable in class info.monitorenter.gui.chart.Chart2D
Constant describing the top side of the chart.
ChartActionSetToolTipType - Class in info.monitorenter.gui.chart.events
Action that invokes Chart2D.setToolTipType(IToolTipType) with a constructor given IToolTipType.
ChartActionSetToolTipType(Chart2D, String, IToolTipType) - Constructor for class info.monitorenter.gui.chart.events.ChartActionSetToolTipType
Create an Action that sets the constructor given IToolTipType to the chart.
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 menus.
ChartPanel(Chart2D, boolean) - Constructor for class info.monitorenter.gui.chart.views.ChartPanel
Creates an instance that decorates the given chart with controls in form of popup menus.
ChartPanelActionAddAnnotation - Class in info.monitorenter.gui.chart.events
Action that adds an annotation to a ChartPanel.
ChartPanelActionAddAnnotation(ChartPanel, String) - Constructor for class info.monitorenter.gui.chart.events.ChartPanelActionAddAnnotation
Create an Action that accesses the chart and identifies itself with the given action String.
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.IAxis.AxisTitle
 
clone() - Method in interface info.monitorenter.gui.chart.ITracePoint2D
Returns a cloned instance (deep copy).
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 the color space.
ColorIterator() - Constructor for class info.monitorenter.gui.util.ColorIterator
Creates an instance that starts with a red color and walks the hue line with a ColorIterator.HueStepper.
ColorIterator(Color, ColorIterator.ISteppingModel) - Constructor for class info.monitorenter.gui.util.ColorIterator
Creates an instance that starts with the given color and uses the given stepper for iteration.
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(int) - Constructor for class info.monitorenter.gui.util.ColorIterator.ADefaultStepping
Creates a stepper with the given step length.
ColorIterator.AlphaStepper - Class in info.monitorenter.gui.util
A stepping model that steps on the alpha channel of the HSB color space.
ColorIterator.AlphaStepper() - Constructor for class info.monitorenter.gui.util.ColorIterator.AlphaStepper
Creates an instance with 100 alpha steps.
ColorIterator.AlphaStepper(int) - Constructor for class info.monitorenter.gui.util.ColorIterator.AlphaStepper
Creates an instance with the given stepping to go on the alpha channel of the color space.
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
Creates an instance with an amount of steps of 100 for hue, saturation and luminance.
ColorIterator.APiggyBackStepper(int, int, int) - Constructor for class info.monitorenter.gui.util.ColorIterator.APiggyBackStepper
Creates an instance that uses the given amount of steps 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
Creates an instance that will perform 100 steps on the hue line then perform 100 steps on the saturation line and then 100 steps on the luminance line.
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
Creates an instance that will perform 100 steps on the hue line and then 100 steps on the saturation line.
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(int) - 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
Creates an instance with 100 luminance steps.
ColorIterator.LuminanceStepper(int) - 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
Creates an instance with 100 saturation steps.
ColorIterator.SaturationStepper(int) - 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.
ColorMutable - Class in info.monitorenter.gui.util
Mutable Color implementation.
ColorMutable() - Constructor for class info.monitorenter.gui.util.ColorMutable
 
ComparatorToString<T> - 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(T, T) - Method in class info.monitorenter.util.collections.ComparatorToString
Compares both Objects by their Object.toString() presentation.
compareTo(AErrorBarPolicyConfigurable) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
 
compareTo(T) - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
 
compareTo(ITracePoint2D) - Method in class info.monitorenter.gui.chart.TracePoint2D
 
compareTo(ITrace2D) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
 
compareTo(ATracePainter) - Method in class info.monitorenter.gui.chart.traces.painters.ATracePainter
 
compareTo(ITrace2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
 
compareTo(ITrace2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
 
compareTo(TimeStampedValue) - 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, int) - Method in class info.monitorenter.gui.chart.axis.AAxis
Template method to create the proper AAxis.AChart2DDataAccessor implementation.
createAccessor(Chart2D, int, int) - Method in class info.monitorenter.gui.chart.axis.AAxisTransformation
 
createAccessor(Chart2D, int, int) - Method in class info.monitorenter.gui.chart.axis.AxisInverse
 
createAccessor(Chart2D, int, int) - Method in class info.monitorenter.gui.chart.axis.AxisLinear
 
createAnnoationsMenu(ChartPanel, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for adding annotations to the chart panel.
createAnnotationView(ChartPanel, ITracePoint2D, AAnnotationContentComponent, boolean, boolean) - Method in class info.monitorenter.gui.chart.annotations.bubble.AnnotationCreatorBubble
 
createAnnotationView(ChartPanel, ITracePoint2D, AAnnotationContentComponent, boolean, boolean) - Method in interface info.monitorenter.gui.chart.annotations.IAnnotationCreator
Factory method to create a JComponent that annotates the given ITracePoint.
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(ChartPanel, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for choosing the background color of the given chart.
createChartGridMenu(ChartPanel, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for controlling the grid (show x, show y, color).
createChartHighlightMenu(ChartPanel, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for controlling highliting on the chart: enable and choose highlighter per trace.
createChartMenu(ChartPanel, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu that offers various controls over the given chart.
createChartMenuBar(ChartPanel, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu bar that offers various controls over the given chart.
createChartPopupMenu(ChartPanel, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Adds a popup menu to the given chart that offers various controls over it.
createChartSetToolTipTypeMenu(ChartPanel, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for choosing the tool tip type of the chart.
createChartToolTipMenu(ChartPanel, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for controlling tool tips of a chart (enable, type).
createChartTraceHighlighterMenu(ChartPanel, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for controlling highlighting on the chart: enable and choose highlighter per trace.
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(ChartPanel, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for choosing the foreground color of the given chart.
createGridColorMenu(ChartPanel, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for choosing the grid color of the given chart.
createLabeledValue(double, double, IAxis<?>) - Method in class info.monitorenter.gui.chart.axis.scalepolicy.AxisScalePolicyManualTicks
Just a helper to create a labeled value instance.
createSaveMenu(ChartPanel, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for saving the chart with the options to save as an image or an encapsulated postscript file.
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.
createTraceContextMenuLabel(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 or null if ITrace2D.getLabel() on the given trace argument returns null.
createTracePainterMenu(Chart2D, ITrace2D, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
Creates a menu for choosing the ITracePainter of the given trace.
createTracePoint(double, double) - Method in interface info.monitorenter.gui.chart.ITracePointProvider
Callback for creating trace points.
createTracePoint(double, double) - Method in class info.monitorenter.gui.chart.TracePointProviderDefault
 
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 W X Y Z
Copyright © 2001 - 2010 LGPL, All Rights Footloose.