com.aspose.slides
Class ChartWallsEx

java.lang.Object
  extended by com.aspose.slides.ChartWallsEx

public class ChartWallsEx
extends java.lang.Object

Represents walls on 3d charts.


Method Summary
 FormatEx getFormat()
           Returns the wall fill, line, effect styles.
 int getPictureType()
           Return or sets the picture type.
 int getPictureUnit()
           Returns or sets the picture units.
 int getThickness()
           Returns or sets the walls thickness.
 void setPictureType(int value)
           
 void setPictureUnit(int value)
           
 void setThickness(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getThickness

public int getThickness()

Returns or sets the walls thickness.


setThickness

public void setThickness(int value)

getFormat

public FormatEx getFormat()

Returns the wall fill, line, effect styles.


getPictureType

public int getPictureType()

Return or sets the picture type.


setPictureType

public void setPictureType(int value)

getPictureUnit

public int getPictureUnit()

Returns or sets the picture units.


setPictureUnit

public void setPictureUnit(int value)