Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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.
- Caution - Search tag in class info.monitorenter.gui.chart.axis.AxisLog10
- Section
- Caution - Search tag in class info.monitorenter.gui.chart.axis.AxisLogE
- Section
- Caution - Search tag in class info.monitorenter.gui.chart.events.AxisActionSetFormatter
- Section
- Caution - Search tag in class info.monitorenter.gui.chart.events.AxisActionSetGrid
- Section
- Caution - Search tag in class info.monitorenter.gui.chart.events.Chart2DActionEnableAntialiasing
- Section
- Caution - Search tag in class info.monitorenter.gui.chart.events.Chart2DActionEnableHighlighting
- Section
- Caution - Search tag in class info.monitorenter.gui.chart.events.Chart2DActionSetPaintLabels
- Section
- Caution - Search tag in class info.monitorenter.gui.chart.io.ADataCollector
- Section
- Caution - Search tag in interface info.monitorenter.gui.chart.ITracePainter
- Section
- 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.
- Chart2D - Class in info.monitorenter.gui.chart
-
Chart2D
is a component for displaying the data contained in aITrace2D
. - Chart2D() - Constructor for class info.monitorenter.gui.chart.Chart2D
-
Creates a new chart.
- Chart2D.PointFinder - Enum Class in info.monitorenter.gui.chart
-
Types of tool tip.
- Chart2D.ToolTipType - Enum Class in info.monitorenter.gui.chart
-
Types of tool tip.
- Chart2DActionEnableAntialiasing - Class in info.monitorenter.gui.chart.events
-
Action
that invokes
upon selection by the triggeringChart2D.setUseAntialiasing(boolean)
.AbstractButton
- Chart2DActionEnableAntialiasing(Chart2D, String) - Constructor for class info.monitorenter.gui.chart.events.Chart2DActionEnableAntialiasing
-
Creates an
Action
that will invoke
with the state of the triggeringChart2D.enablePointHighlighting(boolean)
ItemSelectable
- Chart2DActionEnableHighlighting - Class in info.monitorenter.gui.chart.events
-
Action
that invokes
upon selection by the triggeringChart2D.enablePointHighlighting(boolean)
.AbstractButton
- Chart2DActionEnableHighlighting(Chart2D, String) - Constructor for class info.monitorenter.gui.chart.events.Chart2DActionEnableHighlighting
-
Creates an
Action
that will invoke
with the state of the triggeringChart2D.enablePointHighlighting(boolean)
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 aChart2D
with the constructor givenColor
. - 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
- 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 invokesChart2D.setPaintLabels(boolean)
on the chart upon selection. - ChartActionSetToolTipType - Class in info.monitorenter.gui.chart.events
- ChartActionSetToolTipType(Chart2D, String, IToolTipType) - Constructor for class info.monitorenter.gui.chart.events.ChartActionSetToolTipType
-
Create an
Action
that sets the constructor given
to the chart.IToolTipType
- 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
- 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.AlphaStepper - Class in info.monitorenter.gui.util
-
A stepping model that steps on the alpha channel of the HSB 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.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.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.HueStepper - Class in info.monitorenter.gui.util
-
A stepper that walks along the hue line of the color space.
- 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.SaturationStepper - Class in info.monitorenter.gui.util
-
A stepping model that steps on the saturation line of the HSB color space.
- ColorMutable - Class in info.monitorenter.gui.util
-
Mutable
implementation.Color
- 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 theirObject.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(ITrace2D) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
- compareTo(ITrace2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
- compareTo(ITrace2D) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
- compareTo(ITracePoint2D) - Method in class info.monitorenter.gui.chart.TracePoint2D
- compareTo(ATracePainter) - Method in class info.monitorenter.gui.chart.traces.painters.ATracePainter
- compareTo(TimeStampedValue) - Method in class info.monitorenter.util.TimeStampedValue
-
Compares the given
TimeStampedValue
to this by the internalTimeStampedValue.getTime()
. - compareTo(T) - Method in class info.monitorenter.gui.chart.pointpainters.APointPainter
- 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
- 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 givenITracePoint
. - createAxisMenuItem(IAxis<?>, int, boolean) - Method in class info.monitorenter.gui.chart.controls.LayoutFactory
- 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 argumentaxis
. - 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
instances of the given trace.IErrorBarPolicy
- 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 aJPopupMenu
for the settings available for theITrace2D
ornull
ifITrace2D.getLabel()
- 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(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.
- cutDirectoryInformation(URL) - Static method in class info.monitorenter.util.FileUtil
-
Cuts all path information of the String representation of the given URL.
- 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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form