public class RnaSceneGroup extends java.util.ArrayList<RnaScene>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
filePath |
private FileType |
originalType |
DrawSettings |
settings |
private java.lang.String |
title |
Constructor and Description |
---|
RnaSceneGroup() |
Modifier and Type | Method and Description |
---|---|
private RnaSceneGroup |
copyProps() |
static RnaSceneGroup |
from(RnaScene... scenes) |
java.lang.String |
getFilePath() |
FileType |
getFileType() |
java.lang.String |
getTitle() |
void |
guessTitle() |
void |
setSource(java.lang.String path,
FileType type) |
void |
setTitle(java.lang.String title) |
int |
structureCount() |
RnaSceneGroup |
subset(int... scenes) |
RnaSceneGroup |
subset(RnaScene... scenes) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
private java.lang.String filePath
private FileType originalType
public DrawSettings settings
private java.lang.String title
private RnaSceneGroup copyProps()
public static RnaSceneGroup from(RnaScene... scenes)
public java.lang.String getFilePath()
public FileType getFileType()
public java.lang.String getTitle()
public void guessTitle()
public void setSource(java.lang.String path, FileType type)
public void setTitle(java.lang.String title)
public int structureCount()
public RnaSceneGroup subset(int... scenes)
public RnaSceneGroup subset(RnaScene... scenes)