|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.rosuda.javaGD.GDInterface
org.rosuda.JGR.toolkit.JavaGD
public class JavaGD
Implementation of JavaGD which uses iFrame instead of Frame
| Field Summary |
|---|
| Fields inherited from class org.rosuda.javaGD.GDInterface |
|---|
active, c, ls, open |
| Constructor Summary | |
|---|---|
JavaGD()
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
actionPerformed: handle action event: menus. |
void |
gdActivate()
Activate device. |
void |
gdClose()
Close device. |
void |
gdDeactivate()
Deactivate device. |
void |
gdNewPage(int devNr)
Create new page. |
void |
gdOpen(double w,
double h)
Open JavaGD device. |
void |
windowActivated(WindowEvent e)
|
void |
windowClosed(WindowEvent e)
|
void |
windowClosing(WindowEvent e)
|
void |
windowDeactivated(WindowEvent e)
|
void |
windowDeiconified(WindowEvent e)
|
void |
windowIconified(WindowEvent e)
|
void |
windowOpened(WindowEvent e)
|
| Methods inherited from class org.rosuda.javaGD.GDInterface |
|---|
executeDevOff, gdCircle, gdClip, gdcSetColor, gdcSetFill, gdcSetFont, gdcSetLine, gdHold, gdLine, gdLocator, gdMetricInfo, gdMode, gdNewPage, gdPolygon, gdPolyline, gdRect, gdSize, gdStrWidth, gdText, getDeviceNumber |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaGD()
| Method Detail |
|---|
public void gdOpen(double w,
double h)
gdOpen in class GDInterfacepublic void gdNewPage(int devNr)
gdNewPage in class GDInterfacepublic void gdActivate()
gdActivate in class GDInterfacepublic void gdDeactivate()
gdDeactivate in class GDInterfacepublic void gdClose()
gdClose in class GDInterfacepublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void windowClosing(WindowEvent e)
windowClosing in interface WindowListenerpublic void windowClosed(WindowEvent e)
windowClosed in interface WindowListenerpublic void windowOpened(WindowEvent e)
windowOpened in interface WindowListenerpublic void windowIconified(WindowEvent e)
windowIconified in interface WindowListenerpublic void windowDeiconified(WindowEvent e)
windowDeiconified in interface WindowListenerpublic void windowActivated(WindowEvent e)
windowActivated in interface WindowListenerpublic void windowDeactivated(WindowEvent e)
windowDeactivated in interface WindowListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||