public static enum JIPipeGraphEdge.Visibility extends Enum<JIPipeGraphEdge.Visibility>
Enum Constant and Description |
---|
AlwaysHidden
The edge is always hidden.
|
AlwaysHiddenWithLabel
Deprecated.
not supported and will behave as AlwaysHidden
|
AlwaysVisible
The edge is always visible
|
Smart
The edge will auto-hide if it is too far away
No label is always displayed next to input
|
SmartSilent
Deprecated.
not supported and will behave the same as Smart (no label shown)
|
Modifier and Type | Method and Description |
---|---|
static JIPipeGraphEdge.Visibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JIPipeGraphEdge.Visibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JIPipeGraphEdge.Visibility AlwaysVisible
public static final JIPipeGraphEdge.Visibility Smart
@Deprecated public static final JIPipeGraphEdge.Visibility SmartSilent
public static final JIPipeGraphEdge.Visibility AlwaysHidden
@Deprecated public static final JIPipeGraphEdge.Visibility AlwaysHiddenWithLabel
public static JIPipeGraphEdge.Visibility[] values()
for (JIPipeGraphEdge.Visibility c : JIPipeGraphEdge.Visibility.values()) System.out.println(c);
public static JIPipeGraphEdge.Visibility 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 © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.