|
|||||||||
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.deducer.GDPreviewJPanel
public class GDPreviewJPanel
Field Summary | |
---|---|
static javax.swing.JPanel |
mostRecent
|
static java.lang.Integer |
mostRecentDevNumber
|
javax.swing.JPanel |
p
|
Fields inherited from class org.rosuda.javaGD.GDInterface |
---|
active, c, holding, ls, open |
Constructor Summary | |
---|---|
GDPreviewJPanel()
|
Method Summary | |
---|---|
void |
gdClose()
close the display |
void |
gdOpen(double w,
double h)
requests a new device of the specified size |
static void |
plot(java.lang.String call)
|
Methods inherited from class org.rosuda.javaGD.GDInterface |
---|
executeDevOff, gdActivate, gdCircle, gdClip, gdcSetColor, gdcSetFill, gdcSetFont, gdcSetLine, gdDeactivate, gdFlush, gdHold, gdLine, gdLocator, gdMetricInfo, gdMode, gdNewPage, 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 |
Field Detail |
---|
public javax.swing.JPanel p
public static javax.swing.JPanel mostRecent
public static java.lang.Integer mostRecentDevNumber
Constructor Detail |
---|
public GDPreviewJPanel()
Method Detail |
---|
public void gdOpen(double w, double h)
GDInterface
gdOpen
in class GDInterface
w
- width of the deviceh
- height of the devicepublic void gdClose()
GDInterface
gdClose
in class GDInterface
public static void plot(java.lang.String call)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |