public class HImageHints extends Object
HImageHints object allows an
application to pass hints to the system how best to tailor an image
to match a (possibly) restricted HGraphicsConfiguration.
| Parameter | Description | Default value | Set method | Get method |
|---|---|---|---|---|
| Description | Default value | Set method | Get method |
|---|---|---|---|
| The image type. | NATURAL_IMAGE |
--- | --- |
| Modifier and Type | Field and Description |
|---|---|
static int |
BUSINESS_GRAPHICS
The image is business graphics, with strong, well-defined, blocks
of solid color, etc.
|
static int |
CARTOON
The image is a cartoon, with strong, well-defined, blocks of
solid color, etc.
|
static int |
LINE_ART
The image is a two-tone lineart, with colors varying between
foreground and background, etc.
|
static int |
NATURAL_IMAGE
The image is a "natural" scene, with subtle gradations
of color, etc.
|
| Constructor and Description |
|---|
HImageHints()
Creates an HImageHints object.
|
public static final int NATURAL_IMAGE
public static final int CARTOON
public static final int BUSINESS_GRAPHICS
public static final int LINE_ART
Copyright © 2012 code4tv.com. All Rights Reserved.