public static enum Triplet.FontResolutionAndMetricTechnology.MetricTechnology extends java.lang.Enum<Triplet.FontResolutionAndMetricTechnology.MetricTechnology>
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static Triplet.FontResolutionAndMetricTechnology.MetricTechnology |
valueOf(byte codeByte) |
static Triplet.FontResolutionAndMetricTechnology.MetricTechnology |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Triplet.FontResolutionAndMetricTechnology.MetricTechnology[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Triplet.FontResolutionAndMetricTechnology.MetricTechnology Fixed
public static final Triplet.FontResolutionAndMetricTechnology.MetricTechnology Relative
public static Triplet.FontResolutionAndMetricTechnology.MetricTechnology[] values()
for (Triplet.FontResolutionAndMetricTechnology.MetricTechnology c : Triplet.FontResolutionAndMetricTechnology.MetricTechnology.values()) System.out.println(c);
public static Triplet.FontResolutionAndMetricTechnology.MetricTechnology 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 Triplet.FontResolutionAndMetricTechnology.MetricTechnology valueOf(byte codeByte) throws AFPParserException
AFPParserExceptionpublic int toByte()