All Packages Class Hierarchy This Package Previous Next Index
Class Pixmap.PixController
java.lang.Object
|
+----Pixmap.PixController
- public class PixController
- extends Object
-
PixController()
-
-
addGui(PixGui)
-
-
addPixmap(Pixmap)
- adds a pixmap to the environment,
sets the pixmap to be the active pixmap and forward
a thumbnail to the GUI
-
getActiveMap()
-
-
loadPixmap(String)
-
-
setActiveMap(Pixmap)
- set the active Pixmap
PixController
public PixController()
loadPixmap
public void loadPixmap(String filename)
setActiveMap
public void setActiveMap(Pixmap pix)
- set the active Pixmap
- Parameters:
- pix - the Pixmap that will become active
getActiveMap
public Pixmap getActiveMap()
- Returns:
- the active pixmap, this is the pixmap
that will be manipulated, e.g., inverted, rotated
addPixmap
public void addPixmap(Pixmap pix)
- adds a pixmap to the environment,
sets the pixmap to be the active pixmap and forward
a thumbnail to the GUI
- Parameters:
- pix - the pixmap added to the application/GUI
- See Also:
- Pixmap, PixGui
addGui
public void addGui(PixGui gui)
All Packages Class Hierarchy This Package Previous Next Index