com.vividsolutions.jump.workbench.ui.renderer.style
Class CircleLineStringEndpointStyle

java.lang.Object
  extended by com.vividsolutions.jump.workbench.ui.renderer.style.LineStringStyle
      extended by com.vividsolutions.jump.workbench.ui.renderer.style.LineStringEndpointStyle
          extended by com.vividsolutions.jump.workbench.ui.renderer.style.CircleLineStringEndpointStyle
All Implemented Interfaces:
ChoosableStyle, Style, java.lang.Cloneable
Direct Known Subclasses:
CircleLineStringEndpointStyle.End, CircleLineStringEndpointStyle.Start

public abstract class CircleLineStringEndpointStyle
extends LineStringEndpointStyle


Nested Class Summary
static class CircleLineStringEndpointStyle.End
           
static class CircleLineStringEndpointStyle.Start
           
 
Field Summary
 
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
protected  void paint(java.awt.geom.Point2D terminal, java.awt.geom.Point2D next, Viewport viewport, java.awt.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, initialize, 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, initialize, isEnabled, paint, setEnabled
 

Method Detail

paint

protected void paint(java.awt.geom.Point2D terminal,
                     java.awt.geom.Point2D next,
                     Viewport viewport,
                     java.awt.Graphics2D graphics)
              throws java.awt.geom.NoninvertibleTransformException
Specified by:
paint in class LineStringEndpointStyle
Throws:
java.awt.geom.NoninvertibleTransformException