|
|||||||||
| 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 TJFrame instead of Frame
| Field Summary |
|---|
| Fields inherited from class org.rosuda.javaGD.GDInterface |
|---|
active, c, holding, ls, open |
| Constructor Summary | |
|---|---|
JavaGD()
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
actionPerformed: handle action event: menus. |
void |
executeDevOff()
close the device in R associted with this instance |
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(java.awt.event.WindowEvent e)
|
void |
windowClosed(java.awt.event.WindowEvent e)
|
void |
windowClosing(java.awt.event.WindowEvent e)
|
void |
windowDeactivated(java.awt.event.WindowEvent e)
|
void |
windowDeiconified(java.awt.event.WindowEvent e)
|
void |
windowIconified(java.awt.event.WindowEvent e)
|
void |
windowOpened(java.awt.event.WindowEvent e)
|
| Methods inherited from class org.rosuda.javaGD.GDInterface |
|---|
gdCircle, gdClip, gdcSetColor, gdcSetFill, gdcSetFont, gdcSetLine, gdFlush, gdHold, gdLine, gdLocator, gdMetricInfo, gdMode, gdNewPage, gdPath, gdPolygon, gdPolyline, gdRaster, 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 GDInterfacew - width of the deviceh - height of the devicepublic void gdNewPage(int devNr)
gdNewPage in class GDInterfacedevNr - device number assigned to this device by Rpublic void gdActivate()
gdActivate in class GDInterfacepublic void gdDeactivate()
gdDeactivate in class GDInterfacepublic void gdClose()
gdClose in class GDInterfacepublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void executeDevOff()
GDInterface
executeDevOff in class GDInterfacepublic void windowClosing(java.awt.event.WindowEvent e)
windowClosing in interface java.awt.event.WindowListenerpublic void windowClosed(java.awt.event.WindowEvent e)
windowClosed in interface java.awt.event.WindowListenerpublic void windowOpened(java.awt.event.WindowEvent e)
windowOpened in interface java.awt.event.WindowListenerpublic void windowIconified(java.awt.event.WindowEvent e)
windowIconified in interface java.awt.event.WindowListenerpublic void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified in interface java.awt.event.WindowListenerpublic void windowActivated(java.awt.event.WindowEvent e)
windowActivated in interface java.awt.event.WindowListenerpublic void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated in interface java.awt.event.WindowListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||