|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.monitorenter.gui.chart.controls.LayoutFactory
public final class LayoutFactory
Factory that provides creational methods for adding UI controls to
Chart2D
instances and ITrace2D
instances.
Nested Class Summary | |
---|---|
static class |
LayoutFactory.BasicPropertyAdaptSupport
Implementation for a PropertyChangeListener that adapts a
wrapped JComponent to the following properties. |
static class |
LayoutFactory.PropertyChangeCheckBoxMenuItem
A JCheckBoxMenuItem that listens for changes of background
color, foreground color and font of the given JComponent and
adapts it's own settings. |
static class |
LayoutFactory.PropertyChangeMenuItem
A JMenuItem that listens for changes of background color,
foreground color and font of the given JComponent and adapts
it's own settings. |
static class |
LayoutFactory.SelectionPropertyAdaptSupport
Implementation for a PropertyChangeListener that adpapts a
wrapped JComponent to the following properties. |
Method Summary | |
---|---|
javax.swing.JMenu |
createAnnoationsMenu(ChartPanel chartPanel,
boolean adaptUI2Chart)
Creates a menu for adding annotations to the chart panel. |
javax.swing.JMenuItem |
createAxisMenuItem(IAxis<?> axis,
int axisDimension,
boolean adaptUI2Chart)
Creates a JMenuItem that allows to trigger the features related to
AAxis features. |
javax.swing.JMenu |
createAxisRangePolicyMenu(Chart2D chart,
IAxis<?> axis,
boolean adaptUI2Chart)
Creates a radio button menu for choose one the available IRangePolicy implementations to set to
it's axis identified by argument axis . |
javax.swing.JMenu |
createAxisTitleMenu(Chart2D chart,
IAxis<?> axis,
int axisDimension,
boolean adaptUI2Chart)
Creates a menu for settings related to the axis title of the axis of the given chart that will be identified by argument axisDimension . |
javax.swing.JMenu |
createAxisTypeMenu(Chart2D chart,
IAxis<?> axis,
int axisDimension,
boolean adaptUI2Chart)
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 . |
javax.swing.JMenu |
createBackgroundColorMenu(ChartPanel chartPanel,
boolean adaptUI2Chart)
Creates a menu for choosing the background color of the given chart. |
javax.swing.JMenuItem |
createChartGridMenu(ChartPanel chartPanel,
boolean adaptUI2Chart)
Creates a menu for controlling the grid (show x, show y, color). |
javax.swing.JMenuItem |
createChartHighlightMenu(ChartPanel chartPanel,
boolean adaptUI2Chart)
Creates a menu for controlling highliting on the chart: enable and choose highlighter per trace. |
javax.swing.JMenu |
createChartMenu(ChartPanel chartPanel,
boolean adaptUI2Chart)
Creates a menu that offers various controls over the given chart. |
javax.swing.JMenuBar |
createChartMenuBar(ChartPanel chartPanel,
boolean adaptUI2Chart)
Creates a menu bar that offers various controls over the given chart. |
void |
createChartPopupMenu(ChartPanel chartpanel,
boolean adaptUI2Chart)
Adds a popup menu to the given chart that offers various controls over it. |
javax.swing.JMenu |
createChartSetToolTipTypeMenu(ChartPanel chartPanel,
boolean adaptUI2Chart)
Creates a menu for choosing the tool tip type of the chart. |
javax.swing.JMenuItem |
createChartToolTipMenu(ChartPanel chartPanel,
boolean adaptUI2Chart)
Creates a menu for controlling tool tips of a chart (enable, type). |
javax.swing.JMenu |
createChartTraceHighlighterMenu(ChartPanel chartPanel,
boolean adaptUI2Chart)
Creates a menu for controlling highlighting on the chart: enable and choose highlighter per trace. |
javax.swing.JMenu |
createErrorBarWizardMenu(Chart2D chart,
ITrace2D trace,
boolean adaptUI2Chart)
Creates a menu for showing the wizard for the instances of the
given trace. |
javax.swing.JMenuItem |
createForegroundColorMenu(ChartPanel chartPanel,
boolean adaptUI2Chart)
Creates a menu for choosing the foreground color of the given chart. |
javax.swing.JMenu |
createGridColorMenu(ChartPanel chartPanel,
boolean adaptUI2Chart)
Creates a menu for choosing the grid color of the given chart. |
javax.swing.JMenu |
createSaveMenu(ChartPanel chartPanel,
boolean adaptUI2Chart)
Creates a menu for saving the chart with the options to save as an image or an encapsulated postscript file. |
javax.swing.JMenu |
createTraceColorMenu(Chart2D chart,
ITrace2D trace,
javax.swing.JComponent parent,
boolean adaptUI2Chart)
Creates a menu for choosing the color of the given trace. |
javax.swing.JLabel |
createTraceContextMenuLabel(Chart2D chart,
ITrace2D trace,
boolean adaptUI2Chart)
Creates a JLabel that is capable of triggering a
JPopupMenu for the settings available for the
ITrace2D or null if
on the given trace argument returns null. |
javax.swing.JMenu |
createTracePainterMenu(Chart2D chart,
ITrace2D trace,
boolean adaptUI2Chart)
Creates a menu for choosing the ITracePainter of the given trace. |
javax.swing.JMenu |
createTraceStrokesMenu(Chart2D chart,
ITrace2D trace,
boolean adaptUI2Chart)
Creates a menu for choosing the Stroke of the given trace. |
javax.swing.JMenu |
createTraceZindexMenu(Chart2D chart,
ITrace2D trace,
boolean adaptUI2Chart)
Creates a menu for choosing the z-index of the given trace. |
static LayoutFactory |
getInstance()
Singleton retrival method. |
boolean |
isShowAnnotationMenu()
Returns the showAnnotationMenu. |
boolean |
isShowAntialiasingMenu()
Returns whether the antialiasing menu item is shown. |
boolean |
isShowAxisFormatterMenu()
Returns whether the axis label formatter menu is shown. |
boolean |
isShowAxisXGridMenu()
Returns wether the chart show x grid menu should be created. |
boolean |
isShowAxisXMenu()
Returns whether the axis x menu is shown. |
boolean |
isShowAxisXRangePolicyMenu()
Returns whether the axis x range policy menu is shown. |
boolean |
isShowAxisXTitleMenu()
|
boolean |
isShowAxisXTypeMenu()
Returns whether the axis x type menu is shown. |
boolean |
isShowAxisYGridMenu()
Returns whether the axis y show grid menu is shown. |
boolean |
isShowAxisYMenu()
Returns whether the axis y menu is shown. |
boolean |
isShowAxisYRangePolicyMenu()
Returns whether the axis y range policy menu is shown. |
boolean |
isShowAxisYTitleMenu()
|
boolean |
isShowAxisYTypeMenu()
Returns whether the axis y type menu is shown. |
boolean |
isShowChartBackgroundMenu()
Returns whether the chart set background color menu is shown. |
boolean |
isShowChartForegroundMenu()
Returns whether the chart set foreground color menu is shown. |
boolean |
isShowChartHighlighterMenu()
Returns true if the chart menu for highlighting traces is shown. |
boolean |
isShowErrorBarWizardMenu()
|
boolean |
isShowGridColorMenu()
Returns whether the chart grid color menu is shown. |
boolean |
isShowGridMenu()
Returns whether the chart grid menu is shown. |
boolean |
isShowHighlightMenu()
Returns whether the highlight menu item is shown. |
boolean |
isShowPhysicalUnitsMenu()
|
boolean |
isShowPrintMenu()
Returns the showPrintMenu. |
boolean |
isShowRemoveTraceMenu()
|
boolean |
isShowSaveEpsMenu()
|
boolean |
isShowSaveMenu()
Returns whether the save image menu is shown. |
boolean |
isShowToolTipMenu()
Returns whether the tool tip for chart menu item is shown. |
boolean |
isShowToolTipTypeMenu()
Returns whether the tool tip type for chart menu item is shown. |
boolean |
isShowTraceColorMenu()
|
boolean |
isShowTraceHighlighterMenu()
Returns whether the trace highlighter menu is shown. |
boolean |
isShowTraceNameMenu()
|
boolean |
isShowTracePainterMenu()
|
boolean |
isShowTraceStrokeMenu()
|
boolean |
isShowTraceVisibleMenu()
|
boolean |
isShowTraceZindexMenu()
|
boolean |
isShowZoomOutMenu()
|
boolean |
isZoomOutMenu()
|
void |
setShowAnnotationMenu(boolean showAnnotationMenu)
Sets the showAnnotationMenu. |
void |
setShowAntialiasingMenu(boolean showAntialiasingMenu)
Set whether the antialiasing menu item is shown. |
void |
setShowAxisFormatterMenu(boolean showAxisFormatterMenu)
Sets whether the axis label formatter menu is shown. |
void |
setShowAxisXGridMenu(boolean showAxisXGridMenu)
Set wether the axis x show grid menu should be created. |
void |
setShowAxisXMenu(boolean showAxisXMenu)
Set wether the axis x menu should be created. |
void |
setShowAxisXRangePolicyMenu(boolean showAxisXRangePolicyMenu)
Set wether the axis x range policy menu should be created. |
void |
setShowAxisXTitleMenu(boolean showAxisXTitleMenu)
Set whether the axis x title menu should be shown. |
void |
setShowAxisXTypeMenu(boolean showAxisXTypeMenu)
Set wether the axis x type menu should be created. |
void |
setShowAxisYGridMenu(boolean showAxisYGridMenu)
Set wether the axis y show grid menu should be created. |
void |
setShowAxisYMenu(boolean showAxisYMenu)
Set wether the axis y menu should be created. |
void |
setShowAxisYRangePolicyMenu(boolean showAxisYRangePolicyMenu)
Set wether the axis y range policy menu should be created. |
void |
setShowAxisYTitleMenu(boolean showAxisYTitleMenu)
Set whether the axis y title menu should be shown. |
void |
setShowAxisYTypeMenu(boolean showAxisYTypeMenu)
Set wether the axis y type menu should be created. |
void |
setShowChartBackgroundMenu(boolean showChartBackgroundMenu)
Set wether the chart set background menu should be created. |
void |
setShowChartForegroundMenu(boolean showChartForegroundMenu)
Set wether the chart set foreground menu should be created. |
void |
setShowChartHighlighterMenu(boolean showChartHighlighterMenu)
Set whether the chart menu for highlighting traces should be visible. |
void |
setShowErrorBarWizardMenu(boolean showErrorBarWizardMenu)
Set whether the error bar wizard menu should be shown. |
void |
setShowGridColorMenu(boolean showGridColorMenu)
Set wether the chart grid color menu should be created. |
void |
setShowGridMenu(boolean showGridMenu)
Set whether the chart grid menu is shown. |
void |
setShowHighlightMenu(boolean showHighlightMenu)
Set whether the highlight menu item should be visible. |
void |
setShowPhysicalUnitsMenu(boolean showPhysicalUnitsMenu)
|
void |
setShowPrintMenu(boolean showPrintMenu)
Sets the showPrintMenu. |
void |
setShowRemoveTraceMenu(boolean showRemoveTraceMenu)
|
void |
setShowSaveEpsMenu(boolean showSaveEpsMenu)
|
void |
setShowSaveMenu(boolean showSaveMenu)
Set wether the save menu should be created. |
void |
setShowTooltipEnableMenu(boolean showToolTipTypeMenu)
Set whether the tool tip type for chart menu item is shown. |
void |
setShowToolTipMenu(boolean showToolTipMenu)
Sets whether the tool tip for chart menu item should be shown. |
void |
setShowTraceColorMenu(boolean showTraceColorMenu)
|
void |
setShowTraceHighlighterMenu(boolean showTraceHighlighterMenu)
Set whether the trace highlighter menu should be visible. |
void |
setShowTraceNameMenu(boolean showTraceNameMenu)
|
void |
setShowTracePainterMenu(boolean showTracePainterMenu)
|
void |
setShowTraceStrokeMenu(boolean showTraceStrokeMenu)
|
void |
setShowTraceVisibleMenu(boolean showTraceVisibleMenu)
|
void |
setShowTraceZindexMenu(boolean showTraceZindexMenu)
|
void |
setShowZoomOutMenu(boolean showZoomOutMenu)
Set whether the zoom out menu should be shown. |
void |
setZoomOutMenu(boolean showZoomOutMenu)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static LayoutFactory getInstance()
public javax.swing.JMenu createAnnoationsMenu(ChartPanel chartPanel, boolean adaptUI2Chart)
chartPanel
- needed to adapt the basic ui properties to (font, foreground
color, background color).adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
public javax.swing.JMenuItem createAxisMenuItem(IAxis<?> axis, int axisDimension, boolean adaptUI2Chart)
JMenuItem
that allows to trigger the features related to
AAxis
features.
axis
- the axis to control.axisDimension
- Identifies which dimension the axis controls in the chart: either
Chart2D.X
or Chart2D.Y
adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
JMenuItem
that allows to trigger the features related to
AAxis
features.public javax.swing.JMenu createAxisRangePolicyMenu(Chart2D chart, IAxis<?> axis, boolean adaptUI2Chart)
IRangePolicy
implementations to set to
it's axis identified by argument axis
.
axis
- the axis to control.adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.chart
- the component to adapt the UI of this menu if adaption is
requested.
IRangePolicy
implementations to
set to it's axis identified by argument axis
.public javax.swing.JMenu createAxisTitleMenu(Chart2D chart, IAxis<?> axis, int axisDimension, boolean adaptUI2Chart)
axisDimension
.
axis
- the axis to control.axisDimension
- Identifies which dimension the axis controls in the chart: either
Chart2D.X
or Chart2D.Y
adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.chart
- the component to adapt the UI of this menu if adaption is
requested.
axisDimension
.public javax.swing.JMenu createAxisTypeMenu(Chart2D chart, IAxis<?> axis, int axisDimension, boolean adaptUI2Chart)
axisDimension
.
axis
- the axis to control.axisDimension
- Identifies which dimension the axis controls in the chart: either
Chart2D.X
or Chart2D.Y
adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.chart
- the component to adapt the UI of this menu if adaption is
requested.
axisDimension
.public javax.swing.JMenu createBackgroundColorMenu(ChartPanel chartPanel, boolean adaptUI2Chart)
chartPanel
- the chart panel to set the background color of by the menu to
return.adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
public javax.swing.JMenuItem createChartGridMenu(ChartPanel chartPanel, boolean adaptUI2Chart)
chartPanel
- for adapting ui to and obtaining chart from.adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
public javax.swing.JMenuItem createChartHighlightMenu(ChartPanel chartPanel, boolean adaptUI2Chart)
chartPanel
- the chart panel to access.adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
public javax.swing.JMenu createChartMenu(ChartPanel chartPanel, boolean adaptUI2Chart)
chartPanel
- the chart panel to access.adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
public javax.swing.JMenuBar createChartMenuBar(ChartPanel chartPanel, boolean adaptUI2Chart)
chartPanel
- the chart panel to access.adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
public void createChartPopupMenu(ChartPanel chartpanel, boolean adaptUI2Chart)
chartpanel
- the chart panel to add the popup menue to.adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.public javax.swing.JMenu createChartSetToolTipTypeMenu(ChartPanel chartPanel, boolean adaptUI2Chart)
chartPanel
- for adapting ui to and obtaining chart from.adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
Chart2D.setToolTipType(info.monitorenter.gui.chart.IToolTipType)
public javax.swing.JMenuItem createChartToolTipMenu(ChartPanel chartPanel, boolean adaptUI2Chart)
chartPanel
- for adapting ui to and obtaining chart from.adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
public javax.swing.JMenu createChartTraceHighlighterMenu(ChartPanel chartPanel, boolean adaptUI2Chart)
chartPanel
- the chart panel to access.adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
public javax.swing.JMenu createErrorBarWizardMenu(Chart2D chart, ITrace2D trace, boolean adaptUI2Chart)
IErrorBarPolicy
instances of the
given trace.
chart
- needed to adapt the basic ui properties to (font, foreground
color, background color).trace
- the trace to show the error bar wizards of.adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
ErrorBarWizard
dialogs for the given trace.public javax.swing.JMenuItem createForegroundColorMenu(ChartPanel chartPanel, boolean adaptUI2Chart)
chartPanel
- the chart panel to set the foreground color of by the menu to
return.adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
public javax.swing.JMenu createGridColorMenu(ChartPanel chartPanel, boolean adaptUI2Chart)
chartPanel
- the chart panel to set the grid color of by the menu to return.adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
public javax.swing.JMenu createSaveMenu(ChartPanel chartPanel, boolean adaptUI2Chart)
chartPanel
- needed to adapt the basic ui properties to (font, foreground
color, background color).adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
public javax.swing.JMenu createTraceColorMenu(Chart2D chart, ITrace2D trace, javax.swing.JComponent parent, boolean adaptUI2Chart)
chart
- needed to adapt the basic ui properties to (font, foreground
color, background color).trace
- the trace to set the color of.parent
- needed for a modal dialog for custom color as parent component.adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
public javax.swing.JLabel createTraceContextMenuLabel(Chart2D chart, ITrace2D trace, boolean adaptUI2Chart)
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.
chart
- The chart the given trace is a member of. This will be used for
getting a PopupMenu
that adapts to layout properties
(such as background color).trace
- The trace on which the JPopupMenu
of the
JLabel
will act.adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
null
if ITrace2D.getLabel()
on the given trace argument returns null.public javax.swing.JMenu createTracePainterMenu(Chart2D chart, ITrace2D trace, boolean adaptUI2Chart)
ITracePainter
of the given trace.
chart
- needed to adapt the basic ui properties to (font, foreground
color, background color).trace
- the trace to set the painter of.adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
ITracePainter
of the given trace.public javax.swing.JMenu createTraceStrokesMenu(Chart2D chart, ITrace2D trace, boolean adaptUI2Chart)
Stroke
of the given trace.
chart
- needed to adapt the basic ui properties to (font, foreground
color, background color).trace
- the trace to set the stroke of.adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
public javax.swing.JMenu createTraceZindexMenu(Chart2D chart, ITrace2D trace, boolean adaptUI2Chart)
chart
- needed to adapt the basic ui properties to (font, foreground
color, background color).trace
- the trace to set the z-index of.adaptUI2Chart
- if true the menu will adapt it's basic UI properies (font,
foreground and background color) to the given chart.
public final boolean isShowAnnotationMenu()
public boolean isShowAntialiasingMenu()
public boolean isShowAxisFormatterMenu()
public final boolean isShowAxisXGridMenu()
public final boolean isShowAxisXMenu()
public final boolean isShowAxisXRangePolicyMenu()
public final boolean isShowAxisXTitleMenu()
public final boolean isShowAxisXTypeMenu()
public final boolean isShowAxisYGridMenu()
public final boolean isShowAxisYMenu()
public final boolean isShowAxisYRangePolicyMenu()
public final boolean isShowAxisYTitleMenu()
public final boolean isShowAxisYTypeMenu()
public final boolean isShowChartBackgroundMenu()
public final boolean isShowChartForegroundMenu()
public boolean isShowChartHighlighterMenu()
public final boolean isShowErrorBarWizardMenu()
public final boolean isShowGridColorMenu()
public boolean isShowGridMenu()
public boolean isShowHighlightMenu()
public final boolean isShowPhysicalUnitsMenu()
public final boolean isShowPrintMenu()
public final boolean isShowRemoveTraceMenu()
public final boolean isShowSaveEpsMenu()
public final boolean isShowSaveMenu()
public boolean isShowToolTipMenu()
public boolean isShowToolTipTypeMenu()
public final boolean isShowTraceColorMenu()
public boolean isShowTraceHighlighterMenu()
This is the highlighter menu triggered by right clicking the trace name.
public final boolean isShowTraceNameMenu()
public final boolean isShowTracePainterMenu()
public final boolean isShowTraceStrokeMenu()
public final boolean isShowTraceVisibleMenu()
public final boolean isShowTraceZindexMenu()
public final boolean isShowZoomOutMenu()
public final boolean isZoomOutMenu()
public final void setShowAnnotationMenu(boolean showAnnotationMenu)
showAnnotationMenu
- the showAnnotationMenu to setpublic void setShowAntialiasingMenu(boolean showAntialiasingMenu)
showAntialiasingMenu
- true if the antialiasing menu item should be visible.public void setShowAxisFormatterMenu(boolean showAxisFormatterMenu)
showAxisFormatterMenu
- controls whether the axis label formatter menu is shown.public final void setShowAxisXGridMenu(boolean showAxisXGridMenu)
Configure this before using any instance of
ChartPanel
or it will be useless.
showAxisXGridMenu
- The showAxisXGridMenu to set.public final void setShowAxisXMenu(boolean showAxisXMenu)
Configure this before using any instance of
ChartPanel
or it will be useless.
showAxisXMenu
- The showAxisXMenu to set.public final void setShowAxisXRangePolicyMenu(boolean showAxisXRangePolicyMenu)
Configure this before using any instance of
ChartPanel
or it will be useless.
showAxisXRangePolicyMenu
- The showAxisXRangePolicyMenu to set.public final void setShowAxisXTitleMenu(boolean showAxisXTitleMenu)
showAxisXTitleMenu
- true if the axis x title menu should be shown.public final void setShowAxisXTypeMenu(boolean showAxisXTypeMenu)
Configure this before using any instance of
ChartPanel
or it will be useless.
showAxisXTypeMenu
- The showAxisXTypeMenu to set.public final void setShowAxisYGridMenu(boolean showAxisYGridMenu)
Configure this before using any instance of
ChartPanel
or it will be useless.
showAxisYGridMenu
- The showAxisYGridMenu to set.public final void setShowAxisYMenu(boolean showAxisYMenu)
Configure this before using any instance of
ChartPanel
or it will be useless.
showAxisYMenu
- The showAxisYMenu to set.public final void setShowAxisYRangePolicyMenu(boolean showAxisYRangePolicyMenu)
Configure this before using any instance of
ChartPanel
or it will be useless.
showAxisYRangePolicyMenu
- The showAxisYRangePolicyMenu to set.public final void setShowAxisYTitleMenu(boolean showAxisYTitleMenu)
showAxisYTitleMenu
- true if the axis y title menu should be shown.public final void setShowAxisYTypeMenu(boolean showAxisYTypeMenu)
Configure this before using any instance of
ChartPanel
or it will be useless.
showAxisYTypeMenu
- The showAxisYTypeMenu to set.public final void setShowChartBackgroundMenu(boolean showChartBackgroundMenu)
Configure this before using any instance of
ChartPanel
or it will be useless.
showChartBackgroundMenu
- The showChartBackgroundMenu to set.public final void setShowChartForegroundMenu(boolean showChartForegroundMenu)
Configure this before using any instance of
ChartPanel
or it will be useless.
showChartForegroundMenu
- The showChartForegroundMenu to set.public void setShowChartHighlighterMenu(boolean showChartHighlighterMenu)
showChartHighlighterMenu
- controls whether the chart menu for highlighting traces should be
visible.public final void setShowErrorBarWizardMenu(boolean showErrorBarWizardMenu)
showErrorBarWizardMenu
- true if the error bar wizard menu should be shown.public final void setShowGridColorMenu(boolean showGridColorMenu)
Configure this before using any instance of
ChartPanel
or it will be useless.
showGridColorMenu
- The showGridColorMenu to set.public void setShowGridMenu(boolean showGridMenu)
showGridMenu
- true if the chart grid menu should be visible.public void setShowHighlightMenu(boolean showHighlightMenu)
showHighlightMenu
- true if the highlight menu item should be visible.public final void setShowPhysicalUnitsMenu(boolean showPhysicalUnitsMenu)
showPhysicalUnitsMenu
- The showPhysicalUnitsMenu to set.public final void setShowPrintMenu(boolean showPrintMenu)
showPrintMenu
- the showPrintMenu to setpublic final void setShowRemoveTraceMenu(boolean showRemoveTraceMenu)
showRemoveTraceMenu
- The showRemoveTraceMenu to set.public final void setShowSaveEpsMenu(boolean showSaveEpsMenu)
showSaveEpsMenu
- the showSaveEpsMenu to setpublic final void setShowSaveMenu(boolean showSaveMenu)
Configure this before using any instance of
ChartPanel
or it will be useless.
showSaveMenu
- The showSaveMenu to set.public void setShowTooltipEnableMenu(boolean showToolTipTypeMenu)
showToolTipTypeMenu
- true if the tool tip type for chart menu item should be visible.public void setShowToolTipMenu(boolean showToolTipMenu)
showToolTipMenu
- true if the tool tip for chart menu item should be visible.public final void setShowTraceColorMenu(boolean showTraceColorMenu)
showTraceColorMenu
- The showTraceColorMenu to set.public void setShowTraceHighlighterMenu(boolean showTraceHighlighterMenu)
This is the highlighter menu triggered by right clicking the trace name.
showTraceHighlighterMenu
- true if the trace highlighter menu should be visible.public final void setShowTraceNameMenu(boolean showTraceNameMenu)
showTraceNameMenu
- The showTraceNameMenu to set.public final void setShowTracePainterMenu(boolean showTracePainterMenu)
showTracePainterMenu
- The showTracePainterMenu to set.public final void setShowTraceStrokeMenu(boolean showTraceStrokeMenu)
showTraceStrokeMenu
- The showTraceStrokeMenu to set.public final void setShowTraceVisibleMenu(boolean showTraceVisibleMenu)
showTraceVisibleMenu
- The showTraceVisibleMenu to set.public final void setShowTraceZindexMenu(boolean showTraceZindexMenu)
showTraceZindexMenu
- The showTraceZindexMenu to set.public final void setShowZoomOutMenu(boolean showZoomOutMenu)
showZoomOutMenu
- true if the zoom out menu should be shown.public final void setZoomOutMenu(boolean showZoomOutMenu)
showZoomOutMenu
- The showZoomOutMenu to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |