Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dc.JSIAlignmentKind
-
Packages that use JSIAlignmentKind Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dc org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 -
-
Uses of JSIAlignmentKind in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dc
Methods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dc that return JSIAlignmentKind Modifier and Type Method Description static JSIAlignmentKindJSIAlignmentKind. valueOf(String name)Returns the enum constant of this type with the specified name.static JSIAlignmentKind[]JSIAlignmentKind. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JSIAlignmentKind in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12
Methods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 that return JSIAlignmentKind Modifier and Type Method Description JSIAlignmentKindJSIDMNStyle. getLabelHorizontalAlignement()Native getter for labelHorizontalAlignementJSIAlignmentKindJSIDMNStyle. getLabelVerticalAlignment()Native getter for labelVerticalAlignmentMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 with parameters of type JSIAlignmentKind Modifier and Type Method Description voidJSIDMNStyle. setLabelHorizontalAlignement(JSIAlignmentKind labelHorizontalAlignementParam)Setter for labelHorizontalAlignementvoidJSIDMNStyle. setLabelVerticalAlignment(JSIAlignmentKind labelVerticalAlignmentParam)Setter for labelVerticalAlignment
-