Package | Description |
---|---|
ptolemy.vergil.basic.layout |
Classes used to place entities and relations and to route connections in Vergil.
|
Modifier and Type | Field and Description |
---|---|
static AbstractLayoutConfiguration.InteractionMode |
AbstractLayoutConfiguration.DEF_INTERACTION_MODE
Default value for interaction mode.
|
Modifier and Type | Method and Description |
---|---|
static AbstractLayoutConfiguration.InteractionMode |
AbstractLayoutConfiguration.InteractionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractLayoutConfiguration.InteractionMode[] |
AbstractLayoutConfiguration.InteractionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|