Package info.monitorenter.gui.chart.events
package info.monitorenter.gui.chart.events
-
ClassesClassDescriptionThe base class that connects triggered actions with an
AAxis
instance.The base class that connects triggered actions with anChart2D
instance.The base class that connects triggered actions with anChartPanel
instance.Base class that for triggering actions on aIErrorBarPolicy
instance.Base class that for triggering actions on aIErrorBarPolicy
instance.The base class that connects triggered actions with anJComponent
instance.The base class that connects triggered actions with anITrace2D
instance.AbstractAction
to act with an IErrorBarPolicy on an
.ITrace2D
Action
that invokesAAxis.setFormatter(info.monitorenter.gui.chart.IAxisLabelFormatter)
on a constructor givenAAxis
.Action
that sets the range of anAAxis
of a chart (Chart2D
) that will be used by it's viewport (AAxis.setRangePolicy(info.monitorenter.gui.chart.IRangePolicy)
) by showing a modal range chooser.Action that sets a constructor givenIRangePolicy
to a constructor givenAAxis
.Action
that sets the title String of the
specified by the constructor.IAxis
Action
that sets the title String of the
of theIAxisTitlePainter
specified by the constructor.IAxis
The base class that connects triggered actions with anZoomableChart
instance.Action
that invokes
upon selection by the triggeringChart2D.setUseAntialiasing(boolean)
.AbstractButton
Action
that invokes
upon selection by the triggeringChart2D.enablePointHighlighting(boolean)
.AbstractButton
SingletonAction
that prints the current chart by showing a modal print dialog.SingletonAction
that saves the current chart to an encapsulated postscript file at the the location specified by showing a modal file chooser save dialog.SingletonAction
that saves the current chart to an image at the location specified by showing a modal file chooser save dialog.Action
for setting an axis implementation of the chart.Action
that sets a custom grid color to the corresponding chart (Chart2D.setGridColor(Color)
) by showing a modal color chooser.SingletonAction
that sets a custom grid color to the corresponding chart (Chart2D.setGridColor(Color)
) by showing a modal color chooser.Performs the action of setting the color of gridlines (Chart2D.setGridColor(Color)
) of aChart2D
with the constructor givenColor
.Action
that sets a custom name of the corresponding chart (Component.setName(String)
) by showing a modal String chooser.Action that adds an annotation to a
.ChartPanel
Action that pops up a modal dialog to edit the given
.IErrorBarPainter
Action
that sets a custom color to the corresponding segment of an error bar painter by showing a modal color chooser.Action
that sets an
to the corresponding segment of an error bar painter.IPointPainter
Action that adds a newErrorBarPainter
to the givenIErrorBarPolicy
.Action that removes the constructor given
from he constructor givenIErrorBarPainter
.IErrorBarPolicy
An action that shows a modal error bar wizard dialog.Highly proprietary error bar action that changes the behavior depending on the
from which it is triggered.JMenu
Performs the action of setting the background color (JComponent.setBackground(java.awt.Color)
} of aJComponent
.Action
that sets a custom background color of the correspondingJComponent
by showing a modal color chooser.SingletonAction
that sets a custom background color of the correspondingJComponent
by showing a modal color chooser.Action
that sets a custom foreground color of the correspondingJComponent
by showing a modal color chooser.SingletonAction
that sets a custom foreground color of the correspondingJComponent
by showing a modal color chooser.Performs the action of setting the foreground color (JComponent.setForeground(java.awt.Color)
} of aJComponent
.A general purposePopupListener
.Action
to set an IErrorBarPolicy on an
.ITrace2D
Action
that adds or removes constructor-givenIPointPainter
to the corresponding trace.Action
that adds or removes constructor-givenITracePainter
to the corresponding trace.Action
to remove an IErrorBarPolicy from an
.ITrace2D
Action
that sets a constructor-given color of the corresponding trace.Action
that sets a custom color of the corresponding trace by showing a modal color chooser.Action
that sets a custom name of the corresponding trace by showing a modal String chooser.Action
that sets custom physical units for x and y on the corresponding trace by showing a modal dialog.Action
that sets a constructor-given zIndex to the corresponding trace.Performs the action of setting a trace visible (ITrace2D.setVisible(boolean)
) with the constructor given boolean.Action
that sets a constructor-given zIndex to the corresponding trace.Action
that decreases thezIndex
of the constructor-givenITrace2D
by a constructor-given integer.Action
that increases thezIndex
of the constructor-givenITrace2D
by a constructor-given integer.Action
for zooming a
to the original size (zoom out).ZoomableChart