public class BasicManipulationPreview extends java.lang.Object implements ManipulationPreview
Constructor and Description |
---|
BasicManipulationPreview() |
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
|
public void preview(java.awt.Graphics2D graphics, java.awt.geom.AffineTransform transform)
ManipulationPreview
preview
in interface ManipulationPreview
graphics
- a graphics objecttransform
- the transform usedpublic void addPreview(ManipulationPreview preview)
ManipulationPreview
addPreview
in interface ManipulationPreview
preview
- a manipulation preview