public class DMNStyle extends Style implements DMNStyle
Style.Extension, Style.IDREFStubStyleStyle.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, setIdaddChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtension, getId, setExtension, setIdaddChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParentprotected 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 DMNStyleColorpublic void setFillColor(Color value)
setFillColor in interface DMNStylevalue - allowed object is
Colorpublic Color getStrokeColor()
getStrokeColor in interface DMNStyleColorpublic void setStrokeColor(Color value)
setStrokeColor in interface DMNStylevalue - allowed object is
Colorpublic Color getFontColor()
getFontColor in interface DMNStyleColorpublic void setFontColor(Color value)
setFontColor in interface DMNStylevalue - allowed object is
Colorpublic String getFontFamily()
getFontFamily in interface DMNStyleStringpublic void setFontFamily(String value)
setFontFamily in interface DMNStylevalue - allowed object is
Stringpublic Double getFontSize()
getFontSize in interface DMNStyleDoublepublic void setFontSize(Double value)
setFontSize in interface DMNStylevalue - allowed object is
Doublepublic Boolean isFontItalic()
isFontItalic in interface DMNStyleBooleanpublic void setFontItalic(Boolean value)
setFontItalic in interface DMNStylevalue - allowed object is
Booleanpublic Boolean isFontBold()
isFontBold in interface DMNStyleBooleanpublic void setFontBold(Boolean value)
setFontBold in interface DMNStylevalue - allowed object is
Booleanpublic Boolean isFontUnderline()
isFontUnderline in interface DMNStyleBooleanpublic void setFontUnderline(Boolean value)
setFontUnderline in interface DMNStylevalue - allowed object is
Booleanpublic Boolean isFontStrikeThrough()
isFontStrikeThrough in interface DMNStyleBooleanpublic void setFontStrikeThrough(Boolean value)
setFontStrikeThrough in interface DMNStylevalue - allowed object is
Booleanpublic AlignmentKind getLabelHorizontalAlignement()
getLabelHorizontalAlignement in interface DMNStyleAlignmentKindpublic void setLabelHorizontalAlignement(AlignmentKind value)
setLabelHorizontalAlignement in interface DMNStylevalue - allowed object is
AlignmentKindpublic AlignmentKind getLabelVerticalAlignment()
getLabelVerticalAlignment in interface DMNStyleAlignmentKindpublic void setLabelVerticalAlignment(AlignmentKind value)
setLabelVerticalAlignment in interface DMNStylevalue - allowed object is
AlignmentKindCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.