public interface TransferablePicture
| Modifier and Type | Method and Description |
|---|---|
java.awt.datatransfer.Transferable |
buildTransferable()
Gets a transferable to transfer the picture.
|
java.awt.Graphics2D |
getGraphics()
Returns a Graphics2D object to draw on.
|
java.awt.Graphics2D getGraphics()
java.awt.datatransfer.Transferable buildTransferable()
Must be called after drawing the picture and releasing the graphics2D.