Class ShapeProperties


  • public class ShapeProperties
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ShapeProperties​(org.teamapps.common.format.Color strokeColor)  
      ShapeProperties​(org.teamapps.common.format.Color strokeColor, float strokeWeight)  
      ShapeProperties​(org.teamapps.common.format.Color strokeColor, float strokeWeight, java.util.List<java.lang.Float> strokeDashArray)  
      ShapeProperties​(org.teamapps.common.format.Color strokeColor, float strokeWeight, org.teamapps.common.format.Color fillColor)  
    • Constructor Detail

      • ShapeProperties

        public ShapeProperties​(org.teamapps.common.format.Color strokeColor)
      • ShapeProperties

        public ShapeProperties​(org.teamapps.common.format.Color strokeColor,
                               float strokeWeight)
      • ShapeProperties

        public ShapeProperties​(org.teamapps.common.format.Color strokeColor,
                               float strokeWeight,
                               java.util.List<java.lang.Float> strokeDashArray)
      • ShapeProperties

        public ShapeProperties​(org.teamapps.common.format.Color strokeColor,
                               float strokeWeight,
                               org.teamapps.common.format.Color fillColor)
    • Method Detail

      • getStrokeColor

        public org.teamapps.common.format.Color getStrokeColor()
      • setStrokeColor

        public void setStrokeColor​(org.teamapps.common.format.Color strokeColor)
      • getStrokeWeight

        public float getStrokeWeight()
      • setStrokeWeight

        public void setStrokeWeight​(float strokeWeight)
      • getFillColor

        public org.teamapps.common.format.Color getFillColor()
      • setFillColor

        public void setFillColor​(org.teamapps.common.format.Color fillColor)
      • getStrokeDashArray

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

        public void setStrokeDashArray​(java.util.List<java.lang.Float> strokeDashArray)
      • createUiShapeProperties

        public org.teamapps.dto.UiShapeProperties createUiShapeProperties()