public interface DirectionNode extends ProgramNode
Modifier and Type | Method and Description |
---|---|
DirectionNodeConfigBuilder |
createConfigBuilder()
Creates a new
DirectionNodeConfigBuilder instance for building a single Direction node configuration. |
DirectionNodeConfig |
getConfig() |
DirectionNode |
setConfig(DirectionNodeConfig config)
Set a configuration on this node.
|
DirectionNodeConfigBuilder createConfigBuilder()
DirectionNodeConfigBuilder
instance for building a single Direction node configuration. Each
configuration being built should ideally use a new DirectionNodeConfigBuilder
instance.DirectionNodeConfig getConfig()
DirectionNode setConfig(DirectionNodeConfig config)
config
- the configuration to be set.IllegalStateException
- If called from a Swing-based URCap outside of an UndoableChanges
scope
(see also UndoRedoManager
).Copyright © 2021. All rights reserved.