|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPictureFillFormatEffectiveData
Immutable object which contains the properties of picture fill.
Method Summary | |
---|---|
float |
getCropBottom()
Returns or sets the number of percents of real image height that are cropped off the bottom of the picture. |
float |
getCropLeft()
Returns or sets the number of percents of real image width that are cropped off the left of the picture. |
float |
getCropRight()
Returns or sets the number of percents of real image width that are cropped off the right of the picture. |
float |
getCropTop()
Returns or sets the number of percents of real image height that are cropped off the top of the picture. |
int |
getDpi()
Returns or sets the dpi which is used to fill a picture. |
IPictureEffectiveData |
getPicture()
Returns the picture. |
int |
getPictureFillMode()
Returns or sets the picture fill mode. |
Method Detail |
---|
int getDpi()
Returns or sets the dpi which is used to fill a picture.
Read-only int
.
int getPictureFillMode()
Returns or sets the picture fill mode.
Read-only PictureFillMode
.
IPictureEffectiveData getPicture()
Returns the picture.
Read-only IPictureEffectiveData
float getCropLeft()
Returns or sets the number of percents of real image width that are cropped off
the left of the picture.
Read-only float
.
float getCropTop()
Returns or sets the number of percents of real image height that are cropped off
the top of the picture.
Read-only float
.
float getCropRight()
Returns or sets the number of percents of real image width that are cropped off
the right of the picture.
Read-only float
.
float getCropBottom()
Returns or sets the number of percents of real image height that are cropped off
the bottom of the picture.
Read-only float
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |