org.rosuda.deducer
Class GDPreviewJPanel

java.lang.Object
  extended by org.rosuda.javaGD.GDInterface
      extended by org.rosuda.deducer.GDPreviewJPanel

public class GDPreviewJPanel
extends GDInterface


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

p

public javax.swing.JPanel p

mostRecent

public static javax.swing.JPanel mostRecent

mostRecentDevNumber

public static java.lang.Integer mostRecentDevNumber
Constructor Detail

GDPreviewJPanel

public GDPreviewJPanel()
Method Detail

gdOpen

public void gdOpen(double w,
                   double h)
Description copied from class: GDInterface
requests a new device of the specified size

Overrides:
gdOpen in class GDInterface
Parameters:
w - width of the device
h - height of the device

gdClose

public void gdClose()
Description copied from class: GDInterface
close the display

Overrides:
gdClose in class GDInterface

plot

public static void plot(java.lang.String call)