Class ShapeIconStyle


  • public class ShapeIconStyle
    extends Object
    • Constructor Detail

      • ShapeIconStyle

        public ShapeIconStyle​(org.teamapps.common.format.Color fillColor,
                              org.teamapps.common.format.Color strokeColor,
                              float strokeWidth,
                              boolean shadow,
                              float scaling)
    • Method Detail

      • getFillColor

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

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

        public float getStrokeWidth()
      • isShadow

        public boolean isShadow()
      • getScaling

        public float getScaling()