public interface VisualizationRequest extends PropertyStorage
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_CONNECTOR_AUTO_LAYOUT
Defines whether connectors can change their layout position (switch edges).
|
static String |
KEY_CONNECTOR_PREFER_TOP_DOWN
Defines whether connector prefers top-down layout.
|
static String |
KEY_DISABLE_EDITING
Defines whether to disable editing, i.e., changes to nodes and connections.
|
static String |
KEY_MAX_CONNECTOR_SIZE
Defines the maximum connector size.
|
static String |
KEY_NODE_NOT_REMOVABLE
Defines whether nodes can be removed.
|
static String |
KEY_STYLE |
| Modifier and Type | Method and Description |
|---|---|
String |
getStyle() |
void |
setStyle(String style) |
addListener, contains, get, getKeys, remove, removeListener, setstatic final String KEY_STYLE
static final String KEY_MAX_CONNECTOR_SIZE
static final String KEY_CONNECTOR_AUTO_LAYOUT
static final String KEY_DISABLE_EDITING
static final String KEY_NODE_NOT_REMOVABLE
static final String KEY_CONNECTOR_PREFER_TOP_DOWN