| Constructor and Description |
|---|
ImageIOGetLegend() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a copy of the object.
|
int |
getCode() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
java.lang.Object |
invoke(DynObject self,
java.lang.Object[] args) |
static void |
register(DynClass storeClass) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloneQuietly, cloneQuietlypublic static void register(DynClass storeClass)
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()}.