Package edu.wisc.ssec.mcidasv.control
Class LinearCombo.JythonThing
java.lang.Object
edu.wisc.ssec.mcidasv.control.LinearCombo.JythonThing
- Direct Known Subclasses:
LinearCombo.Combination
,LinearCombo.Selector
- Enclosing class:
LinearCombo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__neg__()
abstract boolean
static String
colorString
(ConstantMap[] color) private static Data
extractData
(Object other) private static String
extractName
(Object other) abstract Data
getData()
abstract String
getName()
abstract Collection
<String> getNames()
abstract boolean
removeName
(String name)
-
Field Details
-
jythonNames
-
-
Constructor Details
-
JythonThing
public JythonThing()
-
-
Method Details
-
getData
-
colorString
-
extractData
- Throws:
VisADException
RemoteException
-
extractName
-
removeName
-
addName
-
getName
-
getNames
-
__add__
- Throws:
VisADException
RemoteException
-
__sub__
- Throws:
VisADException
RemoteException
-
__mul__
- Throws:
VisADException
RemoteException
-
__div__
- Throws:
VisADException
RemoteException
-
__pow__
- Throws:
VisADException
RemoteException
-
__mod__
- Throws:
VisADException
RemoteException
-
__radd__
- Throws:
VisADException
RemoteException
-
__rsub__
- Throws:
VisADException
RemoteException
-
__rmul__
- Throws:
VisADException
RemoteException
-
__rdiv__
- Throws:
VisADException
RemoteException
-
__rpow__
- Throws:
VisADException
RemoteException
-
__rmod__
- Throws:
VisADException
RemoteException
-
__neg__
- Throws:
VisADException
RemoteException
-