org.biojava.bio.gui.glyph
Class RectangleGlyph

java.lang.Object
  extended by org.biojava.bio.gui.glyph.RectangleGlyph
All Implemented Interfaces:
Glyph

public class RectangleGlyph
extends Object
implements Glyph

A Glyph that paints a rectangle shape within the bounds.

Since:
1.5
Author:
Mark Southern

Constructor Summary
RectangleGlyph()
           
RectangleGlyph(Paint paint)
           
RectangleGlyph(Rectangle2D.Float bounds)
           
 
Method Summary
 Rectangle2D.Float getBounds()
           
 void render(Graphics2D g)
           
 void setBounds(Rectangle2D.Float r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RectangleGlyph

public RectangleGlyph()

RectangleGlyph

public RectangleGlyph(Rectangle2D.Float bounds)

RectangleGlyph

public RectangleGlyph(Paint paint)
Method Detail

getBounds

public Rectangle2D.Float getBounds()
Specified by:
getBounds in interface Glyph

setBounds

public void setBounds(Rectangle2D.Float r)
Specified by:
setBounds in interface Glyph

render

public void render(Graphics2D g)
Specified by:
render in interface Glyph