Class EDU.auburn.VGJ.gui.PSdialog
All Packages Class Hierarchy This Package Previous Next Index
Class EDU.auburn.VGJ.gui.PSdialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----EDU.auburn.VGJ.gui.PSdialog
- public class PSdialog
- extends Dialog
A dialog class that allows the user to specify parameters for
PostScript output.
Here is the source.
-
PSdialog(Frame, GraphCanvas)
-
-
action(Event, Object)
-
-
handleEvent(Event)
-
PSdialog
public PSdialog(Frame frame,
GraphCanvas graph_canvas)
action
public boolean action(Event event,
Object object)
- Overrides:
- action in class Component
handleEvent
public boolean handleEvent(Event event)
- Overrides:
- handleEvent in class Component
All Packages Class Hierarchy This Package Previous Next Index