Modifier and Type | Method and Description |
---|---|
GalleryItemDatabaseFormat |
Textbox.deconstruct(java.lang.String loc) |
GalleryItemDatabaseFormat |
ScreenshotContainer.deconstruct(java.lang.String loc) |
GalleryItemDatabaseFormat |
MediaPlayer.deconstruct(java.lang.String loc) |
GalleryItemDatabaseFormat |
CachableLine.deconstruct(java.lang.String loc) |
GalleryItemDatabaseFormat |
CachableImage.deconstruct(java.lang.String loc) |
GalleryItemDatabaseFormat |
AudioContainer.deconstruct(java.lang.String loc) |
Modifier and Type | Method and Description |
---|---|
static Textbox |
Textbox.reconstruct(GalleryItemDatabaseFormat galleryItem,
IStage stage,
java.lang.String loc)
Reconstruct.
|
static ScreenshotContainer |
ScreenshotContainer.reconstruct(GalleryItemDatabaseFormat galleryItem,
IStage stage,
java.lang.String loc)
Reconstruct.
|
static MediaPlayer |
MediaPlayer.reconstruct(GalleryItemDatabaseFormat galleryItem,
IStage stage,
java.lang.String loc)
Reconstruct.
|
static CachableLine |
CachableLine.reconstruct(GalleryItemDatabaseFormat galleryItem,
IStage stage,
java.lang.String loc)
Reconstruct.
|
static CachableImage |
CachableImage.reconstruct(GalleryItemDatabaseFormat galleryItem,
IStage stage,
java.lang.String loc)
Reconstruct.
|
static AudioPlayer |
AudioContainer.reconstruct(GalleryItemDatabaseFormat galleryItem,
IStage stage,
java.lang.String studentID)
Reconstruct.
|
Modifier and Type | Method and Description |
---|---|
GalleryItemDatabaseFormat |
FlickMessage.getGalleryItem()
Get the object representing the flicked item and its attached feedback.
|
Modifier and Type | Method and Description |
---|---|
void |
FlickMessage.setGalleryItem(GalleryItemDatabaseFormat galleryItem)
Set the object representing the flicked item and its attached feedback.
|
Constructor and Description |
---|
FlickMessage(java.lang.String targetTableID,
java.lang.String sourceTableID,
GalleryItemDatabaseFormat galleryItem,
float x,
float y,
float targetAngle,
float targetScale,
float xDir,
float yDir)
Create a structured network flick message for transmission through the
cluster.
|
Modifier and Type | Method and Description |
---|---|
GalleryItemDatabaseFormat |
IItemCachable.deconstruct(java.lang.String StudentID)
Deconstruct.
|
static GalleryItemDatabaseFormat |
ItemCaching.deconstructItem(IItem item,
java.lang.Object[] info,
java.lang.String studentID)
Deconstruct item.
|
Modifier and Type | Method and Description |
---|---|
static IItem |
ItemCaching.reconstructItem(GalleryItemDatabaseFormat itemRepresentation,
IStage stage,
java.lang.String studentID)
Reconstruct item.
|
static IItem |
ItemCaching.reconstructItem(GalleryItemDatabaseFormat itemRepresentation,
IStage stage,
java.lang.String studentID,
float deceleration)
Reconstruct item.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<GalleryItemDatabaseFormat> |
StudentDatabaseFormat.getGalleryItems() |
static java.util.ArrayList<GalleryItemDatabaseFormat> |
DatabaseActivity.getStudentGallery(java.lang.String studentID,
java.lang.String hostName)
Gets the student gallery.
|
Modifier and Type | Method and Description |
---|---|
void |
StudentDatabaseFormat.addGalleryItem(GalleryItemDatabaseFormat galleryItem) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<IItem,GalleryItemDatabaseFormat> |
ProjectorTransferUtilities.getContentTransferrableTypes()
Gets the content transferrable types.
|
Modifier and Type | Method and Description |
---|---|
GalleryItemDatabaseFormat |
ContentTransferedMessage.getGalleryItem()
Get the object representing the transfered item and its attached
feedback.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentTransferedMessage.setGalleryItem(GalleryItemDatabaseFormat galleryItem)
Set the object representing the transfered item and its attached
feedback.
|
Constructor and Description |
---|
ContentTransferedMessage(java.lang.String[] targetDeviceIDs,
GalleryItemDatabaseFormat galleryItem,
float x,
float y,
float targetAngle,
float targetScale,
int zOrder,
boolean visible,
java.lang.String itemName)
Create a structured network flick message for transmission through the
cluster.
|