public class JaxoClipboard
extends java.lang.Object
Constructor and Description |
---|
JaxoClipboard(java.awt.Component parent)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
canPasteGraphFromSystemClipboard()
Check if the system clipboard contains a JaxoGraph.
|
protected JaxoGraph |
getSystemClipboardGraph()
Graph on the system clipboard.
|
protected void |
putToSystemClipboard(JaxoGraph g)
Make 'g' the contents of the system clipboard.
|
public JaxoClipboard(java.awt.Component parent)
parent
- the parent component. Not null.protected boolean canPasteGraphFromSystemClipboard()
protected JaxoGraph getSystemClipboardGraph()
protected void putToSystemClipboard(JaxoGraph g)
g
- the graph to put on the clipboard.Licensed under GPL. For more information, see http://jaxodraw.sourceforge.net/license.html or the LICENSE file in the jaxodraw distribution.