Class Morphing2D.Geometry

java.lang.Object
org.jdesktop.swingx.geom.Morphing2D.Geometry
Enclosing class:
Morphing2D

private static class Morphing2D.Geometry extends Object
  • Field Details

    • THIRD

      static final double THIRD
      See Also:
    • MIN_LEN

      static final double MIN_LEN
      See Also:
    • bezierCoords

      double[] bezierCoords
    • numCoords

      int numCoords
    • windingrule

      int windingrule
    • myTvals

      double[] myTvals
  • Constructor Details

    • Geometry

      public Geometry(Shape s)
  • Method Details

    • getWindingRule

      public int getWindingRule()
    • getNumCoords

      public int getNumCoords()
    • getCoord

      public double getCoord(int i)
    • getTvals

      public double[] getTvals()
    • setTvals

      public void setTvals(double[] newTvals)