Class RMShapeTable.SpanList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<RMShapeTable.Span>, Collection<RMShapeTable.Span>, List<RMShapeTable.Span>, RandomAccess
Enclosing class:
RMShapeTable

public static class RMShapeTable.SpanList extends ArrayList<RMShapeTable.Span>
A class to represent a list of spans.
See Also:
  • Constructor Details

    • SpanList

      public SpanList()
  • Method Details

    • addSpan

      public void addSpan(RMShapeTable.Span aSpan)
      Adds a span to a list of spans, either by extending an existing span or actually adding it to the list.
    • removeSpan

      public void removeSpan(RMShapeTable.Span aSpan)
      Removes a span from a list of spans, either by reducing a span or by removing a span.