com.steema.teechart.styles
Class Surface.CellsOrientation

java.lang.Object
  extended by com.steema.teechart.styles.Surface.CellsOrientation
Enclosing class:
Surface

public final class Surface.CellsOrientation
extends java.lang.Object


Field Summary
 int EndX
           
 int EndZ
           
 int IncX
           
 int IncZ
           
 int InitX
           
 int InitZ
           
 
Constructor Summary
Surface.CellsOrientation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

InitX

public int InitX

EndX

public int EndX

IncX

public int IncX

InitZ

public int InitZ

EndZ

public int EndZ

IncZ

public int IncZ
Constructor Detail

Surface.CellsOrientation

public Surface.CellsOrientation()