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 java.awt.geom.Rectangle2D.FloatgetBounds()java.awt.PaintgetPaint()voidrender(java.awt.Graphics2D g)voidsetBounds(java.awt.geom.Rectangle2D.Float r)voidsetPaint(java.awt.Paint forePaint)Allows you to set the paint properties of this glyph, i.e., its color.
-
-
-
Method Detail
-
getBounds
public java.awt.geom.Rectangle2D.Float getBounds()
-
setBounds
public void setBounds(java.awt.geom.Rectangle2D.Float r)
-
getPaint
public java.awt.Paint getPaint()
- Returns:
- The currently set paint properties of this glyph.
-
setPaint
public void setPaint(java.awt.Paint forePaint)
Allows you to set the paint properties of this glyph, i.e., its color.- Parameters:
forePaint-
-
-