| Constructor and Description |
|---|
DXFGetLegend() |
public int getCode()
throws DynMethodNotSupportedException
getCode in interface DynMethodDynMethodNotSupportedExceptionpublic java.lang.String getDescription()
getDescription in interface DynMethodpublic java.lang.Object invoke(DynObject self, java.lang.Object[] args) throws DynMethodException
invoke in interface DynMethodDynMethodExceptionpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
Cloneableclone in class java.lang.Objectjava.lang.CloneNotSupportedException - if the instance of the object cannot
be cloned. As this is extending Cloneable so
its sure it implements it, so this exception may be used for problems
on specific object instances.Object#clone()}.