Class ColorProperty


  • public class ColorProperty
    extends Object
    • Field Detail

      • color

        public Color color
      • width

        public double width
      • opacity

        public double opacity
    • Constructor Detail

      • ColorProperty

        public ColorProperty​(Color col,
                             double width,
                             double opacity,
                             String style)
    • Method Detail

      • getRGB24

        public int getRGB24()
      • getRGB32

        public int getRGB32()
      • getRGB24Hex

        public String getRGB24Hex()