public interface ManipulationPreview
Modifier and Type | Method and Description |
---|---|
void |
addPreview(ManipulationPreview preview)
Adds a preview to the current preview
|
void |
preview(java.awt.Graphics2D graphics, java.awt.geom.AffineTransform transform)
Renders the preview
|
void preview(java.awt.Graphics2D graphics, java.awt.geom.AffineTransform transform)
graphics
- a graphics objecttransform
- the transform usedvoid addPreview(ManipulationPreview preview)
preview
- a manipulation preview