Class CircleEndpointStyle

    • Constructor Summary

      Constructors 
      Constructor Description
      CircleEndpointStyle​(java.awt.Color color, boolean start, boolean filled)  
      CircleEndpointStyle​(java.awt.Color color, double diameter, boolean start, boolean filled)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void paint​(java.awt.geom.Point2D terminal, java.awt.geom.Point2D next, Viewport viewport, java.awt.Graphics2D g)  
      private java.awt.Shape toCircle​(java.awt.geom.Point2D viewPoint)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • filled

        private boolean filled
      • color

        private java.awt.Color color
      • diameter

        private double diameter
    • Constructor Detail

      • CircleEndpointStyle

        public CircleEndpointStyle​(java.awt.Color color,
                                   boolean start,
                                   boolean filled)
      • CircleEndpointStyle

        public CircleEndpointStyle​(java.awt.Color color,
                                   double diameter,
                                   boolean start,
                                   boolean filled)
    • Method Detail

      • paint

        protected void paint​(java.awt.geom.Point2D terminal,
                             java.awt.geom.Point2D next,
                             Viewport viewport,
                             java.awt.Graphics2D g)
        Specified by:
        paint in class LineStringEndpointStyle
      • toCircle

        private java.awt.Shape toCircle​(java.awt.geom.Point2D viewPoint)