Interface BoundedList<B extends Bounded>

  • Type Parameters:
    B - the type of item stored in the list
    All Superinterfaces:
    Bounded, Collection<B>, Iterable<B>, List<B>
    All Known Implementing Classes:
    NodeList

    public interface BoundedList<B extends Bounded>
    extends Bounded, List<B>
    interface for a list of Bounded items. The bounding box of the list is the union of the list contents bounding boxes
    Author:
    Tom Nelson
    • Method Detail

      • recalculateBounds

        void recalculateBounds()
        recompute the bounding box for the list