public class Playlist extends Object implements AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
add(Image image) |
void |
close() |
List<Image> |
getImages() |
int |
size() |
void |
start(boolean repeat) |
public void add(Image image) throws DAQException
DAQExceptionpublic List<Image> getImages() throws DAQException
DAQExceptionpublic int size()
throws DAQException
DAQExceptionpublic void start(boolean repeat)
throws DAQException
DAQExceptionpublic void close()
throws DAQException
close in interface AutoCloseableDAQExceptionCopyright © 2023 LSST. All rights reserved.