org.freedesktop.cairo
Class PDFSurface

java.lang.Object
  extended by org.gnu.glib.Struct
      extended by org.freedesktop.cairo.Surface
          extended by org.freedesktop.cairo.PDFSurface

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may exist in java-gnome 4.0; look out for org.freedesktop.cairo.PDFSurface. As this package was never correctly implemented in java-gnome 2.x, any new code written will likely have a considerably different public API.

public class PDFSurface
extends Surface


Constructor Summary
PDFSurface(java.lang.String filename, double widthInches, double heightInches)
          Deprecated.  
 
Method Summary
 void setDPI(double xDPI, double yDPI)
          Deprecated.  
 
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
Deprecated. 
Throws:
java.io.IOException
Method Detail

setDPI

public void setDPI(double xDPI,
                   double yDPI)
Deprecated.