org.freedesktop.cairo
Class PDFSurface

java.lang.Object
  extended byorg.gnu.glib.Struct
      extended byorg.freedesktop.cairo.CairoObject
          extended byorg.freedesktop.cairo.Surface
              extended byorg.freedesktop.cairo.PDFSurface

public class PDFSurface
extends Surface


Constructor Summary
PDFSurface(java.lang.String filename, double widthInches, double heightInches)
           
 
Method Summary
 void setDPI(double xDPI, double yDPI)
           
 
Methods inherited from class org.freedesktop.cairo.Surface
createSimilar, finish, flush, getFontOptions, markDirty, markDirty, setDeviceOffset, writeToPNG, writeToPNG
 
Methods inherited from class org.gnu.glib.Struct
equals, getHandle, getNullHandle, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFSurface

public PDFSurface(java.lang.String filename,
                  double widthInches,
                  double heightInches)
           throws java.io.IOException
Method Detail

setDPI

public void setDPI(double xDPI,
                   double yDPI)