Class CropOverlay
- java.lang.Object
-
- it.tidalwave.mistral.example.viewer.CropOverlay
-
-
Constructor Summary
Constructors Constructor Description CropOverlay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isVisible()
void
paint(java.awt.Graphics2D g, EditableImageRenderer imageRenderer)
As the Graphics2D object passed is a copy of the original, this method can change attributes (e.g.void
setVisible(boolean visible)
-
-
-
Method Detail
-
paint
public void paint(java.awt.Graphics2D g, EditableImageRenderer imageRenderer)
Description copied from interface:Overlay
As the Graphics2D object passed is a copy of the original, this method can change attributes (e.g. color, clip) without worrying about restoring them to their original values.
-
setVisible
public void setVisible(boolean visible)
-
-