| Package | Description |
|---|---|
| org.kie.dmn.model.api.dmndi | |
| org.kie.dmn.model.v1_2.dmndi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DMNStyle |
| Modifier and Type | Method and Description |
|---|---|
Style |
DiagramElement.getSharedStyle() |
Style |
DiagramElement.getStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
DiagramElement.setSharedStyle(Style value) |
void |
DiagramElement.setStyle(Style value) |
| Modifier and Type | Class and Description |
|---|---|
class |
DMNStyle |
class |
Style |
static class |
Style.IDREFStubStyle |
| Modifier and Type | Field and Description |
|---|---|
protected Style |
DiagramElement.sharedStyle |
protected Style |
DiagramElement.style |
| Modifier and Type | Method and Description |
|---|---|
Style |
DiagramElement.getSharedStyle()
Gets the value of the sharedStyle property.
|
Style |
DiagramElement.getStyle()
an optional locally-owned style for this diagram element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiagramElement.setSharedStyle(Style value)
Sets the value of the sharedStyle property.
|
void |
DiagramElement.setStyle(Style value)
Sets the value of the style property.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.