public class XObjectImage extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BITSPERCOMPONENT |
static int |
BITSPERCOMPONENT_8 |
static String |
COLORSPACE |
static int |
COMPRESSION_LEVEL |
static String |
DEVICE_RGB |
static String |
ENCODING |
static boolean |
INTERPOLATION |
protected PDFDocument |
mDocument |
protected int |
mHeight |
protected String |
mId |
protected int |
mImageCount |
protected IndirectObject |
mIndirectObject |
protected String |
mName |
protected int |
mWidth |
| Modifier | Constructor and Description |
|---|---|
protected |
XObjectImage()
Do not call it.
|
|
XObjectImage(PDFDocument document,
android.graphics.Bitmap bitmap) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendToDocument() |
String |
asXObjectReference() |
int |
getHeight() |
String |
getId() |
String |
getName() |
int |
getWidth() |
public static final int BITSPERCOMPONENT_8
public static final String DEVICE_RGB
public static boolean INTERPOLATION
public static int BITSPERCOMPONENT
public static String COLORSPACE
public static int COMPRESSION_LEVEL
public static String ENCODING
protected int mImageCount
protected PDFDocument mDocument
protected IndirectObject mIndirectObject
protected int mWidth
protected int mHeight
protected String mName
protected String mId
public XObjectImage(PDFDocument document, android.graphics.Bitmap bitmap)
protected XObjectImage()
Copyright © 2016. All rights reserved.