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