Class CubicBezierCommand

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private float bx  
      private float by  
      private float cx  
      private float cy  
      private float dx  
      private float dy  
      private boolean relative  
    • Constructor Summary

      Constructors 
      Constructor Description
      CubicBezierCommand​(boolean relative, float bx, float by, float cx, float cy, float dx, float dy)  
    • Method Summary

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

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

      • relative

        private final boolean relative
      • bx

        private final float bx
      • by

        private final float by
      • cx

        private final float cx
      • cy

        private final float cy
      • dx

        private final float dx
      • dy

        private final float dy
    • Constructor Detail

      • CubicBezierCommand

        public CubicBezierCommand​(boolean relative,
                                  float bx,
                                  float by,
                                  float cx,
                                  float cy,
                                  float dx,
                                  float dy)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object