Package org.kie.dmn.model.v1_2.dmndi
Class DMNStyle
- java.lang.Object
-
- org.kie.dmn.model.v1_2.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_2.dmndi.Style
-
- org.kie.dmn.model.v1_2.dmndi.DMNStyle
-
- All Implemented Interfaces:
DMNStyle,Style,DMNModelInstrumentedBase
public class DMNStyle extends Style implements DMNStyle
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_2.dmndi.Style
Style.Extension, Style.IDREFStubStyle
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.dmndi.Style
Style.Extension
-
-
Field Summary
Fields Modifier and Type Field Description protected ColorfillColorprotected BooleanfontBoldprotected ColorfontColorprotected StringfontFamilyprotected BooleanfontItalicprotected DoublefontSizeprotected BooleanfontStrikeThroughprotected BooleanfontUnderlineprotected AlignmentKindlabelHorizontalAlignementprotected AlignmentKindlabelVerticalAlignmentprotected ColorstrokeColor
-
Constructor Summary
Constructors Constructor Description DMNStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorgetFillColor()Gets the value of the fillColor property.ColorgetFontColor()Gets the value of the fontColor property.StringgetFontFamily()Gets the value of the fontFamily property.DoublegetFontSize()Gets the value of the fontSize property.AlignmentKindgetLabelHorizontalAlignement()Gets the value of the labelHorizontalAlignement property.AlignmentKindgetLabelVerticalAlignment()Gets the value of the labelVerticalAlignment property.ColorgetStrokeColor()Gets the value of the strokeColor property.BooleanisFontBold()Gets the value of the fontBold property.BooleanisFontItalic()Gets the value of the fontItalic property.BooleanisFontStrikeThrough()Gets the value of the fontStrikeThrough property.BooleanisFontUnderline()Gets the value of the fontUnderline property.voidsetFillColor(Color value)Sets the value of the fillColor property.voidsetFontBold(Boolean value)Sets the value of the fontBold property.voidsetFontColor(Color value)Sets the value of the fontColor property.voidsetFontFamily(String value)Sets the value of the fontFamily property.voidsetFontItalic(Boolean value)Sets the value of the fontItalic property.voidsetFontSize(Double value)Sets the value of the fontSize property.voidsetFontStrikeThrough(Boolean value)Sets the value of the fontStrikeThrough property.voidsetFontUnderline(Boolean value)Sets the value of the fontUnderline property.voidsetLabelHorizontalAlignement(AlignmentKind value)Sets the value of the labelHorizontalAlignement property.voidsetLabelVerticalAlignment(AlignmentKind value)Sets the value of the labelVerticalAlignment property.voidsetStrokeColor(Color value)Sets the value of the strokeColor property.-
Methods inherited from class org.kie.dmn.model.v1_2.dmndi.Style
getExtension, getId, setExtension, setId
-
Methods inherited from class org.kie.dmn.model.v1_2.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from interface org.kie.dmn.model.api.dmndi.Style
getExtension, getId, setExtension, setId
-
-
-
-
Field Detail
-
fillColor
protected Color fillColor
-
strokeColor
protected Color strokeColor
-
fontColor
protected Color fontColor
-
fontFamily
protected String fontFamily
-
fontSize
protected Double fontSize
-
fontItalic
protected Boolean fontItalic
-
fontBold
protected Boolean fontBold
-
fontUnderline
protected Boolean fontUnderline
-
fontStrikeThrough
protected Boolean fontStrikeThrough
-
labelHorizontalAlignement
protected AlignmentKind labelHorizontalAlignement
-
labelVerticalAlignment
protected AlignmentKind labelVerticalAlignment
-
-
Method Detail
-
getFillColor
public Color getFillColor()
Gets the value of the fillColor property.- Specified by:
getFillColorin interfaceDMNStyle- Returns:
- possible object is
Color
-
setFillColor
public void setFillColor(Color value)
Sets the value of the fillColor property.- Specified by:
setFillColorin interfaceDMNStyle- Parameters:
value- allowed object isColor
-
getStrokeColor
public Color getStrokeColor()
Gets the value of the strokeColor property.- Specified by:
getStrokeColorin interfaceDMNStyle- Returns:
- possible object is
Color
-
setStrokeColor
public void setStrokeColor(Color value)
Sets the value of the strokeColor property.- Specified by:
setStrokeColorin interfaceDMNStyle- Parameters:
value- allowed object isColor
-
getFontColor
public Color getFontColor()
Gets the value of the fontColor property.- Specified by:
getFontColorin interfaceDMNStyle- Returns:
- possible object is
Color
-
setFontColor
public void setFontColor(Color value)
Sets the value of the fontColor property.- Specified by:
setFontColorin interfaceDMNStyle- Parameters:
value- allowed object isColor
-
getFontFamily
public String getFontFamily()
Gets the value of the fontFamily property.- Specified by:
getFontFamilyin interfaceDMNStyle- Returns:
- possible object is
String
-
setFontFamily
public void setFontFamily(String value)
Sets the value of the fontFamily property.- Specified by:
setFontFamilyin interfaceDMNStyle- Parameters:
value- allowed object isString
-
getFontSize
public Double getFontSize()
Gets the value of the fontSize property.- Specified by:
getFontSizein interfaceDMNStyle- Returns:
- possible object is
Double
-
setFontSize
public void setFontSize(Double value)
Sets the value of the fontSize property.- Specified by:
setFontSizein interfaceDMNStyle- Parameters:
value- allowed object isDouble
-
isFontItalic
public Boolean isFontItalic()
Gets the value of the fontItalic property.- Specified by:
isFontItalicin interfaceDMNStyle- Returns:
- possible object is
Boolean
-
setFontItalic
public void setFontItalic(Boolean value)
Sets the value of the fontItalic property.- Specified by:
setFontItalicin interfaceDMNStyle- Parameters:
value- allowed object isBoolean
-
isFontBold
public Boolean isFontBold()
Gets the value of the fontBold property.- Specified by:
isFontBoldin interfaceDMNStyle- Returns:
- possible object is
Boolean
-
setFontBold
public void setFontBold(Boolean value)
Sets the value of the fontBold property.- Specified by:
setFontBoldin interfaceDMNStyle- Parameters:
value- allowed object isBoolean
-
isFontUnderline
public Boolean isFontUnderline()
Gets the value of the fontUnderline property.- Specified by:
isFontUnderlinein interfaceDMNStyle- Returns:
- possible object is
Boolean
-
setFontUnderline
public void setFontUnderline(Boolean value)
Sets the value of the fontUnderline property.- Specified by:
setFontUnderlinein interfaceDMNStyle- Parameters:
value- allowed object isBoolean
-
isFontStrikeThrough
public Boolean isFontStrikeThrough()
Gets the value of the fontStrikeThrough property.- Specified by:
isFontStrikeThroughin interfaceDMNStyle- Returns:
- possible object is
Boolean
-
setFontStrikeThrough
public void setFontStrikeThrough(Boolean value)
Sets the value of the fontStrikeThrough property.- Specified by:
setFontStrikeThroughin interfaceDMNStyle- Parameters:
value- allowed object isBoolean
-
getLabelHorizontalAlignement
public AlignmentKind getLabelHorizontalAlignement()
Gets the value of the labelHorizontalAlignement property.- Specified by:
getLabelHorizontalAlignementin interfaceDMNStyle- Returns:
- possible object is
AlignmentKind
-
setLabelHorizontalAlignement
public void setLabelHorizontalAlignement(AlignmentKind value)
Sets the value of the labelHorizontalAlignement property.- Specified by:
setLabelHorizontalAlignementin interfaceDMNStyle- Parameters:
value- allowed object isAlignmentKind
-
getLabelVerticalAlignment
public AlignmentKind getLabelVerticalAlignment()
Gets the value of the labelVerticalAlignment property.- Specified by:
getLabelVerticalAlignmentin interfaceDMNStyle- Returns:
- possible object is
AlignmentKind
-
setLabelVerticalAlignment
public void setLabelVerticalAlignment(AlignmentKind value)
Sets the value of the labelVerticalAlignment property.- Specified by:
setLabelVerticalAlignmentin interfaceDMNStyle- Parameters:
value- allowed object isAlignmentKind
-
-