Interface ManipulationPreview
-
- All Known Implementing Classes:
BasicManipulationPreview,FeatureLayerManipulationPreview
public interface ManipulationPreviewRepresents a preview of a manipulation performed over a ManipulableLayer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddPreview(ManipulationPreview preview)Adds a preview to the current previewvoidpreview(java.awt.Graphics2D graphics, java.awt.geom.AffineTransform transform)Renders the preview
-
-
-
Method Detail
-
preview
void preview(java.awt.Graphics2D graphics, java.awt.geom.AffineTransform transform)Renders the preview- Parameters:
graphics- a graphics objecttransform- the transform used
-
addPreview
void addPreview(ManipulationPreview preview)
Adds a preview to the current preview- Parameters:
preview- a manipulation preview
-
-