|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PictureFillFormatEffectiveData
public class PictureFillFormatEffectiveData
Immutable object which contains the properties of picture fill.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
float |
getCropBottom()
Returns the number of percents of real image height that are cropped off the bottom of the picture. |
float |
getCropLeft()
Returns the number of percents of real image width that are cropped off the left of the picture. |
float |
getCropRight()
Returns the number of percents of real image width that are cropped off the right of the picture. |
float |
getCropTop()
Returns the number of percents of real image height that are cropped off the top of the picture. |
int |
getDpi()
Returns the dpi which is used to fill a picture. |
IPictureEffectiveData |
getPicture()
Returns the picture. |
int |
getPictureFillMode()
Returns the picture fill mode. |
int |
hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getDpi()
Returns the dpi which is used to fill a picture.
Read-only int
.
getDpi
in interface IPictureFillFormatEffectiveData
public int getPictureFillMode()
Returns the picture fill mode.
Read-only PictureFillMode
.
getPictureFillMode
in interface IPictureFillFormatEffectiveData
public IPictureEffectiveData getPicture()
Returns the picture.
Read-only IPictureEffectiveData
.
getPicture
in interface IPictureFillFormatEffectiveData
public float getCropLeft()
Returns the number of percents of real image width that are cropped off
the left of the picture.
Read-only float
.
getCropLeft
in interface IPictureFillFormatEffectiveData
public float getCropTop()
Returns the number of percents of real image height that are cropped off
the top of the picture.
Read-only float
.
getCropTop
in interface IPictureFillFormatEffectiveData
public float getCropRight()
Returns the number of percents of real image width that are cropped off
the right of the picture.
Read-only float
.
getCropRight
in interface IPictureFillFormatEffectiveData
public float getCropBottom()
Returns the number of percents of real image height that are cropped off
the bottom of the picture.
Read-only float
.
getCropBottom
in interface IPictureFillFormatEffectiveData
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |