Package org.biojava.bio.gui.glyph
Class RectangleGlyph
java.lang.Object
org.biojava.bio.gui.glyph.RectangleGlyph
- All Implemented Interfaces:
Glyph
A Glyph that paints a rectangle shape within the bounds.
- Since:
- 1.5
- Author:
- Mark Southern, invalid input: '<'a href="mailto:andreas.draeger@uni-tuebingen.de>Andreas Dräger
-
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
-
RectangleGlyph
public RectangleGlyph() -
RectangleGlyph
-
RectangleGlyph
-
-
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
-
-