Class UiShapeProperties

java.lang.Object
org.teamapps.dto.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 Details

    • strokeColor

      protected java.lang.String strokeColor
    • strokeWeight

      protected float strokeWeight
    • strokeDashArray

      protected java.util.List<java.lang.Float> strokeDashArray
    • fillColor

      protected java.lang.String fillColor
  • Constructor Details

    • UiShapeProperties

      public UiShapeProperties()
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

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

      public java.lang.String getStrokeColor()
    • getStrokeWeight

      public float getStrokeWeight()
    • getStrokeDashArray

      public java.util.List<java.lang.Float> getStrokeDashArray()
    • getFillColor

      public java.lang.String getFillColor()
    • setStrokeColor

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

      public UiShapeProperties setStrokeWeight​(float strokeWeight)
    • setStrokeDashArray

      public UiShapeProperties setStrokeDashArray​(java.util.List<java.lang.Float> strokeDashArray)
    • setFillColor

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