FileDocCategorySizeDatePackage
PdfRenderer.javaAPI DocAndroid 5.1 API1391Sat Mar 14 14:09:42 GMT 2015android.graphics.pdf

PdfRenderer.java

package android.graphics.pdf;
public final class PdfRenderer
  implements java.lang.AutoCloseable
{
public final class Page
  implements java.lang.AutoCloseable
{
Page() { throw new RuntimeException("Stub!"); }
public  int getIndex() { throw new RuntimeException("Stub!"); }
public  int getWidth() { throw new RuntimeException("Stub!"); }
public  int getHeight() { throw new RuntimeException("Stub!"); }
public  void render(android.graphics.Bitmap destination, android.graphics.Rect destClip, android.graphics.Matrix transform, int renderMode) { throw new RuntimeException("Stub!"); }
public  void close() { throw new RuntimeException("Stub!"); }
protected  void finalize() throws java.lang.Throwable { throw new RuntimeException("Stub!"); }
public static final int RENDER_MODE_FOR_DISPLAY = 1;
public static final int RENDER_MODE_FOR_PRINT = 2;
}
public  PdfRenderer(android.os.ParcelFileDescriptor input) throws java.io.IOException { throw new RuntimeException("Stub!"); }
public  void close() { throw new RuntimeException("Stub!"); }
public  int getPageCount() { throw new RuntimeException("Stub!"); }
public  boolean shouldScaleForPrinting() { throw new RuntimeException("Stub!"); }
public  android.graphics.pdf.PdfRenderer.Page openPage(int index) { throw new RuntimeException("Stub!"); }
protected  void finalize() throws java.lang.Throwable { throw new RuntimeException("Stub!"); }
}