org.biojava.bio.gui.glyph
Class HelixGlyph
java.lang.Object
org.biojava.bio.gui.glyph.HelixGlyph
- All Implemented Interfaces:
- Glyph
public class HelixGlyph
- extends Object
- implements Glyph
A Glyph that paints a Helix within the bounds
- Since:
- 1.5
- Author:
- Mark Southern
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelixGlyph
public HelixGlyph()
HelixGlyph
public HelixGlyph(Rectangle2D.Float bounds)
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