public static enum SignApi.Behaviour.Stamp.Font extends Enum<SignApi.Behaviour.Stamp.Font>
| Enum Constant and Description |
|---|
CaptionFont |
DefaultFont |
MenuFont |
SmallCaptionFont |
| Modifier and Type | Method and Description |
|---|---|
static SignApi.Behaviour.Stamp.Font |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignApi.Behaviour.Stamp.Font[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignApi.Behaviour.Stamp.Font DefaultFont
public static final SignApi.Behaviour.Stamp.Font CaptionFont
public static final SignApi.Behaviour.Stamp.Font SmallCaptionFont
public static final SignApi.Behaviour.Stamp.Font MenuFont
public static SignApi.Behaviour.Stamp.Font[] values()
for (SignApi.Behaviour.Stamp.Font c : SignApi.Behaviour.Stamp.Font.values()) System.out.println(c);
public static SignApi.Behaviour.Stamp.Font 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 nullCopyright © 2025. All rights reserved.