com.threerings.miso.client
Class RethinkOp

java.lang.Object
  extended by com.threerings.miso.client.RethinkOp
All Implemented Interfaces:
TileOp

public class RethinkOp
extends Object
implements TileOp

Constructs the set of blocks that intersect the op bounds.


Field Summary
protected  Point _key
           
protected  MisoSceneMetrics _metrics
           
 Set<Point> blocks
           
 
Constructor Summary
RethinkOp(MisoSceneMetrics metrics)
           
 
Method Summary
 void apply(int tx, int ty, Rectangle tbounds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

blocks

public Set<Point> blocks

_key

protected Point _key

_metrics

protected MisoSceneMetrics _metrics
Constructor Detail

RethinkOp

public RethinkOp(MisoSceneMetrics metrics)
Method Detail

apply

public void apply(int tx,
                  int ty,
                  Rectangle tbounds)
Specified by:
apply in interface TileOp