com.steema.teechart
Class ImageMode

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.ImageMode
All Implemented Interfaces:
java.io.Serializable

public final class ImageMode
extends Enum

Title: ImageMode class

Description: Displays characteristics for an Image

Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL

See Also:
Serialized Form

Field Summary
static ImageMode CENTER
          Place unmodified image at Center of bounding area
static ImageMode NORMAL
          Display unmodfied
static ImageMode STRETCH
          Stretch to bounding area dimensions
static ImageMode TILE
          Repeat Tile small image over larger bounding area
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue, readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL

public static final ImageMode NORMAL
Display unmodfied


STRETCH

public static final ImageMode STRETCH
Stretch to bounding area dimensions


TILE

public static final ImageMode TILE
Repeat Tile small image over larger bounding area


CENTER

public static final ImageMode CENTER
Place unmodified image at Center of bounding area