java.lang.Object
io.sf.carte.echosvg.ext.awt.image.ARGBChannel
- All Implemented Interfaces:
Serializable
Enumerated type for an ARGB Channel selector.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ARGBChannel
static final String
static final ARGBChannel
static final String
static final int
Types.static final int
static final int
static final int
static final ARGBChannel
static final String
static final ARGBChannel
Channel valuesstatic final String
Strings used to get a more readable output when a value is displayed. -
Method Summary
-
Field Details
-
CHANNEL_A
public static final int CHANNEL_ATypes.- See Also:
-
CHANNEL_R
public static final int CHANNEL_R- See Also:
-
CHANNEL_G
public static final int CHANNEL_G- See Also:
-
CHANNEL_B
public static final int CHANNEL_B- See Also:
-
RED
Strings used to get a more readable output when a value is displayed.- See Also:
-
GREEN
- See Also:
-
BLUE
- See Also:
-
ALPHA
- See Also:
-
R
Channel values -
G
-
B
-
A
-
-
Method Details
-
toString
-
toInt
public int toInt()Convenience for enumeration switching- Returns:
- value
-
readResolve
This is called by the serialization code before it returns an unserialized object. To provide for unicity of instances, the instance that was read is replaced by its static equivalent
-