public class GeometryRenderer extends Object
| Constructor and Description |
|---|
GeometryRenderer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
renderGeometry(Geometry<?> geometry,
Graphics g,
Point p)
Paint a Geometry with respect to the Geometry absolute position
within the outermost geometry.
|
public static void renderGeometry(Geometry<?> geometry, Graphics g, Point p)
geometry - The Geometry to be renderedg - The graphics elementp - The absolute point.Copyright © 2016 LSST. All rights reserved.