public interface DMNStyle extends Style
Style.Extension
Modifier and Type | Method and Description |
---|---|
Color |
getFillColor() |
Color |
getFontColor() |
String |
getFontFamily() |
Double |
getFontSize() |
AlignmentKind |
getLabelHorizontalAlignement() |
AlignmentKind |
getLabelVerticalAlignment() |
Color |
getStrokeColor() |
Boolean |
isFontBold() |
Boolean |
isFontItalic() |
Boolean |
isFontStrikeThrough() |
Boolean |
isFontUnderline() |
void |
setFillColor(Color value) |
void |
setFontBold(Boolean value) |
void |
setFontColor(Color value) |
void |
setFontFamily(String value) |
void |
setFontItalic(Boolean value) |
void |
setFontSize(Double value) |
void |
setFontStrikeThrough(Boolean value) |
void |
setFontUnderline(Boolean value) |
void |
setLabelHorizontalAlignement(AlignmentKind value) |
void |
setLabelVerticalAlignment(AlignmentKind value) |
void |
setStrokeColor(Color value) |
getExtension, getId, setExtension, setId
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
Color getFillColor()
void setFillColor(Color value)
Color getStrokeColor()
void setStrokeColor(Color value)
Color getFontColor()
void setFontColor(Color value)
String getFontFamily()
void setFontFamily(String value)
Double getFontSize()
void setFontSize(Double value)
Boolean isFontItalic()
void setFontItalic(Boolean value)
Boolean isFontBold()
void setFontBold(Boolean value)
Boolean isFontUnderline()
void setFontUnderline(Boolean value)
Boolean isFontStrikeThrough()
void setFontStrikeThrough(Boolean value)
AlignmentKind getLabelHorizontalAlignement()
void setLabelHorizontalAlignement(AlignmentKind value)
AlignmentKind getLabelVerticalAlignment()
void setLabelVerticalAlignment(AlignmentKind value)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.