com.aspose.slides
Class ChartWall

java.lang.Object
  extended by com.aspose.slides.ChartWall
All Implemented Interfaces:
IChartWall

public class ChartWall
extends java.lang.Object
implements IChartWall

Represents walls on 3d charts.


Method Summary
 IFormat getFormat()
           Returns the wall fill, line, effect, 3d styles.
 int getPictureType()
           Return or sets the picture type.
 int getThickness()
           Returns or sets the walls thickness as a percentage of the largest dimension of the plot volume.
 void setPictureType(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 as a percentage of the largest dimension of the plot volume.

Specified by:
getThickness in interface IChartWall

setThickness

public void setThickness(int value)
Specified by:
setThickness in interface IChartWall

getFormat

public IFormat getFormat()

Returns the wall fill, line, effect, 3d styles.

Specified by:
getFormat in interface IChartWall

getPictureType

public int getPictureType()

Return or sets the picture type.

Specified by:
getPictureType in interface IChartWall

setPictureType

public void setPictureType(int value)
Specified by:
setPictureType in interface IChartWall