@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DMNDI12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmndi12__JSIDMNStyle", isNative=true) public class JSIDMNStyle extends JSIStyle
DMNStyle
JSIStyle.JSIExtension
Constructor and Description |
---|
JSIDMNStyle() |
Modifier and Type | Method and Description |
---|---|
JSIColor |
getFillColor()
Native getter for fillColor
|
boolean |
getFontBold()
Native getter for fontBold
|
JSIColor |
getFontColor()
Native getter for fontColor
|
String |
getFontFamily()
Native getter for fontFamily
|
boolean |
getFontItalic()
Native getter for fontItalic
|
double |
getFontSize()
Native getter for fontSize
|
boolean |
getFontStrikeThrough()
Native getter for fontStrikeThrough
|
boolean |
getFontUnderline()
Native getter for fontUnderline
|
static JSIName |
getJSIName()
Getter for specific
JSIName |
JSIAlignmentKind |
getLabelHorizontalAlignement()
Native getter for labelHorizontalAlignement
|
JSIAlignmentKind |
getLabelVerticalAlignment()
Native getter for labelVerticalAlignment
|
JSIColor |
getStrokeColor()
Native getter for strokeColor
|
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
setFillColor(JSIColor fillColorParam)
Setter for fillColor
|
void |
setFontBold(boolean fontBoldParam)
Setter for fontBold
|
void |
setFontColor(JSIColor fontColorParam)
Setter for fontColor
|
void |
setFontFamily(String fontFamilyParam)
Setter for fontFamily
|
void |
setFontItalic(boolean fontItalicParam)
Setter for fontItalic
|
void |
setFontSize(double fontSizeParam)
Setter for fontSize
|
void |
setFontStrikeThrough(boolean fontStrikeThroughParam)
Setter for fontStrikeThrough
|
void |
setFontUnderline(boolean fontUnderlineParam)
Setter for fontUnderline
|
void |
setLabelHorizontalAlignement(JSIAlignmentKind labelHorizontalAlignementParam)
Setter for labelHorizontalAlignement
|
void |
setLabelVerticalAlignment(JSIAlignmentKind labelVerticalAlignmentParam)
Setter for labelVerticalAlignment
|
void |
setStrokeColor(JSIColor strokeColorParam)
Setter for strokeColor
|
getExtension, getId, getOtherAttributes, getOtherAttributesMap, setExtension, setId, setOtherAttributes
@JsOverlay public static final String TYPE
@JsOverlay public static boolean instanceOf(Object instance)
@JsOverlay public static JSIName getJSIName()
JSIName
JSIName
@JsProperty(name="TYPE_NAME") public String getTYPE_NAME()
getTYPE_NAME
in class JSIStyle
@JsProperty(name="fillColor") public JSIColor getFillColor()
@JsProperty(name="fillColor") public final void setFillColor(JSIColor fillColorParam)
fillColorParam
- fillColor to set.@JsProperty(name="strokeColor") public JSIColor getStrokeColor()
@JsProperty(name="strokeColor") public final void setStrokeColor(JSIColor strokeColorParam)
strokeColorParam
- strokeColor to set.@JsProperty(name="fontColor") public JSIColor getFontColor()
@JsProperty(name="fontColor") public final void setFontColor(JSIColor fontColorParam)
fontColorParam
- fontColor to set.@JsProperty(name="fontFamily") public String getFontFamily()
@JsProperty(name="fontFamily") public final void setFontFamily(String fontFamilyParam)
fontFamilyParam
- fontFamily to set.@JsProperty(name="fontSize") public double getFontSize()
@JsProperty(name="fontSize") public final void setFontSize(double fontSizeParam)
fontSizeParam
- fontSize to set.@JsProperty(name="fontItalic") public boolean getFontItalic()
@JsProperty(name="fontItalic") public final void setFontItalic(boolean fontItalicParam)
fontItalicParam
- fontItalic to set.@JsProperty(name="fontBold") public boolean getFontBold()
@JsProperty(name="fontBold") public final void setFontBold(boolean fontBoldParam)
fontBoldParam
- fontBold to set.@JsProperty(name="fontUnderline") public boolean getFontUnderline()
@JsProperty(name="fontUnderline") public final void setFontUnderline(boolean fontUnderlineParam)
fontUnderlineParam
- fontUnderline to set.@JsProperty(name="fontStrikeThrough") public boolean getFontStrikeThrough()
@JsProperty(name="fontStrikeThrough") public final void setFontStrikeThrough(boolean fontStrikeThroughParam)
fontStrikeThroughParam
- fontStrikeThrough to set.@JsProperty(name="labelHorizontalAlignement") public JSIAlignmentKind getLabelHorizontalAlignement()
@JsProperty(name="labelHorizontalAlignement") public final void setLabelHorizontalAlignement(JSIAlignmentKind labelHorizontalAlignementParam)
labelHorizontalAlignementParam
- labelHorizontalAlignement to set.@JsProperty(name="labelVerticalAlignment") public JSIAlignmentKind getLabelVerticalAlignment()
@JsProperty(name="labelVerticalAlignment") public final void setLabelVerticalAlignment(JSIAlignmentKind labelVerticalAlignmentParam)
labelVerticalAlignmentParam
- labelVerticalAlignment to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.