Uses of Class
com.steema.teechart.styles.ContourConstruction

Packages that use ContourConstruction
com.steema.teechart.styles   
 

Uses of ContourConstruction in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as ContourConstruction
static ContourConstruction ContourConstruction.FAST
          Level is not segmented (fast)
static ContourConstruction ContourConstruction.SEGMENTS
          Each level is segmented (slow)
 

Methods in com.steema.teechart.styles that return ContourConstruction
static ContourConstruction ContourConstruction.fromInt(int value)
           
 ContourConstruction Contour.getDrawingalgorithm()
           
 

Methods in com.steema.teechart.styles with parameters of type ContourConstruction
 void Contour.setDrawingalgorithm(ContourConstruction value)