Interface PaintRable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean paintRable​(java.awt.Graphics2D g2d)
      Should perform the equivilent action as createRendering followed by drawing the RenderedImage.
    • Method Detail

      • paintRable

        boolean paintRable​(java.awt.Graphics2D g2d)
        Should perform the equivilent action as createRendering followed by drawing the RenderedImage.
        Parameters:
        g2d - The Graphics2D to draw to.
        Returns:
        true if the paint call succeeded, false if for some reason the paint failed (in which case a createRendering should be used).