IImage
IImage class
Represents the raster or vector image.
IImage
Name | Description |
---|---|
IImage() |
Returns: IImage
getHeight
Name | Description |
---|---|
getHeight () | Gets the height of the image. |
Returns: int
getSize
Name | Description |
---|---|
getSize () | Gets an image size. |
Returns: Dimension
getWidth
Name | Description |
---|---|
getWidth () | Gets the width of the image. |
Returns: int
save
Name | Description |
---|---|
save (String) | Save the image to the file. |
Returns: void
save
Name | Description |
---|---|
save (String, int) | Save the image to the file. |
Returns: void
save
Name | Description |
---|---|
save (OutputStream, int) | Save the image to the stream. |
Returns: void