Package | Description |
---|---|
org.kie.dmn.model.api.dmndi | |
org.kie.dmn.model.v1_2.dmndi |
Modifier and Type | Method and Description |
---|---|
static AlignmentKind |
AlignmentKind.fromValue(String v) |
AlignmentKind |
DMNStyle.getLabelHorizontalAlignement() |
AlignmentKind |
DMNStyle.getLabelVerticalAlignment() |
static AlignmentKind |
AlignmentKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlignmentKind[] |
AlignmentKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DMNStyle.setLabelHorizontalAlignement(AlignmentKind value) |
void |
DMNStyle.setLabelVerticalAlignment(AlignmentKind value) |
Modifier and Type | Field and Description |
---|---|
protected AlignmentKind |
DMNStyle.labelHorizontalAlignement |
protected AlignmentKind |
DMNStyle.labelVerticalAlignment |
Modifier and Type | Method and Description |
---|---|
AlignmentKind |
DMNStyle.getLabelHorizontalAlignement()
Gets the value of the labelHorizontalAlignement property.
|
AlignmentKind |
DMNStyle.getLabelVerticalAlignment()
Gets the value of the labelVerticalAlignment property.
|
Modifier and Type | Method and Description |
---|---|
void |
DMNStyle.setLabelHorizontalAlignement(AlignmentKind value)
Sets the value of the labelHorizontalAlignement property.
|
void |
DMNStyle.setLabelVerticalAlignment(AlignmentKind value)
Sets the value of the labelVerticalAlignment property.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.