Constructor and Description |
---|
TurnGlyph() |
TurnGlyph(Paint paint,
Stroke stroke) |
TurnGlyph(Rectangle2D.Float bounds) |
Modifier and Type | Method and Description |
---|---|
Rectangle2D.Float |
getBounds() |
Paint |
getPaint() |
void |
render(Graphics2D g) |
void |
setBounds(Rectangle2D.Float r) |
void |
setPaint(Paint forePaint)
Allows you to set the paint properties of this glyph, i.e., its color.
|
public TurnGlyph()
public TurnGlyph(Rectangle2D.Float bounds)
public Rectangle2D.Float getBounds()
public void setBounds(Rectangle2D.Float r)
public void render(Graphics2D g)
Copyright © 2014 BioJava. All rights reserved.