swarm.gui
Class PixmapCImpl

java.lang.Object
  |
  +--swarm.BaseImpl
        |
        +--swarm.PhaseCImpl
              |
              +--swarm.gui.PixmapCImpl

public class PixmapCImpl
extends PhaseCImpl
implements DrawerC, DrawerS, CreateC, CreateS, DropC, DropS, PixmapS, PixmapC

A class for drawing color bitmaps on a Raster.. A class for drawing color bitmaps on a Raster. The bitmaps are stored in the Portable Network Graphics format.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
PixmapCImpl()
           
PixmapCImpl(Pixmap nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.gui.PixmapC
setDecorationsFlag, setDirectory, setFile, setWidget
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PixmapCImpl

public PixmapCImpl(Pixmap nextPhase)

PixmapCImpl

public PixmapCImpl()