Package org.biojava.bio.gui.glyph
Interface Glyph
-
- All Known Implementing Classes:
ArrowGlyph,HelixGlyph,RectangleGlyph,TurnGlyph,TwoHeadedArrowGlyph
public interface GlyphThe Glyph interface for painting a shape within bounds- Since:
- 1.5
- Author:
- Mark Southern
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.geom.Rectangle2D.FloatgetBounds()voidrender(java.awt.Graphics2D g)voidsetBounds(java.awt.geom.Rectangle2D.Float r)
-