Class ArrowLineStringSegmentStyle
java.lang.Object
com.vividsolutions.jump.workbench.ui.renderer.style.LineStringStyle
com.vividsolutions.jump.workbench.ui.renderer.style.LineStringSegmentStyle
com.vividsolutions.jump.workbench.ui.renderer.style.ArrowLineStringSegmentStyle
- All Implemented Interfaces:
ChoosableStyle, Style, Cloneable
- Direct Known Subclasses:
ArrowLineStringSegmentStyle.NarrowSolid, ArrowLineStringSegmentStyle.Open, ArrowLineStringSegmentStyle.Solid
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Field Summary
FieldsFields inherited from class LineStringSegmentStyle
icon, nameFields inherited from class LineStringStyle
enabled, fillColorWithAlpha, lineColorWithAlpha, stroke -
Constructor Summary
ConstructorsConstructorDescriptionArrowLineStringSegmentStyle(String name, String iconFile, double finAngle, double finLength, boolean filled) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidpaint(Point2D p0, Point2D p1, Viewport viewport, Graphics2D graphics) Methods inherited from class LineStringSegmentStyle
getIcon, getName, paint, paintLineStringMethods inherited from class LineStringStyle
clone, initialize, isEnabled, paint, paintGeometry, setEnabledMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Style
clone, initialize, isEnabled, paint, setEnabled
-
Field Details
-
finLength
protected double finLength
-
-
Constructor Details
-
ArrowLineStringSegmentStyle
-
-
Method Details
-
paint
protected void paint(Point2D p0, Point2D p1, Viewport viewport, Graphics2D graphics) throws NoninvertibleTransformException - Specified by:
paintin classLineStringSegmentStyle- Throws:
NoninvertibleTransformException
-