Property Getters/Setters Summary | ||
---|---|---|
function | getBottomCrop() | |
function | setBottomCrop(value) | |
Represents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image's height. | ||
function | getBrightness() | |
function | setBrightness(value) | |
Represents the brightness modification for the picture in unit of percentage. | ||
function | getContrast() | |
function | setContrast(value) | |
Represents the contrast modification for the picture.in unit of percentage. | ||
function | getGamma() | |
function | setGamma(value) | |
Represents gamma of the picture. | ||
function | isBiLevel() | |
function | setBiLevel(value) | |
Indicates whether this picture should be displayed in two-color black and white. | ||
function | isGray() | |
function | setGray(value) | |
Indicates whether this picture SHOULD be displayed in grayscale. | ||
function | getLeftCrop() | |
function | setLeftCrop(value) | |
Represents the location of the left of the crop rectangle expressed, expressed as a ratio of the image's width. | ||
function | getRightCrop() | |
function | setRightCrop(value) | |
Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image's width. | ||
function | getTopCrop() | |
function | setTopCrop(value) | |
Represents the location of the top of the crop rectangle expressed, expressed as a ratio of the image's height. | ||
function | getTransparency() | |
function | setTransparency(value) | |
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | ||
function | getTransparentColor() | |
function | setTransparentColor(value) | |
Gets and sets the transparent color of the picture. |
Method Summary | ||
---|---|---|
function | equals(obj) | |
function | hashCode() | |
Gets the hash code.
|
function getTopCrop() / function setTopCrop(value)
function getBottomCrop() / function setBottomCrop(value)
function getLeftCrop() / function setLeftCrop(value)
function getRightCrop() / function setRightCrop(value)
function getTransparency() / function setTransparency(value)
function getTransparentColor() / function setTransparentColor(value)
function getContrast() / function setContrast(value)
function getBrightness() / function setBrightness(value)
function getGamma() / function setGamma(value)
function isBiLevel() / function setBiLevel(value)
function isGray() / function setGray(value)