Class Morphing2D.Geometry

  • Enclosing class:
    Morphing2D

    private static class Morphing2D.Geometry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double[] bezierCoords  
      (package private) static double MIN_LEN  
      (package private) double[] myTvals  
      (package private) int numCoords  
      (package private) static double THIRD  
      (package private) int windingrule  
    • Constructor Summary

      Constructors 
      Constructor Description
      Geometry​(java.awt.Shape s)  
    • Field Detail

      • bezierCoords

        double[] bezierCoords
      • numCoords

        int numCoords
      • windingrule

        int windingrule
      • myTvals

        double[] myTvals
    • Constructor Detail

      • Geometry

        public Geometry​(java.awt.Shape s)
    • Method Detail

      • getWindingRule

        public int getWindingRule()
      • getNumCoords

        public int getNumCoords()
      • getCoord

        public double getCoord​(int i)
      • getTvals

        public double[] getTvals()
      • setTvals

        public void setTvals​(double[] newTvals)