com.aspose.slides
Class Format

java.lang.Object
  extended by com.aspose.slides.Format
All Implemented Interfaces:
IFormat

public class Format
extends java.lang.Object
implements IFormat

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

getFill

public IFillFormat getFill()

Returns fill style properties of a chart. Read-only IFillFormat.

Specified by:
getFill in interface IFormat

getLine

public ILineFormat getLine()

Returns line style properties of a chart. Read-only ILineFormat.

Specified by:
getLine in interface IFormat

getEffect

public IEffectFormat getEffect()

Returns effects used for a chart. Read-only IEffectFormat.

Specified by:
getEffect in interface IFormat

getEffect3D

public IThreeDFormat getEffect3D()

Returns 3D format of a chart. Read-only IThreeDFormat.

Specified by:
getEffect3D in interface IFormat

equals

public boolean equals(java.lang.Object obj)

Determines whether two FillFormat instances are equal.

Overrides:
equals in class java.lang.Object

hashCode

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.


Overriden to make compiler happy.

Overrides:
hashCode in class java.lang.Object