Uses of Class
com.steema.teechart.Bevel

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

Uses of Bevel in com.steema.teechart
 

Fields in com.steema.teechart declared as Bevel
protected  Bevel Shape.bBevel
           
 

Methods in com.steema.teechart that return Bevel
 Bevel Shape.getBevel()
          Sets the bevel characteristics of the Shape.
 

Methods in com.steema.teechart with parameters of type Bevel
 void Bevel.assign(Bevel b)
          Assigns all properties from one bevel to another.
 void Shape.setBevel(Bevel value)
          Internal use - serialization
 

Uses of Bevel in com.steema.teechart.editors
 

Methods in com.steema.teechart.editors with parameters of type Bevel
 void BevelEditor.refreshControls(Bevel bevel)
           
 

Constructors in com.steema.teechart.editors with parameters of type Bevel
BevelEditor(Bevel bevel)