DroidDiagram Programmer's Guide
DiagramView.pasteFromClipboard Method (float, float, boolean)
See Also
 






Pastes diagram items from the system clipboard.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean pasteFromClipboard (
    float dx,
    float dy,
    boolean unconnectedLinks
)

 Parameters

dx

Horizontal offset of pasted items from their original positions.

dy

Vertical offset of pasted items from their original positions.

unconnectedLinks

true to allow pasting links whose origin or destination node has not been copied; otherwise, false. Default is false.

 Return Value

 Remarks

Access to the system clipboard is a subject to security check when running inside a browser. Use the corresponding pasteFromClipboard method of DiagramApplet to avoid this.

 See Also

pasteFromClipboard Method Overload List
DiagramView Members
DiagramView Class
com.mindfusion.diagramming Namespace