Public Member Functions | |
Bitmap | cloneBitmap (GraphicsObjects graphics_objects) throws com.foxit.sdk.PDFException |
Clone the bitmap from current image graphics object. More... | |
int | getColorSpace () throws com.foxit.sdk.PDFException |
Get color space. More... | |
PDFObject | getMask () |
Get the PDF object that represents the mask of current image graphics object. More... | |
PDFStream | getStream () throws com.foxit.sdk.PDFException |
Get image stream. More... | |
boolean | isImageMask () |
Check if current image object is treated as mask. More... | |
void | setBitmap (Bitmap bitmap, Bitmap mask) throws com.foxit.sdk.PDFException |
Set a bitmap to current image graphics object. More... | |
void | setImage (Image image, int frame_index) throws com.foxit.sdk.PDFException |
Set one frame of an image to current image graphics object. More... | |
![]() | |
boolean | addClipPath (Path path, int fill_mode) throws com.foxit.sdk.PDFException |
Add a path for clipping. More... | |
boolean | addClipTextObject (TextObject textobject) throws com.foxit.sdk.PDFException |
Add text object for clipping. More... | |
boolean | clearClips () |
Clear all clips. More... | |
GraphicsObject | clone () |
Clone a new graphics object. More... | |
int | getBlendMode () throws com.foxit.sdk.PDFException |
Get the blend mode for transparent imaging model. More... | |
Path | getClipPath (int index) throws com.foxit.sdk.PDFException |
Get a path clip by index. More... | |
int | getClipPathCount () |
Get the count of path clip. More... | |
int | getClipPathFillMode (int index) throws com.foxit.sdk.PDFException |
Get the fill mode of a path clip by index. More... | |
RectF | getClipRect () |
Get clip rectangle. More... | |
TextObject | getClipTextObject (int index) throws com.foxit.sdk.PDFException |
Get the text object of a text clip by index. More... | |
int | getClipTextObjectCount () |
Get the count of text clip. More... | |
long | getFillColor () |
Get the fill color. More... | |
FormXObject | getFormXObject () |
Get the form XObject object if current graphics object represents a form XObject object. More... | |
GraphState | getGraphState () |
Get graph state. More... | |
ImageObject | getImageObject () |
Get the image object if current graphics object represents an image object. More... | |
LayerNodeArray | getLayers (LayerTree layer_tree) throws com.foxit.sdk.PDFException |
Get all the layers which are associated with current graphics object. More... | |
MarkedContent | getMarkedContent () |
Get marked content object. More... | |
Matrix2D | getMatrix () throws com.foxit.sdk.PDFException |
Get matrix. More... | |
PathObject | getPathObject () |
Get the path object if current graphics object represents a path object. More... | |
RectF | getRect () |
Get the rectangle of current graphics object. More... | |
ShadingObject | getShadingObject () |
Get the shading object if current graphics object represents a shading object. More... | |
long | getStrokeColor () |
Get the stroke color. More... | |
TextObject | getTextObject () |
Get the text object if current graphics object represents a text object. More... | |
int | getType () |
Get the type of current graphics object. More... | |
boolean | hasTransparency () |
Check whether current graphics object has transparency or not. More... | |
void | release () |
Release a cloned or newly created PDF graphics object which has not been inserted into any PDF page or other object. More... | |
boolean | removeClipPath (int index) throws com.foxit.sdk.PDFException |
Remove a path clip by index. More... | |
boolean | removeClipTextObject (int index) throws com.foxit.sdk.PDFException |
Remove a text clip by index for clipping. More... | |
void | setBlendMode (int blend_mode) throws com.foxit.sdk.PDFException |
Set the blend mode for transparent imaging model. More... | |
void | setClipRect (RectF clip_rect) |
Set clip rectangle. More... | |
void | setFillColor (long color) throws com.foxit.sdk.PDFException |
Set the fill color. More... | |
void | setGraphState (GraphState graph_state) throws com.foxit.sdk.PDFException |
Set graph state. More... | |
void | setMatrix (Matrix2D matrix) throws com.foxit.sdk.PDFException |
Set matrix. More... | |
void | setStrokeColor (long color) throws com.foxit.sdk.PDFException |
Set the stroke color. More... | |
boolean | transform (Matrix2D matrix, boolean need_transform_clippath) |
Transform current graphics object. More... | |
Static Public Member Functions | |
static ImageObject | create (PDFDoc document) throws com.foxit.sdk.PDFException |
Create a new image graphics object. More... | |
Static Public Attributes | |
static final int | e_ColorSpaceCalGray = 4 |
Color space: CalGray. | |
static final int | e_ColorSpaceCalRGB = 5 |
Color space: CalRGB. | |
static final int | e_ColorSpaceDeviceCMYK = 3 |
Color space: DeviceCMYK. | |
static final int | e_ColorSpaceDeviceGray = 1 |
Color space: DeviceGray. | |
static final int | e_ColorSpaceDeviceN = 9 |
Color space: DeviceN. | |
static final int | e_ColorSpaceDeviceRGB = 2 |
Color space: DeviceRGB. | |
static final int | e_ColorSpaceICCBasedDeviceCMYK = 14 |
Color space: ICCBased DeviceCMYK. | |
static final int | e_ColorSpaceICCBasedDeviceGray = 12 |
Color space: ICCBased DeviceGray. | |
static final int | e_ColorSpaceICCBasedDeviceRGB = 13 |
Color space: ICCBased DeviceRGB. | |
static final int | e_ColorSpaceInvalid = 0 |
Color space: Invalid. | |
static final int | e_ColorSpaceLab = 6 |
Color space: Lab. | |
static final int | e_ColorSpacePattern = 11 |
Color space: Pattern. | |
static final int | e_ColorSpaceSeparation = 8 |
Color space: Separation. | |
![]() | |
static final int | e_BlendColor = 23 |
Creates a color with the hue and saturation of the source color, and the luminosity of the backdrop color. More... | |
static final int | e_BlendColorBurn = 7 |
Darkens backdrop color to reflect the source color. More... | |
static final int | e_BlendColorDodge = 6 |
Brightens backdrop color to reflect source colors. More... | |
static final int | e_BlendDarken = 4 |
Select darker one of backdrop and source colors. More... | |
static final int | e_BlendDifference = 10 |
Subtracts the darker of the two constituent colors from lighter colors. More... | |
static final int | e_BlendExclusion = 11 |
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop color. More... | |
static final int | e_BlendHardlight = 8 |
Multiply or screens colors, depending on source color value. More... | |
static final int | e_BlendHue = 21 |
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop color. More... | |
static final int | e_BlendLighten = 5 |
Select lighter one of backdrop and source colors. More... | |
static final int | e_BlendLuminosity = 24 |
Creates a color with the luminosity of the source color, and the hue and saturation of the backdrop color. More... | |
static final int | e_BlendMultiply = 1 |
Multiply backdrop by source color values. More... | |
static final int | e_BlendNormal = 0 |
Selecting source color and ignoring backdrop color. More... | |
static final int | e_BlendOverlay = 3 |
Multiply or screens colors, depending on backdrop color value. More... | |
static final int | e_BlendSaturation = 22 |
Creates a color with the saturation of the source color, and the hue and luminosity of the backdrop color. More... | |
static final int | e_BlendScreen = 2 |
Multiply complements of backdrop by source color values, and then complement the result. More... | |
static final int | e_BlendSoftlight = 9 |
Darkens or lightens colors, depending on source color value. More... | |
static final int | e_TypeAll = 0 |
Represents all graphics object types, only used as filter. | |
static final int | e_TypeFormXObject = 5 |
Form XObject graphics object. | |
static final int | e_TypeImage = 3 |
Image graphics object. | |
static final int | e_TypePath = 2 |
Path graphics object. | |
static final int | e_TypeShading = 4 |
Shading graphics object. | |
static final int | e_TypeText = 1 |
Text graphics object. | |
Image graphics object is a kind of PDF graphics object, so class ImageObject is derived from class GraphicsObject. It offers functions to get/set image graphics object's data.
To create a new image graphics object, please use function ImageObject::create and then use setting functions to set information to the new image graphics object.
Bitmap com.foxit.sdk.pdf.graphics.ImageObject.cloneBitmap | ( | GraphicsObjects | graphics_objects | ) | throws com.foxit.sdk.PDFException |
Clone the bitmap from current image graphics object.
Currently, the bitmap can be cloned from image graphics object only when the bitmap format is one of following formats: common::e_DIB8bppMask, common::e_DIB8bpp, common::e_DIBRgb, common::e_DIBRgb32, common::e_DIBArgb.
If the return value of function common::Bitmap::isEmpty for the returned bitmap object is true, that means the DIB format of the bitmap is unsupported.
graphics_objects | A valid GraphicsObjects object. Please ensure that current image graphics object just belongs to this GraphicsObjects object (it may be a PDF page). |
|
static |
Create a new image graphics object.
The newly created image graphics object does not have any data yet. Then, setting functions can be called to set data to the new image graphics object.
document | A valid PDF document object. The new image graphics object should be inserted to one page of this PDF document then. |
int com.foxit.sdk.pdf.graphics.ImageObject.getColorSpace | ( | ) | throws com.foxit.sdk.PDFException |
Get color space.
PDFObject com.foxit.sdk.pdf.graphics.ImageObject.getMask | ( | ) |
Get the PDF object that represents the mask of current image graphics object.
The mask can be either a PDF dictionary or a PDF array:
A PDF dictionary represents an image mask to be applied to this image.
A PDF array represents a range of colors to be applied to it as a color key mask.
Please refer to Section 4.8.4 "Image Dictionaries" in <PDF Reference 1.7> for more details.
PDFStream com.foxit.sdk.pdf.graphics.ImageObject.getStream | ( | ) | throws com.foxit.sdk.PDFException |
Get image stream.
boolean com.foxit.sdk.pdf.graphics.ImageObject.isImageMask | ( | ) |
Check if current image object is treated as mask.
void com.foxit.sdk.pdf.graphics.ImageObject.setBitmap | ( | Bitmap | bitmap, |
Bitmap | mask | ||
) | throws com.foxit.sdk.PDFException |
Set a bitmap to current image graphics object.
bitmap | A valid Bitmap object to be set to current image. |
mask | Mask bitmap. If this is valid, its format should be common::e_DIB8bppMask. This is useful only when parameter bitmap does not have an alpha channel. |
void com.foxit.sdk.pdf.graphics.ImageObject.setImage | ( | Image | image, |
int | frame_index | ||
) | throws com.foxit.sdk.PDFException |
Set one frame of an image to current image graphics object.
Input image may contain multiple frames, and only one frame of the image can be set to current image graphics object.
image | A valid Image object. This image should contain at least one frame and the image type should not be common::e_Unknown. |
frame_index | Frame index used to decide which frame of parameter image is to be set. Valid range: from 0 to (count-1). count is returned by function common::Image::getFrameCount. |