All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.java.html.lib.snapsvg.Snap.Path Maven / Gradle / Ivy

The newest version!
package net.java.html.lib.snapsvg.Snap;
public class Path extends net.java.html.lib.Objs {
  protected Path(net.java.html.lib.Objs.Constructor c, java.lang.Object js) {
    super(c, js);
  }
  private static final class $Constructor extends net.java.html.lib.Objs.Constructor {
    $Constructor() {
      super(Path.class);
    }
    @Override
    public Path create(java.lang.Object obj) {
      return obj == null ? null : new Path(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static Path $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.snapsvg.Snap.BBox bezierBBox(double... args) {
    return (net.java.html.lib.snapsvg.Snap.BBox)net.java.html.lib.snapsvg.Snap.BBox.$as($Typings$.bezierBBox$215($js(this), /* ArrayType*/$js(args)));
  }
  public net.java.html.lib.snapsvg.Snap.BBox bezierBBox(net.java.html.lib.Array bez) {
    return (net.java.html.lib.snapsvg.Snap.BBox)net.java.html.lib.snapsvg.Snap.BBox.$as($Typings$.bezierBBox$216($js(this), /* FirstTypeNode*/$js(bez)));
  }
  public net.java.html.lib.Objs findDotsAtSegment(double p1x, double p1y, double c1x, double c1y, double c2x, double c2y, double p2x, double p2y, double t) {
    return (net.java.html.lib.Objs)net.java.html.lib.Objs.$as($Typings$.findDotsAtSegment$217($js(this), p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t));
  }
  public net.java.html.lib.snapsvg.Snap.BBox getBBox(java.lang.String path) {
    return (net.java.html.lib.snapsvg.Snap.BBox)net.java.html.lib.snapsvg.Snap.BBox.$as($Typings$.getBBox$218($js(this), path));
  }
  public net.java.html.lib.Objs getPointAtLength(java.lang.String path, double length) {
    return (net.java.html.lib.Objs)net.java.html.lib.Objs.$as($Typings$.getPointAtLength$219($js(this), path, length));
  }
  public java.lang.String getSubpath(java.lang.String path, double from, double to) {
    return $Typings$.getSubpath$220($js(this), path, from, to);
  }
  public double getTotalLength(java.lang.String path) {
    return $Typings$.getTotalLength$221($js(this), path);
  }
  public net.java.html.lib.Array intersection(java.lang.String path1, java.lang.String path2) {
    return (net.java.html.lib.Array)net.java.html.lib.Array.$as($Typings$.intersection$222($js(this), path1, path2));
  }
  public java.lang.Boolean isBBoxIntersect(net.java.html.lib.snapsvg.Snap.BBox bbox1, net.java.html.lib.snapsvg.Snap.BBox bbox2) {
    return $Typings$.isBBoxIntersect$223($js(this), /* FirstTypeNode*/$js(bbox1), /* FirstTypeNode*/$js(bbox2));
  }
  public java.lang.Boolean isPointInside(java.lang.String path, double x, double y) {
    return $Typings$.isPointInside$224($js(this), path, x, y);
  }
  public java.lang.Boolean isPointInsideBBox(net.java.html.lib.snapsvg.Snap.BBox bbox, double x, double y) {
    return $Typings$.isPointInsideBBox$225($js(this), /* FirstTypeNode*/$js(bbox), x, y);
  }
  public java.lang.String map(java.lang.String path, net.java.html.lib.Objs matrix) {
    return $Typings$.map$226($js(this), path, /* FirstTypeNode*/$js(matrix));
  }
  public java.lang.String map(java.lang.String path, net.java.html.lib.snapsvg.Snap.Matrix matrix) {
    return $Typings$.map$227($js(this), path, /* FirstTypeNode*/$js(matrix));
  }
  public net.java.html.lib.Array toAbsolute(java.lang.String path) {
    return (net.java.html.lib.Array)net.java.html.lib.Array.$as($Typings$.toAbsolute$228($js(this), path));
  }
  public net.java.html.lib.Array toCubic(java.lang.String pathString) {
    return (net.java.html.lib.Array)net.java.html.lib.Array.$as($Typings$.toCubic$229($js(this), pathString));
  }
  public net.java.html.lib.Array toCubic(net.java.html.lib.Array pathString) {
    return (net.java.html.lib.Array)net.java.html.lib.Array.$as($Typings$.toCubic$230($js(this), /* FirstTypeNode*/$js(pathString)));
  }
  public net.java.html.lib.Array toRelative(java.lang.String path) {
    return (net.java.html.lib.Array)net.java.html.lib.Array.$as($Typings$.toRelative$231($js(this), path));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy