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| Modifier and Type | Method | Description |
|---|---|---|
void |
actionPerformed(java.awt.event.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,
java.lang.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(java.beans.PropertyChangeEvent evt) |
|
void |
resetPrintWholePage() |
Resets the printing modus for the corresponding chart triggered by this action.
|
public static Chart2DActionPrintSingleton getInstance(Chart2D chart)
chart - the target the action will work onpublic static Chart2DActionPrintSingleton getInstance(Chart2D chart, java.lang.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(java.awt.event.ActionEvent e)
ActionListener.actionPerformed(java.awt.event.ActionEvent)public final boolean isPrintWholePage()
public void propertyChange(java.beans.PropertyChangeEvent evt)
PropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)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.