Class LayerRenderer
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.ui.render.LayerRenderer
-
-
Constructor Summary
Constructors Constructor Description LayerRenderer(Layer layer, GeometryContainer geomCont, Viewport viewport)
LayerRenderer(Layer layer, Viewport viewport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
Informs this process that it can stop rendering, because the rendered context will not be displayed.void
render(Graphics2D g)
Renders the scene to the graphics context.
-
-
-
Constructor Detail
-
LayerRenderer
public LayerRenderer(Layer layer, GeometryContainer geomCont, Viewport viewport)
-
-
Method Detail
-
render
public void render(Graphics2D g)
Description copied from interface:Renderer
Renders the scene to the graphics context.
-
-