public class DMNStyle extends Style implements DMNStyle
Style.Extension
Style.Extension
Modifier and Type | Field and Description |
---|---|
protected Color |
fillColor |
protected Boolean |
fontBold |
protected Color |
fontColor |
protected String |
fontFamily |
protected Boolean |
fontItalic |
protected Double |
fontSize |
protected Boolean |
fontStrikeThrough |
protected Boolean |
fontUnderline |
protected AlignmentKind |
labelHorizontalAlignement |
protected AlignmentKind |
labelVerticalAlignment |
protected Color |
strokeColor |
Constructor and Description |
---|
DMNStyle() |
Modifier and Type | Method and Description |
---|---|
Color |
getFillColor()
Gets the value of the fillColor property.
|
Color |
getFontColor()
Gets the value of the fontColor property.
|
String |
getFontFamily()
Gets the value of the fontFamily property.
|
Double |
getFontSize()
Gets the value of the fontSize property.
|
AlignmentKind |
getLabelHorizontalAlignement()
Gets the value of the labelHorizontalAlignement property.
|
AlignmentKind |
getLabelVerticalAlignment()
Gets the value of the labelVerticalAlignment property.
|
Color |
getStrokeColor()
Gets the value of the strokeColor property.
|
Boolean |
isFontBold()
Gets the value of the fontBold property.
|
Boolean |
isFontItalic()
Gets the value of the fontItalic property.
|
Boolean |
isFontStrikeThrough()
Gets the value of the fontStrikeThrough property.
|
Boolean |
isFontUnderline()
Gets the value of the fontUnderline property.
|
void |
setFillColor(Color value)
Sets the value of the fillColor property.
|
void |
setFontBold(Boolean value)
Sets the value of the fontBold property.
|
void |
setFontColor(Color value)
Sets the value of the fontColor property.
|
void |
setFontFamily(String value)
Sets the value of the fontFamily property.
|
void |
setFontItalic(Boolean value)
Sets the value of the fontItalic property.
|
void |
setFontSize(Double value)
Sets the value of the fontSize property.
|
void |
setFontStrikeThrough(Boolean value)
Sets the value of the fontStrikeThrough property.
|
void |
setFontUnderline(Boolean value)
Sets the value of the fontUnderline property.
|
void |
setLabelHorizontalAlignement(AlignmentKind value)
Sets the value of the labelHorizontalAlignement property.
|
void |
setLabelVerticalAlignment(AlignmentKind value)
Sets the value of the labelVerticalAlignment property.
|
void |
setStrokeColor(Color value)
Sets the value of the strokeColor property.
|
getExtension, getId, setExtension, setId
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtension, getId, setExtension, setId
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
protected Color fillColor
protected Color strokeColor
protected Color fontColor
protected String fontFamily
protected Double fontSize
protected Boolean fontItalic
protected Boolean fontBold
protected Boolean fontUnderline
protected Boolean fontStrikeThrough
protected AlignmentKind labelHorizontalAlignement
protected AlignmentKind labelVerticalAlignment
public Color getFillColor()
getFillColor
in interface DMNStyle
Color
public void setFillColor(Color value)
setFillColor
in interface DMNStyle
value
- allowed object is
Color
public Color getStrokeColor()
getStrokeColor
in interface DMNStyle
Color
public void setStrokeColor(Color value)
setStrokeColor
in interface DMNStyle
value
- allowed object is
Color
public Color getFontColor()
getFontColor
in interface DMNStyle
Color
public void setFontColor(Color value)
setFontColor
in interface DMNStyle
value
- allowed object is
Color
public String getFontFamily()
getFontFamily
in interface DMNStyle
String
public void setFontFamily(String value)
setFontFamily
in interface DMNStyle
value
- allowed object is
String
public Double getFontSize()
getFontSize
in interface DMNStyle
Double
public void setFontSize(Double value)
setFontSize
in interface DMNStyle
value
- allowed object is
Double
public Boolean isFontItalic()
isFontItalic
in interface DMNStyle
Boolean
public void setFontItalic(Boolean value)
setFontItalic
in interface DMNStyle
value
- allowed object is
Boolean
public Boolean isFontBold()
isFontBold
in interface DMNStyle
Boolean
public void setFontBold(Boolean value)
setFontBold
in interface DMNStyle
value
- allowed object is
Boolean
public Boolean isFontUnderline()
isFontUnderline
in interface DMNStyle
Boolean
public void setFontUnderline(Boolean value)
setFontUnderline
in interface DMNStyle
value
- allowed object is
Boolean
public Boolean isFontStrikeThrough()
isFontStrikeThrough
in interface DMNStyle
Boolean
public void setFontStrikeThrough(Boolean value)
setFontStrikeThrough
in interface DMNStyle
value
- allowed object is
Boolean
public AlignmentKind getLabelHorizontalAlignement()
getLabelHorizontalAlignement
in interface DMNStyle
AlignmentKind
public void setLabelHorizontalAlignement(AlignmentKind value)
setLabelHorizontalAlignement
in interface DMNStyle
value
- allowed object is
AlignmentKind
public AlignmentKind getLabelVerticalAlignment()
getLabelVerticalAlignment
in interface DMNStyle
AlignmentKind
public void setLabelVerticalAlignment(AlignmentKind value)
setLabelVerticalAlignment
in interface DMNStyle
value
- allowed object is
AlignmentKind
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.