Class UiShapeProperties

  • All Implemented Interfaces:
    UiObject

    public class UiShapeProperties
    extends java.lang.Object
    implements UiObject
    THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
    • Field Detail

      • strokeColor

        protected java.lang.String strokeColor
      • strokeOpacity

        protected float strokeOpacity
      • strokeWeight

        protected float strokeWeight
      • strokeDashArray

        protected java.lang.String strokeDashArray
      • fillColor

        protected java.lang.String fillColor
      • fillOpacity

        protected float fillOpacity
    • Constructor Detail

      • UiShapeProperties

        public UiShapeProperties()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getStrokeColor

        public java.lang.String getStrokeColor()
      • getStrokeOpacity

        public float getStrokeOpacity()
      • getStrokeWeight

        public float getStrokeWeight()
      • getStrokeDashArray

        public java.lang.String getStrokeDashArray()
      • getFillColor

        public java.lang.String getFillColor()
      • getFillOpacity

        public float getFillOpacity()
      • setStrokeColor

        public UiShapeProperties setStrokeColor​(java.lang.String strokeColor)
      • setStrokeOpacity

        public UiShapeProperties setStrokeOpacity​(float strokeOpacity)
      • setStrokeDashArray

        public UiShapeProperties setStrokeDashArray​(java.lang.String strokeDashArray)
      • setFillColor

        public UiShapeProperties setFillColor​(java.lang.String fillColor)