Class GraphicsDecorator

    • Constructor Detail

      • GraphicsDecorator

        public GraphicsDecorator()
      • GraphicsDecorator

        public GraphicsDecorator​(java.awt.Graphics2D delegate)
    • Method Detail

      • draw

        public void draw​(javax.swing.Icon icon,
                         java.awt.Component c,
                         java.awt.Shape clip,
                         int x,
                         int y)
      • draw

        public void draw​(java.awt.Component c,
                         javax.swing.CellRendererPane rendererPane,
                         int x,
                         int y,
                         int w,
                         int h,
                         boolean shouldValidate)