Class LineToBezier

java.lang.Object
com.github.weisj.jsvg.geometry.path.LineToBezier
All Implemented Interfaces:
BezierPathCommand

final class LineToBezier extends Object implements BezierPathCommand
  • Field Details

    • relative

      private final boolean relative
    • x

      private final float x
    • y

      private final float y
  • Constructor Details

    • LineToBezier

      public LineToBezier(boolean relative, float x, float y)
  • Method Details