Uses of Class
com.steema.teechart.ImageMode

Packages that use ImageMode
com.steema.teechart   
com.steema.teechart.drawing   
com.steema.teechart.tools   
 

Uses of ImageMode in com.steema.teechart
 

Fields in com.steema.teechart declared as ImageMode
static ImageMode ImageMode.CENTER
          Place unmodified image at Center of bounding area
static ImageMode ImageMode.NORMAL
          Display unmodfied
static ImageMode ImageMode.STRETCH
          Stretch to bounding area dimensions
static ImageMode ImageMode.TILE
          Repeat Tile small image over larger bounding area
 

Methods in com.steema.teechart that return ImageMode
 ImageMode Shape.getImageMode()
          ImageMode for rendered Shape background Image.
 

Methods in com.steema.teechart with parameters of type ImageMode
 void Shape.setImageMode(ImageMode value)
          Sets the ImageMode for rendered Shape background Image.
 

Uses of ImageMode in com.steema.teechart.drawing
 

Methods in com.steema.teechart.drawing that return ImageMode
 ImageMode ChartBrush.getImageMode()
          Drawing Brush Image Style.
 

Methods in com.steema.teechart.drawing with parameters of type ImageMode
 void IGraphics3D.draw(Rectangle rect, Image image, ImageMode mode, boolean draw3D)
           
 void Graphics3D.draw(Rectangle r, Image image, ImageMode mode, boolean transparent)
          Paints the image in rectangle r.
 void ChartBrush.setImageMode(ImageMode value)
          Drawing Brush Image Style.
 

Uses of ImageMode in com.steema.teechart.tools
 

Methods in com.steema.teechart.tools that return ImageMode
 ImageMode ChartImage.getImageMode()
          Controls how the image is displayed.
 

Methods in com.steema.teechart.tools with parameters of type ImageMode
 void ChartImage.setImageMode(ImageMode value)
          Controls how the image is displayed.