Class ShapeProperties

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

public class ShapeProperties extends Object
  • Constructor Details

    • ShapeProperties

      public ShapeProperties(Color strokeColor)
    • ShapeProperties

      public ShapeProperties(Color strokeColor, float strokeWeight)
    • ShapeProperties

      public ShapeProperties(Color strokeColor, float strokeWeight, List<Float> strokeDashArray)
    • ShapeProperties

      public ShapeProperties(Color strokeColor, float strokeWeight, Color fillColor)
  • Method Details

    • getStrokeColor

      public Color getStrokeColor()
    • setStrokeColor

      public void setStrokeColor(Color strokeColor)
    • getStrokeWeight

      public float getStrokeWeight()
    • setStrokeWeight

      public void setStrokeWeight(float strokeWeight)
    • getFillColor

      public Color getFillColor()
    • setFillColor

      public void setFillColor(Color fillColor)
    • getStrokeDashArray

      public List<Float> getStrokeDashArray()
    • setStrokeDashArray

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

      public UiShapeProperties createUiShapeProperties()