Class ArrowLineStringEndpointStyle.Feathers
- java.lang.Object
-
- com.vividsolutions.jump.workbench.ui.renderer.style.LineStringStyle
-
- com.vividsolutions.jump.workbench.ui.renderer.style.LineStringEndpointStyle
-
- com.vividsolutions.jump.workbench.ui.renderer.style.ArrowLineStringEndpointStyle
-
- com.vividsolutions.jump.workbench.ui.renderer.style.ArrowLineStringEndpointStyle.Feathers
-
- All Implemented Interfaces:
ChoosableStyle
,Style
,Cloneable
- 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 com.vividsolutions.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 com.vividsolutions.jump.workbench.ui.renderer.style.ArrowLineStringEndpointStyle
finLength
-
Fields inherited from class com.vividsolutions.jump.workbench.ui.renderer.style.LineStringEndpointStyle
icon, name
-
Fields inherited from class com.vividsolutions.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 com.vividsolutions.jump.workbench.ui.renderer.style.LineStringEndpointStyle
getIcon, getName, paintLineString
-
Methods inherited from class com.vividsolutions.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 com.vividsolutions.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
- Parameters:
layer
- the layer on which to apply this style
-
-