Package picasso.view.commands
Class Writer
- java.lang.Object
-
- picasso.util.FileCommand<Pixmap>
-
- picasso.view.commands.Writer
-
public class Writer extends FileCommand<Pixmap>
Save the chosen file.
-
-
Constructor Summary
Constructors Constructor Description Writer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(Pixmap target)
Implementations determine how to update the given target object-
Methods inherited from class picasso.util.FileCommand
getFileName
-
-