Uses of Class
com.steema.teechart.ImageBevel

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

Uses of ImageBevel in com.steema.teechart
 

Fields in com.steema.teechart declared as ImageBevel
protected  ImageBevel Shape.bImageBevel
           
 

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

Methods in com.steema.teechart with parameters of type ImageBevel
 void ImageBevel.assign(ImageBevel b)
          Assigns all properties from a bevel to another.
 

Uses of ImageBevel in com.steema.teechart.editors
 

Methods in com.steema.teechart.editors with parameters of type ImageBevel
static void BevelImageEditor.ShowModal(ImageBevel b)
           
 

Constructors in com.steema.teechart.editors with parameters of type ImageBevel
BevelImageEditor(ImageBevel b)