Package org.biojava.bio.gui.glyph
Interface Glyph
-
- All Known Implementing Classes:
ArrowGlyph
,HelixGlyph
,RectangleGlyph
,TurnGlyph
,TwoHeadedArrowGlyph
public interface Glyph
The 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.Float
getBounds()
void
render(java.awt.Graphics2D g)
void
setBounds(java.awt.geom.Rectangle2D.Float r)
-