Package org.biojava.bio.gui.glyph
Class TurnGlyph
- java.lang.Object
-
- org.biojava.bio.gui.glyph.TurnGlyph
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rectangle2D.FloatgetBounds()PaintgetPaint()voidrender(Graphics2D g)voidsetBounds(Rectangle2D.Float r)voidsetPaint(Paint forePaint)Allows you to set the paint properties of this glyph, i.e., its color.
-
-
-
Method Detail
-
getBounds
public Rectangle2D.Float getBounds()
-
setBounds
public void setBounds(Rectangle2D.Float r)
-
render
public void render(Graphics2D g)
-
-