public interface ShapeRenderer
Modifier and Type | Method and Description |
---|---|
void |
render(java.awt.Graphics2D g,
java.awt.Shape shape)
Render the Shape into the Graphics2D object.
|
void |
render(java.awt.Graphics2D g,
java.awt.Shape shape,
boolean replaceColorWithGradient)
Render the Shape into the Graphics2D object.
|
void render(java.awt.Graphics2D g, java.awt.Shape shape)
void render(java.awt.Graphics2D g, java.awt.Shape shape, boolean replaceColorWithGradient)
g
- java.awt.Graphics2D object to render intoshape
- java.awt.Shape to drawreplaceColorWithGradient
- flag to specify replacement of fill and
edge colors with a GradientPaint to give a light to dark look.Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details