|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 GDInterface
w
- width of the deviceh
- height of the devicepublic void gdNewPage(int devNr)
gdNewPage
in class GDInterface
devNr
- device number assigned to this device by Rpublic void gdActivate()
gdActivate
in class GDInterface
public void gdDeactivate()
gdDeactivate
in class GDInterface
public void gdClose()
gdClose
in class GDInterface
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void executeDevOff()
GDInterface
executeDevOff
in class GDInterface
public void windowClosing(java.awt.event.WindowEvent e)
windowClosing
in interface java.awt.event.WindowListener
public void windowClosed(java.awt.event.WindowEvent e)
windowClosed
in interface java.awt.event.WindowListener
public void windowOpened(java.awt.event.WindowEvent e)
windowOpened
in interface java.awt.event.WindowListener
public void windowIconified(java.awt.event.WindowEvent e)
windowIconified
in interface java.awt.event.WindowListener
public void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified
in interface java.awt.event.WindowListener
public void windowActivated(java.awt.event.WindowEvent e)
windowActivated
in interface java.awt.event.WindowListener
public 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 |