|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCH.ifa.draw.util.Command
CH.ifa.draw.figures.InsertImageCommand
public class InsertImageCommand
Command to insert a named image.
Constructor Summary | |
---|---|
InsertImageCommand(java.lang.String name,
java.lang.String image,
DrawingView view)
Constructs an insert image command. |
Method Summary | |
---|---|
void |
execute()
Executes the command. |
Methods inherited from class CH.ifa.draw.util.Command |
---|
isExecutable, name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InsertImageCommand(java.lang.String name, java.lang.String image, DrawingView view)
name
- the command nameimage
- the pathname of the imageview
- the target viewMethod Detail |
---|
public void execute()
Command
execute
in class Command
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |