Class ShapeProperties

java.lang.Object
org.teamapps.ux.component.map.shape.ShapeProperties

public class ShapeProperties extends Object
  • Constructor Details

    • 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, List<Float> strokeDashArray)
    • ShapeProperties

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

    • 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 List<Float> getStrokeDashArray()
    • setStrokeDashArray

      public void setStrokeDashArray(List<Float> strokeDashArray)
    • createUiShapeProperties

      public org.teamapps.dto.UiShapeProperties createUiShapeProperties()