com.threerings.miso.client
Class MisoScenePanel.PaintTileOp

java.lang.Object
  extended by com.threerings.miso.client.MisoScenePanel.PaintTileOp
All Implemented Interfaces:
TileOp
Enclosing class:
MisoScenePanel

protected class MisoScenePanel.PaintTileOp
extends Object
implements TileOp

Used by MisoScenePanel.paintTiles(java.awt.Graphics2D, java.awt.Rectangle).


Field Summary
protected  int _fhei
           
protected  FontMetrics _fm
           
protected  Font _font
           
protected  Graphics2D _gfx
           
protected  int _thh
           
protected  int _thw
           
 
Constructor Summary
protected MisoScenePanel.PaintTileOp()
           
 
Method Summary
 void apply(int tx, int ty, Rectangle tbounds)
           
 void setGraphics(Graphics2D gfx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_gfx

protected Graphics2D _gfx

_fm

protected FontMetrics _fm

_thw

protected int _thw

_thh

protected int _thh

_fhei

protected int _fhei

_font

protected Font _font
Constructor Detail

MisoScenePanel.PaintTileOp

protected MisoScenePanel.PaintTileOp()
Method Detail

setGraphics

public void setGraphics(Graphics2D gfx)

apply

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