|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PictureEffectiveData
public class PictureEffectiveData
Immutable object which represents a picture in a presentation.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
IPPImage |
getImage()
Returns or sets the embedded image. |
IImageTransformOCollectionEffectiveData |
getImageTransform()
Returns the collection of image transform effects. |
java.lang.String |
getLinkPathLong()
Returns of sets linked image's URL. |
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 IPPImage getImage()
Returns or sets the embedded image.
Read-only IPPImage
.
getImage
in interface IPictureEffectiveData
public java.lang.String getLinkPathLong()
Returns of sets linked image's URL.
Read-only String
.
getLinkPathLong
in interface IPictureEffectiveData
public IImageTransformOCollectionEffectiveData getImageTransform()
Returns the collection of image transform effects.
Read-only IImageTransformOCollectionEffectiveData
.
getImageTransform
in interface IPictureEffectiveData
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 |