Class Polyline2


  • public class Polyline2
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Polyline2​(java.awt.geom.Point2D start, java.awt.geom.Point2D end)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addLine​(java.awt.geom.Line2D.Double newLine)  
      void draw​(java.awt.Graphics2D g2d)  
      • Methods inherited from class java.lang.Object

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

      • Polyline2

        public Polyline2​(java.awt.geom.Point2D start,
                         java.awt.geom.Point2D end)
    • Method Detail

      • addLine

        public void addLine​(java.awt.geom.Line2D.Double newLine)
      • draw

        public void draw​(java.awt.Graphics2D g2d)