public interface LayeredSequence
| Modifier and Type | Method and Description |
|---|---|
String |
get(String layerName,
int index) |
Collection<String> |
getLayerNames() |
int |
getLength() |
int |
getNumLayers() |
boolean |
hasLayer(String layerName) |
String get(String layerName, int index)
layerName - index - IndexOutOfBoundsException - if the index is out of rangeIllegalArgumentException - if a layer with name layerName does not existCollection<String> getLayerNames()
boolean hasLayer(String layerName)
layerName - int getNumLayers()
int getLength()
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.