Package totalcross.util.pdf
Class XObjectImage
- java.lang.Object
-
- totalcross.util.pdf.XObjectImage
-
public class XObjectImage extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBITSPERCOMPONENTstatic intBITSPERCOMPONENT_8static java.lang.StringCOLORSPACEstatic java.lang.StringDEVICE_RGBstatic booleanINTERPOLATION
-
Constructor Summary
Constructors Constructor Description XObjectImage(PDFDocument document, Image Image)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendToDocument()java.lang.StringasXObjectReference()intgetHeight()java.lang.StringgetId()java.lang.StringgetName()intgetWidth()
-
-
-
Field Detail
-
BITSPERCOMPONENT_8
public static final int BITSPERCOMPONENT_8
- See Also:
- Constant Field Values
-
DEVICE_RGB
public static final java.lang.String DEVICE_RGB
- See Also:
- Constant Field Values
-
INTERPOLATION
public static boolean INTERPOLATION
-
BITSPERCOMPONENT
public static int BITSPERCOMPONENT
-
COLORSPACE
public static java.lang.String COLORSPACE
-
-
Constructor Detail
-
XObjectImage
public XObjectImage(PDFDocument document, Image Image) throws IOException
- Throws:
IOException
-
-