|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.tmaj.beans.misc.ArrayImageCollectionBean
public final class ArrayImageCollectionBean
A Collection of ArrayImages from the same session. This was formally known as DotButtonArray.
| Constructor Summary | |
|---|---|
ArrayImageCollectionBean(Pair dimensions,
int sessionID)
|
|
| Method Summary | |
|---|---|
void |
add(ArrayImageCell arrayImage,
int x,
int y)
|
ArrayImageCell |
get(int x,
int y)
Returns the ArrayImage as the specified position. |
java.util.List<ArrayImageCell> |
getAll()
Returns a List of all ArrayImages in this class. |
ExternalFolder |
getArraySlideDirectory(ImageSize imageSize)
|
int |
getHeight()
Returns the number of rows for this session's ArrayBlock. |
int |
getSessionID()
|
int |
getWidth()
Returns the number of columns for this session's ArrayBlock. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayImageCollectionBean(Pair dimensions,
int sessionID)
| Method Detail |
|---|
public void add(ArrayImageCell arrayImage,
int x,
int y)
public java.util.List<ArrayImageCell> getAll()
public ArrayImageCell get(int x,
int y)
public int getHeight()
public int getWidth()
public java.lang.String toString()
toString in class java.lang.Objectpublic int getSessionID()
public ExternalFolder getArraySlideDirectory(ImageSize imageSize)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||