Image
Inheritance: java.lang.Object
public class Image
Contains the gamma, brightness, contrast, blur, sharpen, denoise, and transparency values for a bitmap.
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getBlur() | Blurs or softens a bitmap image. |
| getBrightness() | Adjusts the brightness of a bitmap image. |
| getClass() | |
| getContrast() | Specifies the contrast of a bitmap image. |
| getDel() | A flag indicating whether the element has been deleted locally. |
| getDenoise() | Removes noise (pixels that have randomly distributed color levels) from a bitmap image. |
| getGamma() | Adjusts or corrects the intensity of an image for a particular output device, such as a monitor or scanner. |
| getSharpen() | Specifies the amount to sharpen a bitmap image. |
| getTransparency() | Specifies the transparency level for a layer color, from 0 (opaque) to 1 (completely transparent). |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setDel(int value) | For the description of this property, please see getDel() |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getBlur()
public DoubleValue getBlur()
Blurs or softens a bitmap image. The Blur element contains a value between 0 and 1; the default value is 0.
Returns: DoubleValue
getBrightness()
public DoubleValue getBrightness()
Adjusts the brightness of a bitmap image. The Brightness element contains a value between 0 and 1; the default value is 0.5.
Returns: DoubleValue
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getContrast()
public DoubleValue getContrast()
Specifies the contrast of a bitmap image. The Contrast element contains a value between 0 and 1.
Returns: DoubleValue
getDel()
public int getDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Returns: int
getDenoise()
public DoubleValue getDenoise()
Removes noise (pixels that have randomly distributed color levels) from a bitmap image.
Returns: DoubleValue
getGamma()
public DoubleValue getGamma()
Adjusts or corrects the intensity of an image for a particular output device, such as a monitor or scanner. The default value is 1 (no correction.
Returns: DoubleValue
getSharpen()
public DoubleValue getSharpen()
Specifies the amount to sharpen a bitmap image. Sharpening an image focuses it by increasing the contrast of adjacent pixels.
Returns: DoubleValue
getTransparency()
public DoubleValue getTransparency()
Specifies the transparency level for a layer color, from 0 (opaque) to 1 (completely transparent).
Returns: DoubleValue
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDel(int value)
public void setDel(int value)
For the description of this property, please see getDel()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |