public enum AxisLabelOverlapPolicy extends Enum<AxisLabelOverlapPolicy>
| Enum Constant and Description |
|---|
DO_NOTHING
omen-est-omen allow overlap
|
FORCED_SHIFT_ALT
shift every second label by one label height/width (N.B.
|
NARROW_FONT
narrow font where possible
|
SHIFT_ALT
shift every second label by one label height/width (N.B.
|
SKIP_ALT
make every other label invisible (ie.
|
| Modifier and Type | Method and Description |
|---|---|
static AxisLabelOverlapPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxisLabelOverlapPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AxisLabelOverlapPolicy DO_NOTHING
public static final AxisLabelOverlapPolicy SKIP_ALT
public static final AxisLabelOverlapPolicy NARROW_FONT
public static final AxisLabelOverlapPolicy SHIFT_ALT
public static final AxisLabelOverlapPolicy FORCED_SHIFT_ALT
public static AxisLabelOverlapPolicy[] values()
for (AxisLabelOverlapPolicy c : AxisLabelOverlapPolicy.values()) System.out.println(c);
public static AxisLabelOverlapPolicy 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 © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.