com.threerings.miso.client
Class ResolutionView.BlockGlyph

java.lang.Object
  extended by com.threerings.miso.client.ResolutionView.BlockGlyph
Enclosing class:
ResolutionView

protected static class ResolutionView.BlockGlyph
extends Object


Field Summary
protected  Polygon _bpoly
           
 Color color
           
 
Constructor Summary
ResolutionView.BlockGlyph(MisoSceneMetrics metrics, int bx, int by)
           
 
Method Summary
 void paint(Graphics2D gfx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

public Color color

_bpoly

protected Polygon _bpoly
Constructor Detail

ResolutionView.BlockGlyph

public ResolutionView.BlockGlyph(MisoSceneMetrics metrics,
                                 int bx,
                                 int by)
Method Detail

paint

public void paint(Graphics2D gfx)