Package 

Class LineBuilder

  • All Implemented Interfaces:
    org.osmdroid.util.PointAccepter

    
    public abstract class LineBuilder
     implements PointAccepter
                        

    Created by Fabrice on 03/01/2018.

    • Constructor Summary

      Constructors 
      Constructor Description
      LineBuilder(int pMaxSize)
    • Method Summary

      Modifier and Type Method Description
      void init()
      void add(long pX, long pY)
      void end()
      Array<float> getLines()
      int getSize()
      abstract void flush()
      • Methods inherited from class java.lang.Object

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

      • LineBuilder

        LineBuilder(int pMaxSize)