Class ColorPanel

    • Constructor Detail

      • ColorPanel

        public ColorPanel()
    • Method Detail

      • setBounds

        public void setBounds​(int x,
                              int y,
                              int w,
                              int h)
        Workaround for bug 4238829 in the Java bug database
        Overrides:
        setBounds in class Component
      • setFillColor

        public void setFillColor​(Color fillColor)
      • setLineColor

        public void setLineColor​(Color lineColor)
        Parameters:
        lineColor - the new line colour, or null to not draw the line
      • setMargin

        public void setMargin​(int margin)
      • getFillColor

        public Color getFillColor()
      • getLineColor

        public Color getLineColor()
      • setLineWidth

        public void setLineWidth​(int lineWidth)
      • setStyle

        public void setStyle​(BasicStyle style)
      • setLineStroke

        public void setLineStroke​(BasicStroke stroke)
      • getLineWidth

        public int getLineWidth()