Class ArrowLineStringEndpointStyle.Feathers
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.renderer.style.LineStringStyle
-
- org.locationtech.jts.jump.workbench.ui.renderer.style.LineStringEndpointStyle
-
- org.locationtech.jts.jump.workbench.ui.renderer.style.ArrowLineStringEndpointStyle
-
- org.locationtech.jts.jump.workbench.ui.renderer.style.ArrowLineStringEndpointStyle.Feathers
-
- All Implemented Interfaces:
Cloneable
,ChoosableStyle
,Style
- Direct Known Subclasses:
ArrowLineStringEndpointStyle.FeathersEnd
,ArrowLineStringEndpointStyle.FeathersStart
- Enclosing class:
- ArrowLineStringEndpointStyle
public abstract static class ArrowLineStringEndpointStyle.Feathers extends ArrowLineStringEndpointStyle
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.locationtech.jts.jump.workbench.ui.renderer.style.ArrowLineStringEndpointStyle
ArrowLineStringEndpointStyle.Feathers, ArrowLineStringEndpointStyle.FeathersEnd, ArrowLineStringEndpointStyle.FeathersStart, ArrowLineStringEndpointStyle.NarrowSolidEnd, ArrowLineStringEndpointStyle.NarrowSolidStart, ArrowLineStringEndpointStyle.OpenEnd, ArrowLineStringEndpointStyle.OpenStart, ArrowLineStringEndpointStyle.SolidEnd, ArrowLineStringEndpointStyle.SolidStart
-
-
Field Summary
-
Fields inherited from class org.locationtech.jts.jump.workbench.ui.renderer.style.ArrowLineStringEndpointStyle
finLength
-
Fields inherited from class org.locationtech.jts.jump.workbench.ui.renderer.style.LineStringEndpointStyle
icon, name
-
Fields inherited from class org.locationtech.jts.jump.workbench.ui.renderer.style.LineStringStyle
enabled, fillColorWithAlpha, lineColorWithAlpha, stroke
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize(Layer layer)
Called before #paint is applied to each Feature.protected void
paint(Point2D terminal, Point2D next, Viewport viewport, Graphics2D graphics)
-
Methods inherited from class org.locationtech.jts.jump.workbench.ui.renderer.style.LineStringEndpointStyle
getIcon, getName, paintLineString
-
Methods inherited from class org.locationtech.jts.jump.workbench.ui.renderer.style.LineStringStyle
clone, isEnabled, paint, paintGeometry, setEnabled
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.locationtech.jts.jump.workbench.ui.renderer.style.Style
clone, isEnabled, paint, setEnabled
-
-
-
-
Method Detail
-
paint
protected void paint(Point2D terminal, Point2D next, Viewport viewport, Graphics2D graphics) throws NoninvertibleTransformException
- Overrides:
paint
in classArrowLineStringEndpointStyle
- Throws:
NoninvertibleTransformException
-
initialize
public void initialize(Layer layer)
Description copied from interface:Style
Called before #paint is applied to each Feature.- Specified by:
initialize
in interfaceStyle
- Overrides:
initialize
in classLineStringStyle
-
-