add method

void add(
  1. TapeLayer layer
)

Implementation

void add(TapeLayer layer) {
  layers.add(layer);
}