<h2>org.das2.graph.GraphUtil.Copyable</h2><p>Classes that implement this interface provide their instances with
 the ability to copy themselves in a manner similar to Cloneable objects,
 but without the drawbacks of Cloneable.
 
 Implementers need not return an object of their exact type, but the object
 they return should have all the same supertypes as the original object.</p>
<hr>
<a name="copy"></a>
<h2>copy</h2>
copy(  ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'>Object</a>

<p></p>

<h3>Returns:</h3>
java.lang.Object

<br><br>
<a href="https://github.com/autoplot/dev/search?q=copy&unscoped_q=copy">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/graph/GraphUtil.Copyable.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/graph/GraphUtil.Copyable.html#copy">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/graph/GraphUtil.Copyable.java">[view source]</a>
<br>
<br>