public enum NoteLinkStrategy extends java.lang.Enum<NoteLinkStrategy>
| Enum Constant and Description |
|---|
HALF_NOT_PRINTED |
HALF_PRINTED_FULL |
NORMAL |
| Modifier and Type | Method and Description |
|---|---|
XDimension2D |
computeDimension(double width,
double height) |
static NoteLinkStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NoteLinkStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NoteLinkStrategy NORMAL
public static final NoteLinkStrategy HALF_PRINTED_FULL
public static final NoteLinkStrategy HALF_NOT_PRINTED
public static NoteLinkStrategy[] values()
for (NoteLinkStrategy c : NoteLinkStrategy.values()) System.out.println(c);
public static NoteLinkStrategy 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 XDimension2D computeDimension(double width, double height)