public final class ImageMode extends Enum
Title: ImageMode class
Description: Displays characteristics for an Image
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
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
|
getValue, readResolve
public static final ImageMode NORMAL
public static final ImageMode STRETCH
public static final ImageMode TILE
public static final ImageMode CENTER