zinger.bsheet.commands
Class deref
java.lang.Object
zinger.bsheet.commands.deref
public class deref
- extends java.lang.Object
Constructor Summary |
deref()
|
Method Summary |
static java.lang.Object |
invoke(bsh.Interpreter env,
bsh.CallStack callStack,
int x,
int y)
|
static java.lang.Object |
invoke(bsh.Interpreter env,
bsh.CallStack callStack,
java.awt.Point coord)
|
static java.lang.Object |
invoke(bsh.Interpreter env,
bsh.CallStack callStack,
java.awt.Point coord,
int dx,
int dy)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deref
public deref()
invoke
public static java.lang.Object invoke(bsh.Interpreter env,
bsh.CallStack callStack,
int x,
int y)
throws bsh.EvalError
- Throws:
bsh.EvalError
invoke
public static java.lang.Object invoke(bsh.Interpreter env,
bsh.CallStack callStack,
java.awt.Point coord,
int dx,
int dy)
throws bsh.EvalError
- Throws:
bsh.EvalError
invoke
public static java.lang.Object invoke(bsh.Interpreter env,
bsh.CallStack callStack,
java.awt.Point coord)
throws bsh.EvalError
- Throws:
bsh.EvalError