|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezjcom.JComObject
ClearImageJNI.ICiImage
public class ICiImage
ICiImage Interface.
This class corresponds to a COM interface. Objects of this class are not created directly, but are obtained by calling methods of other COM objects.
Field Summary |
---|
Fields inherited from class ezjcom.JComObject |
---|
__JComWarnMTA |
Method Summary | |
---|---|
static ICiImage |
_ezjcomCoerceObject(JComObject obj)
Use this method only for creating a COM interface of type ICiImage from another existing COM interface, when you know that it is possible. |
void |
Append(java.lang.String FileName,
EFileFormat Format)
Append image to file. |
void |
Clear()
Set all pixels to white. |
void |
Close()
Close image. |
void |
Copy(ICiImage ImageFrom)
Copy image to another image. |
void |
CopyToClipboard()
Copy image to clipboard. |
void |
Create(int Width,
int Height)
Create a Bitonal image. |
void |
CreateBpp(int Width,
int Height,
int BitsPerPixel)
Create an image (bpp = 1, 8, 24). |
ICiImage |
CreateZone(int left,
int top,
int right,
int bottom)
Create new Zone within image. |
ICiImage |
CreateZoneRect(ICiRect Rect)
Create new Zone within image. |
void |
Crop(int left,
int top,
int right,
int bottom)
Crop rectangle. |
ICiImage |
Duplicate()
Create a duplicate of this CiImage object. |
void |
Flip()
Rotate image upside down. |
void |
FlipHorz()
Flip image around horizontal axis. |
void |
FlipVert()
Flip image around vertical axis. |
int |
getBitsPerPixel()
Number of bits to store each pixel. |
int |
getCx2l(int i)
property cx2l. |
java.lang.String |
getFileName()
Image file name. |
EFileFormat |
getFormat()
Image file format. |
int |
getHeight()
Image height in pixels. |
int |
getHorzDpi()
Horizontal resolution in dots-per-inch. |
java.lang.String |
getInfo(java.lang.String Type)
|
EBoolean |
getIsModified()
Image was modified flag. |
EBoolean |
getIsValid()
Image is opened. |
EBoolean |
getIsZone()
Object represents a zone on another image. |
int |
getJpegQuality()
Quality of Jpeg Compression 0-100. |
int |
getLineBytes()
Image memory line width in bytes. |
int |
getPageCount()
Number of pages in image file. |
int |
getPageNumber()
Image page number in image file. |
ICiImage |
getParent()
Object containing image memory of this object. |
EComprBitonal |
getPComprBitonal()
TIFF/PDF Compression to save Bitonal image. |
EComprColor |
getPComprColor()
TIFF/PDF Compression to save Color/GS image. |
ICiPdf |
getPdf()
property Pdf. |
int |
getVertDpi()
Vertical resolution in dots-per-inch. |
int |
getWidth()
Image width in pixels. |
ICiRect |
getZone()
Current zone coordinates. |
void |
Invert()
Invert image pixels. |
void |
LoadFromMemory(byte[] arg)
Load image bits from image memory. |
void |
Open(java.lang.String FileName,
int PageNumber)
Create image from image file. |
void |
OpenFromBitmap(int hBitmap)
Create image from Windows Bitmap. |
void |
OpenFromClipboard()
Create image from Clipboard. |
void |
RotateLeft()
Rotate image to the left. |
void |
RotateRight()
Rotate image to the right. |
void |
Save()
Save image into its image file. |
void |
SaveAs(java.lang.String FileName,
EFileFormat Format)
Save image in new file. |
int |
SaveToBitmap()
Copy image to new Windows Bitmap. |
int |
SaveToDIB()
Copy image to new Windows DIB. |
byte[] |
SaveToMemory()
Copy image bits to image memory. |
void |
setCx2l(int i,
int arg)
property cx2l. |
void |
setHorzDpi(int arg)
Horizontal resolution in dots-per-inch. |
void |
setInfo(java.lang.String Type,
java.lang.String arg)
|
void |
setJpegQuality(int arg)
Quality of Jpeg Compression 0-100. |
void |
setPComprBitonal(EComprBitonal arg)
TIFF/PDF Compression to save Bitonal image. |
void |
setPComprColor(EComprColor arg)
TIFF/PDF Compression to save Color/GS image. |
void |
setVertDpi(int arg)
Vertical resolution in dots-per-inch. |
void |
ToBitonal()
method ToBitonal. |
void |
ToGrayscale()
method ToGrayscale. |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void Create(int Width, int Height) throws JComException
JComException
public void Close() throws JComException
JComException
public void Open(java.lang.String FileName, int PageNumber) throws JComException
JComException
public ICiRect getZone() throws JComException
JComException
public void SaveAs(java.lang.String FileName, EFileFormat Format) throws JComException
JComException
public void Invert() throws JComException
JComException
public void Clear() throws JComException
JComException
public void FlipVert() throws JComException
JComException
public void FlipHorz() throws JComException
JComException
public void RotateRight() throws JComException
JComException
public void RotateLeft() throws JComException
JComException
public void Flip() throws JComException
JComException
public void Append(java.lang.String FileName, EFileFormat Format) throws JComException
JComException
public int getWidth() throws JComException
JComException
public int getHeight() throws JComException
JComException
public void setHorzDpi(int arg) throws JComException
JComException
public int getHorzDpi() throws JComException
JComException
public int getVertDpi() throws JComException
JComException
public void setVertDpi(int arg) throws JComException
JComException
public void Copy(ICiImage ImageFrom) throws JComException
JComException
public EBoolean getIsModified() throws JComException
JComException
public java.lang.String getFileName() throws JComException
JComException
public int getPageNumber() throws JComException
JComException
public int getPageCount() throws JComException
JComException
public void Save() throws JComException
JComException
public void CopyToClipboard() throws JComException
JComException
public int SaveToBitmap() throws JComException
JComException
public int SaveToDIB() throws JComException
JComException
public byte[] SaveToMemory() throws JComException
JComException
public void OpenFromClipboard() throws JComException
JComException
public void OpenFromBitmap(int hBitmap) throws JComException
JComException
public void LoadFromMemory(byte[] arg) throws JComException
JComException
public EFileFormat getFormat() throws JComException
JComException
public ICiImage CreateZoneRect(ICiRect Rect) throws JComException
JComException
public ICiImage CreateZone(int left, int top, int right, int bottom) throws JComException
JComException
public EBoolean getIsZone() throws JComException
JComException
public ICiImage getParent() throws JComException
JComException
public ICiImage Duplicate() throws JComException
JComException
public void Crop(int left, int top, int right, int bottom) throws JComException
JComException
public int getLineBytes() throws JComException
JComException
public int getBitsPerPixel() throws JComException
JComException
public void CreateBpp(int Width, int Height, int BitsPerPixel) throws JComException
JComException
public int getJpegQuality() throws JComException
JComException
public void setJpegQuality(int arg) throws JComException
JComException
public EBoolean getIsValid() throws JComException
JComException
public int getCx2l(int i) throws JComException
JComException
public void setCx2l(int i, int arg) throws JComException
JComException
public ICiPdf getPdf() throws JComException
JComException
public void ToBitonal() throws JComException
JComException
public void ToGrayscale() throws JComException
JComException
public EComprColor getPComprColor() throws JComException
JComException
public void setPComprColor(EComprColor arg) throws JComException
JComException
public EComprBitonal getPComprBitonal() throws JComException
JComException
public void setPComprBitonal(EComprBitonal arg) throws JComException
JComException
public java.lang.String getInfo(java.lang.String Type) throws JComException
JComException
public void setInfo(java.lang.String Type, java.lang.String arg) throws JComException
JComException
public static ICiImage _ezjcomCoerceObject(JComObject obj) throws JComException
JComException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |