Class ComponentStyle
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.ui.style.ComponentStyle
-
-
Constructor Summary
Constructors Constructor Description ComponentStyle()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
paint(Geometry geom, Viewport viewport, Graphics2D g)
protected abstract void
paintComponent(Geometry geom, Viewport viewport, Graphics2D graphics)
-
-
-
Method Detail
-
paint
public void paint(Geometry geom, Viewport viewport, Graphics2D g) throws Exception
-
paintComponent
protected abstract void paintComponent(Geometry geom, Viewport viewport, Graphics2D graphics) throws Exception
- Throws:
Exception
-
-