Class DMNStyle

    • Field Detail

      • fillColor

        protected Color fillColor
      • strokeColor

        protected Color strokeColor
      • fontColor

        protected Color fontColor
      • fontFamily

        protected String fontFamily
      • fontSize

        protected Double fontSize
      • fontItalic

        protected Boolean fontItalic
      • fontBold

        protected Boolean fontBold
      • fontUnderline

        protected Boolean fontUnderline
      • fontStrikeThrough

        protected 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 String getFontFamily()
        Gets the value of the fontFamily property.
        Specified by:
        getFontFamily in interface DMNStyle
        Returns:
        possible object is String
      • setFontFamily

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

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

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

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

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

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

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

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

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

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