Package org.biojava.bio.gui.glyph
Class TwoHeadedArrowGlyph
- java.lang.Object
 - 
- org.biojava.bio.gui.glyph.TwoHeadedArrowGlyph
 
 
- 
- All Implemented Interfaces:
 Glyph
public class TwoHeadedArrowGlyph extends Object implements Glyph
A Glyph that paints a two headed arrow within the bounds- Since:
 - 1.5
 - Author:
 - Mark Southern
 
 
- 
- 
Constructor Summary
Constructors Constructor Description TwoHeadedArrowGlyph()TwoHeadedArrowGlyph(Rectangle2D.Float bounds) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rectangle2D.FloatgetBounds()voidrender(Graphics2D g)voidsetBounds(Rectangle2D.Float r) 
 - 
 
- 
- 
Constructor Detail
- 
TwoHeadedArrowGlyph
public TwoHeadedArrowGlyph()
 
- 
TwoHeadedArrowGlyph
public TwoHeadedArrowGlyph(Rectangle2D.Float bounds)
 
 - 
 
- 
Method Detail
- 
getBounds
public Rectangle2D.Float getBounds()
 
- 
setBounds
public void setBounds(Rectangle2D.Float r)
 
- 
render
public void render(Graphics2D g)
 
 - 
 
 -