Uses of Interface
org.kie.dmn.model.api.dmndi.Style
-
Packages that use Style Package Description org.kie.dmn.model.api.dmndi org.kie.dmn.model.v1_2.dmndi org.kie.dmn.model.v1_3.dmndi -
-
Uses of Style in org.kie.dmn.model.api.dmndi
Subinterfaces of Style in org.kie.dmn.model.api.dmndi Modifier and Type Interface Description interfaceDMNStyleMethods in org.kie.dmn.model.api.dmndi that return Style Modifier and Type Method Description StyleDiagramElement. getSharedStyle()StyleDiagramElement. getStyle()Methods in org.kie.dmn.model.api.dmndi with parameters of type Style Modifier and Type Method Description voidDiagramElement. setSharedStyle(Style value)voidDiagramElement. setStyle(Style value) -
Uses of Style in org.kie.dmn.model.v1_2.dmndi
Classes in org.kie.dmn.model.v1_2.dmndi that implement Style Modifier and Type Class Description classDMNStyleclassStylestatic classStyle.IDREFStubStyleFields in org.kie.dmn.model.v1_2.dmndi declared as Style Modifier and Type Field Description protected StyleDiagramElement. sharedStyleprotected StyleDiagramElement. styleMethods in org.kie.dmn.model.v1_2.dmndi that return Style Modifier and Type Method Description StyleDiagramElement. getSharedStyle()Gets the value of the sharedStyle property.StyleDiagramElement. getStyle()an optional locally-owned style for this diagram element.Methods in org.kie.dmn.model.v1_2.dmndi with parameters of type Style Modifier and Type Method Description voidDiagramElement. setSharedStyle(Style value)Sets the value of the sharedStyle property.voidDiagramElement. setStyle(Style value)Sets the value of the style property. -
Uses of Style in org.kie.dmn.model.v1_3.dmndi
Classes in org.kie.dmn.model.v1_3.dmndi that implement Style Modifier and Type Class Description classDMNStyleclassStylestatic classStyle.IDREFStubStyleFields in org.kie.dmn.model.v1_3.dmndi declared as Style Modifier and Type Field Description protected StyleDiagramElement. sharedStyleprotected StyleDiagramElement. styleMethods in org.kie.dmn.model.v1_3.dmndi that return Style Modifier and Type Method Description StyleDiagramElement. getSharedStyle()Gets the value of the sharedStyle property.StyleDiagramElement. getStyle()an optional locally-owned style for this diagram element.Methods in org.kie.dmn.model.v1_3.dmndi with parameters of type Style Modifier and Type Method Description voidDiagramElement. setSharedStyle(Style value)Sets the value of the sharedStyle property.voidDiagramElement. setStyle(Style value)Sets the value of the style property.
-