Module imp
Package de.grogra.imp

Class PickList

java.lang.Object
de.grogra.math.Pool
de.grogra.imp.PickList

public final class PickList extends Pool
  • Constructor Details

    • PickList

      public PickList(int maxLength, boolean allowNegativeDist)
  • Method Details

    • getGraphState

      public GraphState getGraphState()
    • getView

      public View getView()
    • getViewX

      public int getViewX()
    • getViewY

      public int getViewY()
    • reset

      public void reset(View view, int x, int y)
    • reset

      public void reset()
    • beginNewGroup

      public void beginNewGroup()
    • setCurrentLayer

      public void setCurrentLayer(int layer)
    • begin

      public void begin(Path p, boolean removeNode)
    • add

      public void add(double distance)
    • add

      public void add()
    • containsCurrent

      public boolean containsCurrent()
    • end

      public void end()
    • getMaxDistance

      public double getMaxDistance()
    • getItem

      public void getItem(int index, PickElement p)
    • getPath

      public void getPath(int index, ArrayPath p)
    • getPath

      public ArrayPath getPath(int index)
    • getSize

      public int getSize()
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object