Class Style


  • public class Style
    extends Object
    Render style class for Shapes.
    • Field Detail

      • DEFAULT

        public static final Style DEFAULT
        Default style instance.
    • Method Detail

      • getStroke

        public Stroke getStroke()
        The stroke style.
      • getColor

        public Color getColor()
        The stroke color of the shape.
      • getFill

        public Color getFill()
        The fill color of the shape. Is ignored, if filled is set to false.
      • isFilled

        public boolean isFilled()
        Defines, if the shape is filled or not.