Class StyleUtil
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.renderer.style.StyleUtil
-
public class StyleUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description StyleUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
paint(org.locationtech.jts.geom.Geometry geometry, Graphics2D g, Viewport viewport, boolean renderingFill, Stroke fillStroke, Paint fillPaint, boolean renderingLine, Stroke lineStroke, Color lineColor)
Smart enough to not fill LineStrings.
-
-
-
Method Detail
-
paint
public static void paint(org.locationtech.jts.geom.Geometry geometry, Graphics2D g, Viewport viewport, boolean renderingFill, Stroke fillStroke, Paint fillPaint, boolean renderingLine, Stroke lineStroke, Color lineColor) throws NoninvertibleTransformException
Smart enough to not fill LineStrings.- Throws:
NoninvertibleTransformException
-
-