Class PathMeasure

java.lang.Object
com.codename1.charts.compat.PathMeasure

public class PathMeasure extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    PathMeasure(GeneralPath p, boolean b)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    float
     
    void
    getPosTan(int i, float[] coords, float[] tan)
     

    Methods inherited from class java.lang.Object

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

    • PathMeasure

      public PathMeasure(GeneralPath p, boolean b)
  • Method Details

    • getLength

      public float getLength()
    • getPosTan

      public void getPosTan(int i, float[] coords, float[] tan)