swarm.gui
Class ZoomRasterCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.gui.ZoomRasterCImpl

public class ZoomRasterCImpl
extends PhaseCImpl
implements RasterS, RasterC, ZoomRasterS

A zoomable Raster.. ZoomRaster is a subclass of Raster that implements a zoomable image. It handles translation between logical coordinates and screen coordinates.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
ZoomRasterCImpl()
           
ZoomRasterCImpl(ZoomRasterImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.gui.RasterC
createEnd
 
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

ZoomRasterCImpl

public ZoomRasterCImpl(ZoomRasterImpl nextPhase)

ZoomRasterCImpl

public ZoomRasterCImpl()