public final class Chart2DActionPrintSingleton extends AChart2DAction
Action
that prints the current chart by showing a modal print dialog.
Only one instance per target component may exist.
Chart2DActionSetCustomGridColor
,
Serialized Formm_chart
changeSupport, enabled
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
static Chart2DActionPrintSingleton |
getInstance(Chart2D chart)
Returns the single instance for the given component or null, if it is not existing.
|
static Chart2DActionPrintSingleton |
getInstance(Chart2D chart,
String actionName)
Returns the single instance for the given component, potentially creating it.
|
boolean |
isPrintWholePage()
Returns true if this action triggered a print request for the corresponding chart.
|
void |
propertyChange(PropertyChangeEvent evt) |
void |
resetPrintWholePage()
Resets the printing modus for the corresponding chart triggered by this action.
|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public static Chart2DActionPrintSingleton getInstance(Chart2D chart)
chart
- the target the action will work onpublic static Chart2DActionPrintSingleton getInstance(Chart2D chart, String actionName)
If an instance for the given component had been created the description String is ignored.
chart
- the target the action will work onactionName
- the descriptive String
that will be displayed by
AbstractButton
subclasses that get this Action
assigned ( AbstractButton.setAction(javax.swing.Action)
).public void actionPerformed(ActionEvent e)
public final boolean isPrintWholePage()
public void propertyChange(PropertyChangeEvent evt)
public final void resetPrintWholePage()
Has to be called by
when printing was
triggered from here.
Chart2D.paint(java.awt.Graphics)
Copyright © 2001 - 2010 LGPL, All Rights Footloose.