public static enum HwmfMisc.WmfSetStretchBltMode.StretchBltMode extends java.lang.Enum<HwmfMisc.WmfSetStretchBltMode.StretchBltMode>
Enum Constant and Description |
---|
BLACKONWHITE
Performs a Boolean AND operation by using the color values for the eliminated and existing pixels.
|
COLORONCOLOR
Deletes the pixels.
|
HALFTONE
Maps pixels from the source rectangle into blocks of pixels in the destination rectangle.
|
WHITEONBLACK
Performs a Boolean OR operation by using the color values for the eliminated and existing pixels.
|
Modifier and Type | Field and Description |
---|---|
int |
flag |
Modifier and Type | Method and Description |
---|---|
static HwmfMisc.WmfSetStretchBltMode.StretchBltMode |
valueOf(int flag) |
static HwmfMisc.WmfSetStretchBltMode.StretchBltMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HwmfMisc.WmfSetStretchBltMode.StretchBltMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HwmfMisc.WmfSetStretchBltMode.StretchBltMode BLACKONWHITE
public static final HwmfMisc.WmfSetStretchBltMode.StretchBltMode WHITEONBLACK
public static final HwmfMisc.WmfSetStretchBltMode.StretchBltMode COLORONCOLOR
public static final HwmfMisc.WmfSetStretchBltMode.StretchBltMode HALFTONE
public static HwmfMisc.WmfSetStretchBltMode.StretchBltMode[] values()
for (HwmfMisc.WmfSetStretchBltMode.StretchBltMode c : HwmfMisc.WmfSetStretchBltMode.StretchBltMode.values()) System.out.println(c);
public static HwmfMisc.WmfSetStretchBltMode.StretchBltMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static HwmfMisc.WmfSetStretchBltMode.StretchBltMode valueOf(int flag)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.