org.freedesktop.cairo

Class PDFSurface


public class PDFSurface
extends Surface

Constructor Summary

PDFSurface(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

Constructor Details

PDFSurface

public PDFSurface(String filename,
                  double widthInches,
                  double heightInches)
            throws IOException

Method Details

setDPI

public void setDPI(double xDPI,
                   double yDPI)