Package org.biojava.bio.gui.glyph
Class TurnGlyph
java.lang.Object
org.biojava.bio.gui.glyph.TurnGlyph
- All Implemented Interfaces:
Glyph
A Glyph that paints a wide 'H' line within the bounds
- Since:
- 1.5
- Author:
- Mark Southern
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPaint()
void
render
(Graphics2D g) void
void
Allows you to set the paint properties of this glyph, i.e., its color.
-
Constructor Details
-
TurnGlyph
public TurnGlyph() -
TurnGlyph
-
TurnGlyph
-
-
Method Details
-
getBounds
-
setBounds
-
render
-
getPaint
- Returns:
- The currently set paint properties of this glyph.
-
setPaint
Allows you to set the paint properties of this glyph, i.e., its color.- Parameters:
forePaint
-
-