Interface FootprintList


public interface FootprintList
A List of Footprints
  • Method Details

    • add

      void add(Footprint footprint)
    • getFootprints

      List<? extends Footprint> getFootprints()
    • getTotal

      int getTotal()