Package | Description |
---|---|
org.jbpm.process.svg.model |
Modifier and Type | Method and Description |
---|---|
static RenderType |
RenderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderType[] |
RenderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<RenderType> |
NodeSummary.getRenderType() |
Constructor and Description |
---|
NodeSummary(String nodeId,
Element border,
Element background,
Element borderSubProcess,
Element subProcessLink,
RenderType renderType) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.