public static enum TtfGraphicsState.ScanConverterMode extends Enum<TtfGraphicsState.ScanConverterMode>
| Enum Constant and Description |
|---|
DROPOUT_EXCLUDING_STUBS |
DROPOUT_WITH_STUBS |
NON_DROPOUT |
| Modifier and Type | Field and Description |
|---|---|
int |
id |
| Modifier and Type | Method and Description |
|---|---|
static TtfGraphicsState.ScanConverterMode |
fromValue(int code) |
short |
getId() |
static TtfGraphicsState.ScanConverterMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TtfGraphicsState.ScanConverterMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TtfGraphicsState.ScanConverterMode DROPOUT_WITH_STUBS
public static final TtfGraphicsState.ScanConverterMode DROPOUT_EXCLUDING_STUBS
public static final TtfGraphicsState.ScanConverterMode NON_DROPOUT
public static TtfGraphicsState.ScanConverterMode[] values()
for (TtfGraphicsState.ScanConverterMode c : TtfGraphicsState.ScanConverterMode.values()) System.out.println(c);
public static TtfGraphicsState.ScanConverterMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic short getId()
public static TtfGraphicsState.ScanConverterMode fromValue(int code)
Copyright © 2018. All rights reserved.