Interface DMNStyle

    • Method Detail

      • getFillColor

        Color getFillColor()
      • setFillColor

        void setFillColor​(Color value)
      • getStrokeColor

        Color getStrokeColor()
      • setStrokeColor

        void setStrokeColor​(Color value)
      • getFontColor

        Color getFontColor()
      • setFontColor

        void setFontColor​(Color value)
      • getFontFamily

        String getFontFamily()
      • setFontFamily

        void setFontFamily​(String value)
      • getFontSize

        Double getFontSize()
      • setFontSize

        void setFontSize​(Double value)
      • isFontItalic

        Boolean isFontItalic()
      • setFontItalic

        void setFontItalic​(Boolean value)
      • setFontBold

        void setFontBold​(Boolean value)
      • isFontUnderline

        Boolean isFontUnderline()
      • setFontUnderline

        void setFontUnderline​(Boolean value)
      • isFontStrikeThrough

        Boolean isFontStrikeThrough()
      • setFontStrikeThrough

        void setFontStrikeThrough​(Boolean value)
      • getLabelHorizontalAlignement

        AlignmentKind getLabelHorizontalAlignement()
      • setLabelHorizontalAlignement

        void setLabelHorizontalAlignement​(AlignmentKind value)
      • getLabelVerticalAlignment

        AlignmentKind getLabelVerticalAlignment()
      • setLabelVerticalAlignment

        void setLabelVerticalAlignment​(AlignmentKind value)