Method Summary |
|
public void | clear(Graphics2D g) The application is performing a clearRect
so record the needed information. |
public void | draw(Graphics2D g) The application is performing a draw
so record the needed information. |
public void | drawImage(Graphics2D g, Image image) The application is drawing the passed
in image. |
public void | drawImage(Graphics2D g, RenderedImage image) The application is drawing the passed
in image. |
public void | drawImage(Graphics2D g, RenderableImage image) The application is drawing the passed
in image. |
public void | drawText(Graphics2D g) The application is drawing text
so record the needed information. |
public void | drawText(Graphics2D g, TextLayout textLayout) The application is drawing text
defined by TextLayout
so record the needed information. |
public void | fill(Graphics2D g) The application is performing a fill
so record the needed information. |
public boolean | hasCompositing() Return true if the application has
done any drawing with an alpha other
than 1.0. |
public boolean | hasImages() Return true if the application has
drawn any images. |
public boolean | hasNonSolidColors() |
public boolean | hasText() Return true if the application has
drawn any text. |