|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Format
public class Format
Represents chart format properties.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether two FillFormat instances are equal. |
IEffectFormat |
getEffect()
Returns effects used for a chart. |
IThreeDFormat |
getEffect3D()
Returns 3D format of a chart. |
IFillFormat |
getFill()
Returns fill style properties of a chart. |
ILineFormat |
getLine()
Returns line style properties of a chart. |
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 IFillFormat getFill()
Returns fill style properties of a chart.
Read-only IFillFormat
.
getFill
in interface IFormat
public ILineFormat getLine()
Returns line style properties of a chart.
Read-only ILineFormat
.
getLine
in interface IFormat
public IEffectFormat getEffect()
Returns effects used for a chart.
Read-only IEffectFormat
.
getEffect
in interface IFormat
public IThreeDFormat getEffect3D()
Returns 3D format of a chart.
Read-only IThreeDFormat
.
getEffect3D
in interface IFormat
public boolean equals(java.lang.Object obj)
Determines whether two FillFormat instances are equal.
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 |