Uses of Class
com.steema.teechart.Dimension

Packages that use Dimension
com.steema.teechart   
com.steema.teechart.blackberry   
com.steema.teechart.drawing   
com.steema.teechart.misc   
 

Uses of Dimension in com.steema.teechart
 

Methods in com.steema.teechart that return Dimension
 Dimension Shadow.getSize()
          Size in pixels of shadow.
 

Methods in com.steema.teechart with parameters of type Dimension
 void Shadow.setSize(Dimension value)
          Size in pixels of shadow.
 

Constructors in com.steema.teechart with parameters of type Dimension
Rectangle(Point location, Dimension size)
           
 

Uses of Dimension in com.steema.teechart.blackberry
 

Methods in com.steema.teechart.blackberry with parameters of type Dimension
 void Graphics3DBlackBerry.measureString(Dimension size, ChartFont f, java.lang.String text)
           
 

Uses of Dimension in com.steema.teechart.drawing
 

Methods in com.steema.teechart.drawing with parameters of type Dimension
 void IGraphics3D.measureString(Dimension size, ChartFont font, java.lang.String text)
           
 void Graphics3DVectorial.measureString(Dimension dimension, ChartFont f, java.lang.String text)
           
abstract  void Graphics3D.measureString(Dimension size, ChartFont f, java.lang.String text)
           
 

Uses of Dimension in com.steema.teechart.misc
 

Methods in com.steema.teechart.misc with parameters of type Dimension
static void ImageUtils.measureImageString(Dimension dimension, IBaseChart chart, ChartFont f, java.lang.String text)