Class ShadowPathMeasure


  • @Implements(android.graphics.PathMeasure.class)
    public class ShadowPathMeasure
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void __constructor__​(android.graphics.Path path, boolean forceClosed)  
      protected float getLength()
      Return the total length of the current contour, or 0 if no path is associated with this measure object.
      protected boolean getPosTan​(float distance, float[] pos, float[] tan)
      Note: This is not mathematically correct.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowPathMeasure

        public ShadowPathMeasure()
    • Method Detail

      • __constructor__

        @Implementation
        protected void __constructor__​(android.graphics.Path path,
                                       boolean forceClosed)
      • getLength

        @Implementation
        protected float getLength()
        Return the total length of the current contour, or 0 if no path is associated with this measure object.
      • getPosTan

        @Implementation
        protected boolean getPosTan​(float distance,
                                    float[] pos,
                                    float[] tan)
        Note: This is not mathematically correct.