Class PolygonStructureStyle
java.lang.Object
org.locationtech.jtstest.testbuilder.ui.style.LineStringStyle
org.locationtech.jtstest.testbuilder.ui.style.PolygonStructureStyle
- All Implemented Interfaces:
Style
Shows polygon structure (shells versus holes)
by symbolizing the rings differently.
- Author:
- Martin Davis
-
Field Summary
Fields inherited from class org.locationtech.jtstest.testbuilder.ui.style.LineStringStyle
LINE, POLY_HOLE, POLY_SHELL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
paintLineString
(LineString lineString, int lineType, Viewport viewport, Graphics2D gr) Methods inherited from class org.locationtech.jtstest.testbuilder.ui.style.LineStringStyle
paint, paint
-
Constructor Details
-
PolygonStructureStyle
-
-
Method Details
-
paintLineString
protected void paintLineString(LineString lineString, int lineType, Viewport viewport, Graphics2D gr) throws Exception - Specified by:
paintLineString
in classLineStringStyle
- Throws:
Exception
-