public class PictureFillFormatEffectiveData extends java.lang.Object implements IPictureFillFormatEffectiveData
Immutable object which contains the properties of picture fill.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compares with specified object.
|
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.
|
public final int getDpi()
Returns the dpi which is used to fill a picture.
Read-only int
.
getDpi
in interface IPictureFillFormatEffectiveData
public final int getPictureFillMode()
Returns the picture fill mode.
Read-only PictureFillMode
.
getPictureFillMode
in interface IPictureFillFormatEffectiveData
public final IPictureEffectiveData getPicture()
Returns the picture.
Read-only IPictureEffectiveData
.
getPicture
in interface IPictureFillFormatEffectiveData
public final 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 final 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 final 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 final 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)
Compares with specified object.
equals
in class java.lang.Object
obj
- Object to compare.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
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.