Package org.biojava.bio.gui.glyph
Class HelixGlyph
- java.lang.Object
-
- org.biojava.bio.gui.glyph.HelixGlyph
-
- All Implemented Interfaces:
Glyph
public class HelixGlyph extends java.lang.Object implements Glyph
A Glyph that paints a Helix within the bounds- Since:
- 1.5
- Author:
- Mark Southern
-
-
Constructor Summary
Constructors Constructor Description HelixGlyph()
HelixGlyph(java.awt.geom.Rectangle2D.Float bounds)
-
Method Summary
All Methods Instance Methods Concrete 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)
-
-
-
Constructor Detail
-
HelixGlyph
public HelixGlyph()
-
HelixGlyph
public HelixGlyph(java.awt.geom.Rectangle2D.Float bounds)
-
-