com.threerings.miso.client
Class MisoScenePanel.PaintTileOp
java.lang.Object
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).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_gfx
protected Graphics2D _gfx
_fm
protected FontMetrics _fm
_thw
protected int _thw
_thh
protected int _thh
_fhei
protected int _fhei
_font
protected Font _font
MisoScenePanel.PaintTileOp
protected MisoScenePanel.PaintTileOp()
setGraphics
public void setGraphics(Graphics2D gfx)
apply
public void apply(int tx,
int ty,
Rectangle tbounds)
- Specified by:
apply in interface TileOp