public enum LinkShapeType extends Enum<LinkShapeType> implements Configurable, org.marid.pref.PrefSupport, org.marid.l10n.L10nSupport
| Modifier and Type | Class and Description |
|---|---|
static class |
LinkShapeType.LiveLinkConfigurationEditor |
static class |
LinkShapeType.OrthoLinkConfigurationEditor |
org.marid.l10n.L10nSupport.LS| Modifier and Type | Method and Description |
|---|---|
JDialog |
createConfigurationDialog(Window window) |
LinkShape |
linkShapeFor(BlockComponent.Output output,
BlockComponent.Input input) |
Preferences |
preferences() |
String |
toString() |
static LinkShapeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkShapeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfgetPref, getPref, logPrefError, prefNodes, putPref, putPrefgetDefaultL10nLocale, getDefaultLFunc, m, spublic static final LinkShapeType LINE
public static final LinkShapeType ORTHO
public static final LinkShapeType LIVE
public static LinkShapeType[] values()
for (LinkShapeType c : LinkShapeType.values()) System.out.println(c);
public static LinkShapeType 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 String toString()
toString in class Enum<LinkShapeType>public LinkShape linkShapeFor(BlockComponent.Output output, BlockComponent.Input input)
public JDialog createConfigurationDialog(Window window)
createConfigurationDialog in interface Configurablepublic Preferences preferences()
preferences in interface org.marid.pref.PrefSupportCopyright © 2012–2015 MARID software development group. All rights reserved.