Interface FootprintList

All Known Implementing Classes:
FootprintsListImpl

public interface FootprintList
A List of Footprints
  • Method Details

    • add

      void add(Footprint footprint)
    • getFootprints

      List<? extends Footprint> getFootprints()
    • getTotal

      int getTotal()