Class LineToBezier

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean relative  
      private float x  
      private float y  
    • Constructor Summary

      Constructors 
      Constructor Description
      LineToBezier​(boolean relative, float x, float y)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull Bezier createBezier​(java.awt.geom.Point2D.Float start)  
      • Methods inherited from class java.lang.Object

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

      • relative

        private final boolean relative
      • x

        private final float x
      • y

        private final float y
    • Constructor Detail

      • LineToBezier

        public LineToBezier​(boolean relative,
                            float x,
                            float y)