com.threerings.miso.client
Interface TileOp

All Known Implementing Classes:
MisoScenePanel.PaintTileOp, RethinkOp

public interface TileOp

Exposes an operation to be applied to tiles by TileOpApplicator.


Method Summary
 void apply(int tx, int ty, Rectangle tbounds)
           
 

Method Detail

apply

void apply(int tx,
           int ty,
           Rectangle tbounds)