Package org.bzdev.p3d

Class Model3D.Tags

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Object>, Collection<Object>, Deque<Object>, List<Object>, Queue<Object>
Enclosing class:
Model3D

public static class Model3D.Tags extends LinkedList<Object>
Class to represent multiple tags (a current tag and a history)
See Also:
  • Method Details

    • getTag

      public Object getTag()
      Get the current tag.
      Returns:
      the tag
    • getTagHistory

      public List<Object> getTagHistory()
      Get the tag history.
      Returns:
      a list of previous tags most recent first.