Uses of Interface
org.kie.dmn.model.api.dmndi.Color
-
Packages that use Color Package Description org.kie.dmn.model.api.dmndi org.kie.dmn.model.v1_2.dmndi org.kie.dmn.model.v1_3.dmndi -
-
Uses of Color in org.kie.dmn.model.api.dmndi
Methods in org.kie.dmn.model.api.dmndi that return Color Modifier and Type Method Description ColorDMNStyle. getFillColor()ColorDMNStyle. getFontColor()ColorDMNStyle. getStrokeColor()Methods in org.kie.dmn.model.api.dmndi with parameters of type Color Modifier and Type Method Description voidDMNStyle. setFillColor(Color value)voidDMNStyle. setFontColor(Color value)voidDMNStyle. setStrokeColor(Color value) -
Uses of Color in org.kie.dmn.model.v1_2.dmndi
Classes in org.kie.dmn.model.v1_2.dmndi that implement Color Modifier and Type Class Description classColorFields in org.kie.dmn.model.v1_2.dmndi declared as Color Modifier and Type Field Description protected ColorDMNStyle. fillColorprotected ColorDMNStyle. fontColorprotected ColorDMNStyle. strokeColorMethods in org.kie.dmn.model.v1_2.dmndi that return Color Modifier and Type Method Description ColorDMNStyle. getFillColor()Gets the value of the fillColor property.ColorDMNStyle. getFontColor()Gets the value of the fontColor property.ColorDMNStyle. getStrokeColor()Gets the value of the strokeColor property.Methods in org.kie.dmn.model.v1_2.dmndi with parameters of type Color Modifier and Type Method Description voidDMNStyle. setFillColor(Color value)Sets the value of the fillColor property.voidDMNStyle. setFontColor(Color value)Sets the value of the fontColor property.voidDMNStyle. setStrokeColor(Color value)Sets the value of the strokeColor property. -
Uses of Color in org.kie.dmn.model.v1_3.dmndi
Classes in org.kie.dmn.model.v1_3.dmndi that implement Color Modifier and Type Class Description classColorFields in org.kie.dmn.model.v1_3.dmndi declared as Color Modifier and Type Field Description protected ColorDMNStyle. fillColorprotected ColorDMNStyle. fontColorprotected ColorDMNStyle. strokeColorMethods in org.kie.dmn.model.v1_3.dmndi that return Color Modifier and Type Method Description ColorDMNStyle. getFillColor()Gets the value of the fillColor property.ColorDMNStyle. getFontColor()Gets the value of the fontColor property.ColorDMNStyle. getStrokeColor()Gets the value of the strokeColor property.Methods in org.kie.dmn.model.v1_3.dmndi with parameters of type Color Modifier and Type Method Description voidDMNStyle. setFillColor(Color value)Sets the value of the fillColor property.voidDMNStyle. setFontColor(Color value)Sets the value of the fontColor property.voidDMNStyle. setStrokeColor(Color value)Sets the value of the strokeColor property.
-