public enum NoteLinkStrategy extends Enum<NoteLinkStrategy>
Enum Constant and Description |
---|
HALF_NOT_PRINTED |
HALF_PRINTED_FULL |
NORMAL |
Modifier and Type | Method and Description |
---|---|
Dimension2D |
computeDimension(double width,
double height) |
static NoteLinkStrategy |
valueOf(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(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 Dimension2D computeDimension(double width, double height)
Copyright © 2016. All Rights Reserved.