Uses of Class
picasso.model.Pixmap

Packages that use Pixmap
picasso.model   
picasso.parser.language.expressions   
picasso.view   
picasso.view.commands   
 

Uses of Pixmap in picasso.model
 

Constructors in picasso.model with parameters of type Pixmap
Pixmap(Pixmap other)
          Create this image as a copy of the given image
 

Uses of Pixmap in picasso.parser.language.expressions
 

Methods in picasso.parser.language.expressions that return Pixmap
 Pixmap PicassoString.image()
           
 Pixmap Image.image()
           
 

Uses of Pixmap in picasso.view
 

Methods in picasso.view that return Pixmap
 Pixmap Canvas.getPixmap()
           
 

Method parameters in picasso.view with type arguments of type Pixmap
 void ButtonPanel.add(NamedCommand<Pixmap> action)
          Add the given Command as a button.
 void ButtonPanel.add(java.lang.String name, Command<Pixmap> action)
          Add the given Command as a button with the given name.
 void TextPanel.addEvaluater(ThreadedCommand<Pixmap> evaluater)
           
 

Uses of Pixmap in picasso.view.commands
 

Methods in picasso.view.commands with parameters of type Pixmap
 void Writer.execute(Pixmap target)
           
 void Reader.execute(Pixmap target)
           
 void Evaluater.execute(Pixmap target)
          Evaluate an expression for each point in the image.