Class DMNStyle

    • Field Detail

      • fillColor

        protected Color fillColor
      • strokeColor

        protected Color strokeColor
      • fontColor

        protected Color fontColor
      • fontFamily

        protected java.lang.String fontFamily
      • fontSize

        protected java.lang.Double fontSize
      • fontItalic

        protected java.lang.Boolean fontItalic
      • fontBold

        protected java.lang.Boolean fontBold
      • fontUnderline

        protected java.lang.Boolean fontUnderline
      • fontStrikeThrough

        protected java.lang.Boolean fontStrikeThrough
      • labelHorizontalAlignement

        protected AlignmentKind labelHorizontalAlignement
      • labelVerticalAlignment

        protected AlignmentKind labelVerticalAlignment
    • Constructor Detail

      • DMNStyle

        public DMNStyle()
    • Method Detail

      • getFillColor

        public Color getFillColor()
        Gets the value of the fillColor property.
        Specified by:
        getFillColor in interface DMNStyle
        Returns:
        possible object is Color
      • setFillColor

        public void setFillColor​(Color value)
        Sets the value of the fillColor property.
        Specified by:
        setFillColor in interface DMNStyle
        Parameters:
        value - allowed object is Color
      • getStrokeColor

        public Color getStrokeColor()
        Gets the value of the strokeColor property.
        Specified by:
        getStrokeColor in interface DMNStyle
        Returns:
        possible object is Color
      • setStrokeColor

        public void setStrokeColor​(Color value)
        Sets the value of the strokeColor property.
        Specified by:
        setStrokeColor in interface DMNStyle
        Parameters:
        value - allowed object is Color
      • getFontColor

        public Color getFontColor()
        Gets the value of the fontColor property.
        Specified by:
        getFontColor in interface DMNStyle
        Returns:
        possible object is Color
      • setFontColor

        public void setFontColor​(Color value)
        Sets the value of the fontColor property.
        Specified by:
        setFontColor in interface DMNStyle
        Parameters:
        value - allowed object is Color
      • getFontFamily

        public java.lang.String getFontFamily()
        Gets the value of the fontFamily property.
        Specified by:
        getFontFamily in interface DMNStyle
        Returns:
        possible object is String
      • setFontFamily

        public void setFontFamily​(java.lang.String value)
        Sets the value of the fontFamily property.
        Specified by:
        setFontFamily in interface DMNStyle
        Parameters:
        value - allowed object is String
      • getFontSize

        public java.lang.Double getFontSize()
        Gets the value of the fontSize property.
        Specified by:
        getFontSize in interface DMNStyle
        Returns:
        possible object is Double
      • setFontSize

        public void setFontSize​(java.lang.Double value)
        Sets the value of the fontSize property.
        Specified by:
        setFontSize in interface DMNStyle
        Parameters:
        value - allowed object is Double
      • isFontItalic

        public java.lang.Boolean isFontItalic()
        Gets the value of the fontItalic property.
        Specified by:
        isFontItalic in interface DMNStyle
        Returns:
        possible object is Boolean
      • setFontItalic

        public void setFontItalic​(java.lang.Boolean value)
        Sets the value of the fontItalic property.
        Specified by:
        setFontItalic in interface DMNStyle
        Parameters:
        value - allowed object is Boolean
      • isFontBold

        public java.lang.Boolean isFontBold()
        Gets the value of the fontBold property.
        Specified by:
        isFontBold in interface DMNStyle
        Returns:
        possible object is Boolean
      • setFontBold

        public void setFontBold​(java.lang.Boolean value)
        Sets the value of the fontBold property.
        Specified by:
        setFontBold in interface DMNStyle
        Parameters:
        value - allowed object is Boolean
      • isFontUnderline

        public java.lang.Boolean isFontUnderline()
        Gets the value of the fontUnderline property.
        Specified by:
        isFontUnderline in interface DMNStyle
        Returns:
        possible object is Boolean
      • setFontUnderline

        public void setFontUnderline​(java.lang.Boolean value)
        Sets the value of the fontUnderline property.
        Specified by:
        setFontUnderline in interface DMNStyle
        Parameters:
        value - allowed object is Boolean
      • isFontStrikeThrough

        public java.lang.Boolean isFontStrikeThrough()
        Gets the value of the fontStrikeThrough property.
        Specified by:
        isFontStrikeThrough in interface DMNStyle
        Returns:
        possible object is Boolean
      • setFontStrikeThrough

        public void setFontStrikeThrough​(java.lang.Boolean value)
        Sets the value of the fontStrikeThrough property.
        Specified by:
        setFontStrikeThrough in interface DMNStyle
        Parameters:
        value - allowed object is Boolean