Documentation of 'info.monitorenter.gui.chart.events.Chart2DActionSaveEpsSingletonApacheFop' Java class
Chart2DActionSaveEpsSingletonApacheFop
info.monitorenter.gui.chart.events

Class Chart2DActionSaveEpsSingletonApacheFop



  • public final class Chart2DActionSaveEpsSingletonApacheFop
    extends java.lang.Object
    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.

    Only one instance per target component may exist.

    See Also:
    Chart2DActionSetCustomGridColor
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static boolean EPS_SUPPORTED
      Flag set whenever the proper jar file (apache-xmlgraphics-commons) is in the classpath.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static javax.swing.Action getInstance(Chart2D chart, java.lang.String actionName)
      Returns the single instance for the given component, potentially creating it.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EPS_SUPPORTED

        public static final boolean EPS_SUPPORTED
        Flag set whenever the proper jar file (apache-xmlgraphics-commons) is in the classpath.
    • Method Detail

      • getInstance

        public static javax.swing.Action getInstance(Chart2D chart,
                                                     java.lang.String actionName)
        Returns the single instance for the given component, potentially creating it.

        If an instance for the given component had been created the description String is ignored.

        Parameters:
        chart - the target the action will work on
        actionName - the descriptive String that will be displayed by AbstractButton subclasses that get this Action assigned ( AbstractButton.setAction(javax.swing.Action)).
        Returns:
        the single instance for the given component.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.