Class GridRenderer
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.renderer.SimpleRenderer
-
- org.locationtech.jts.jump.workbench.ui.snap.GridRenderer
-
- All Implemented Interfaces:
Renderer
public class GridRenderer extends SimpleRenderer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.locationtech.jts.jump.workbench.ui.renderer.Renderer
Renderer.Factory
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTENT_ID
static String
DOTS_ENABLED_KEY
static String
ENABLED_KEY
static String
LINES_ENABLED_KEY
-
Fields inherited from class org.locationtech.jts.jump.workbench.ui.renderer.SimpleRenderer
panel
-
-
Constructor Summary
Constructors Constructor Description GridRenderer(Blackboard blackboard, LayerViewPanel panel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
paint(Graphics2D g)
-
Methods inherited from class org.locationtech.jts.jump.workbench.ui.renderer.SimpleRenderer
cancel, clearImageCache, copyTo, createRunnable, getContentID, isRendering
-
-
-
-
Field Detail
-
CONTENT_ID
public static final String CONTENT_ID
- See Also:
- Constant Field Values
-
ENABLED_KEY
public static final String ENABLED_KEY
-
DOTS_ENABLED_KEY
public static final String DOTS_ENABLED_KEY
-
LINES_ENABLED_KEY
public static final String LINES_ENABLED_KEY
-
-
Constructor Detail
-
GridRenderer
public GridRenderer(Blackboard blackboard, LayerViewPanel panel)
-
-
Method Detail
-
paint
protected void paint(Graphics2D g) throws NoninvertibleTransformException
- Specified by:
paint
in classSimpleRenderer
- Throws:
NoninvertibleTransformException
-
-