Uses of Class
com.steema.teechart.Walls

Packages that use Walls
com.steema.teechart TeeChart Charting Library for Java. 
 

Uses of Walls in com.steema.teechart
 

Methods in com.steema.teechart that return Walls
 Walls TChartApplet.getWalls()
          Accesses wall characteristics of the Chart.
 Walls TChart.getWalls()
          Accesses left, bottom and back wall characteristics of the Chart.
 Walls IBaseChart.getWalls()
           
 Walls Chart.getWalls()
          Accesses left, bottom and back wall characteristics of the Chart.
 

Methods in com.steema.teechart with parameters of type Walls
 void TChart.setWalls(Walls walls)
          Accesses left, bottom and back wall characteristics of the Chart.
 void Chart.setWalls(Walls value)
          Accesses left, bottom and back wall characteristics of the Chart.
 

Constructors in com.steema.teechart with parameters of type Walls
Walls.BackWall(IBaseChart c, Walls w)
           
Walls.BottomWall(IBaseChart c, Walls w)
           
Walls.LeftWall(IBaseChart c, Walls w)
           
Walls.RightWall(IBaseChart c, Walls w)