Constructor and Description |
---|
MultiplicityClientActionResponder(com.jme3.input.InputManager inputManager,
IStage stage)
Instantiates a new multiplicity client action responder.
|
Modifier and Type | Method and Description |
---|---|
IStage |
MultiplicityEnvironment.getStage(java.lang.String name)
Gets the stage.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IStage> |
MultiplicityEnvironment.getLocalStages()
Gets the local stages.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MultiplicityEnvironment.addStage(java.lang.String name,
IStage stage)
Adds the stage.
|
Constructor and Description |
---|
InertiaAnimationElement(IItem item,
IStage stage)
Instantiates a new inertia animation element.
|
Modifier and Type | Method and Description |
---|---|
void |
ThreeDRotateInteraction.setStage(IStage stage) |
void |
RotateTranslateScaleBehaviour.setStage(IStage stage) |
void |
MoveBetweenContainerBehaviour.setStage(IStage stage) |
void |
IBehaviour.setStage(IStage stage)
Behaviours usually need to know about the stage.
|
Constructor and Description |
---|
BehaviourMaker(IStage stage)
Instantiates a new behaviour maker.
|
Modifier and Type | Method and Description |
---|---|
void |
ButtonBehaviour.setStage(IStage stage) |
Modifier and Type | Method and Description |
---|---|
void |
GestureDetectionBehaviour.setStage(IStage stage) |
Modifier and Type | Method and Description |
---|---|
void |
ItemPositionHistory.setStage(IStage stage)
Sets the stage.
|
void |
InertiaBehaviour.setStage(IStage stage) |
Constructor and Description |
---|
DragAndDropSystem(IStage stage)
Instantiates a new drag and drop system.
|
ItemDragAndDropWorker(IStage stage,
IItem item)
Instantiates a new item drag and drop worker.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyboardBehaviour.setStage(IStage stage) |
Modifier and Type | Class and Description |
---|---|
class |
JMEStage
The Class JMEStage.
|
Modifier and Type | Method and Description |
---|---|
IStage |
JMEStage.getLocalStage()
Gets the local stage.
|
Modifier and Type | Method and Description |
---|---|
void |
JMEStage.setLocalStage(IStage stage)
Sets the local stage.
|
Constructor and Description |
---|
PickedItemDispatcher(com.jme3.scene.Node threeDeePickRoot,
IStage stage)
Instantiates a new picked item dispatcher.
|
Constructor and Description |
---|
PDFViewerItem(IStage stage,
java.io.File pdfFile)
Instantiates a new PDF viewer item.
|
Modifier and Type | Method and Description |
---|---|
static void |
TablePosUtilities.addPivot(IStage stage,
float originSize)
Adds the pivot.
|
static void |
TablePosUtilities.displayResults(IStage stage,
float tableX,
float tableY,
float tableO,
TablePosApp app)
Display results.
|
static void |
TablePosUtilities.generatePrompt(java.lang.String message,
IStage stage,
int currentLoop,
int loops)
Generate prompt.
|
Modifier and Type | Method and Description |
---|---|
static void |
AdditionalItemUtilities.loadAdditionalItems(IStage stage)
Registers SynergyNet exclusive items (i.e.
|
static void |
ZManager.manageLineOrder(IStage stage,
ILine line,
IItem source,
IItem target,
boolean invert)
Manage line order.
|
static void |
ZManager.manageLineOrderFull(IStage stage,
ILine line,
IItem source,
IItem target)
Manage line order full.
|
Modifier and Type | Method and Description |
---|---|
void |
ICachableImage.generateBorder(IStage stage,
com.jme3.math.ColorRGBA borderColour,
float borderWidth)
Generate border.
|
void |
ISimpleKeypad.generateKeys(IStage stage,
KeyboardOutput keyboardOutput)
Generate keys.
|
void |
ISimpleKeyboard.generateKeys(IStage stage,
KeyboardOutput keyboardOutput)
Generate keys.
|
void |
IScrollContainer.setDimensions(IStage stage,
java.util.logging.Logger log,
int width,
int height)
Sets the dimensions.
|
void |
IButtonbox.setImage(IImage image,
com.jme3.math.ColorRGBA bgColour,
com.jme3.math.ColorRGBA borderColour,
float width,
float height,
IStage stage)
Sets the image.
|
void |
IToggleButtonbox.setImage(IImage imageOff,
com.jme3.math.ColorRGBA bgColourOff,
com.jme3.math.ColorRGBA borderColourOff,
IImage imageOn,
com.jme3.math.ColorRGBA bgColourOn,
com.jme3.math.ColorRGBA borderColourOn,
float width,
float height,
IStage stage)
Sets the image.
|
void |
IMediaPlayer.setLocalResource(java.io.File file,
boolean autostart,
boolean repeat,
IStage stage)
Sets the local resource.
|
void |
IMediaPlayer.setLocalResource(java.lang.String localPath,
boolean autostart,
boolean repeat,
IStage stage)
Sets the local resource.
|
void |
IMediaPlayer.setRemoteResource(java.lang.String remotePath,
boolean autostart,
boolean repeat,
IStage stage)
Sets the remote resource.
|
void |
IRadialMenu.setRootItem(IItem studentIcon,
IStage stage,
java.util.logging.Logger log,
com.jme3.math.ColorRGBA studentColour)
Sets the root item.
|
boolean |
IScreenshotContainer.setScreenShotImage(java.io.File screenShotFile,
IStage stage,
float width,
float height)
Sets the screen shot image.
|
void |
IButtonbox.setText(java.lang.String text,
com.jme3.math.ColorRGBA bgColour,
com.jme3.math.ColorRGBA borderColour,
FontColour fontColour,
float width,
float height,
IStage stage)
Sets the text.
|
void |
IToggleButtonbox.setText(java.lang.String textOff,
com.jme3.math.ColorRGBA bgColourOff,
com.jme3.math.ColorRGBA borderColourOff,
FontColour fontColourOff,
java.lang.String textOn,
com.jme3.math.ColorRGBA bgColourOn,
com.jme3.math.ColorRGBA borderColourOn,
FontColour fontColourOn,
float width,
float height,
IStage stage)
Sets the text.
|
void |
ITextbox.setText(java.lang.String text,
IStage stage)
Sets the text.
|
Modifier and Type | Method and Description |
---|---|
void |
CachableImage.generateBorder(IStage stage,
com.jme3.math.ColorRGBA borderColour,
float borderWidth) |
void |
SimpleKeypad.generateKeys(IStage stage,
KeyboardOutput keyboardOutput) |
void |
SimpleKeyboard.generateKeys(IStage stage,
KeyboardOutput keyboardOutput) |
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.
|
void |
ScrollContainer.setDimensions(IStage stage,
java.util.logging.Logger log,
int width,
int height) |
void |
Buttonbox.setImage(IImage image,
com.jme3.math.ColorRGBA bgColour,
com.jme3.math.ColorRGBA borderColour,
float width,
float height,
IStage stage) |
void |
ToggleButtonbox.setImage(IImage imageOff,
com.jme3.math.ColorRGBA bgColourOff,
com.jme3.math.ColorRGBA borderColourOff,
IImage imageOn,
com.jme3.math.ColorRGBA bgColourOn,
com.jme3.math.ColorRGBA borderColourOn,
float width,
float height,
IStage stage) |
void |
MediaPlayer.setLocalResource(java.io.File file,
boolean autostart,
boolean repeat,
IStage stage) |
void |
MediaPlayer.setLocalResource(java.lang.String localPath,
boolean autostart,
boolean repeat,
IStage stage) |
void |
MediaPlayer.setRemoteResource(java.lang.String remotePath,
boolean autostart,
boolean repeat,
IStage stage) |
void |
RadialMenu.setRootItem(IItem rootItem,
IStage stage,
java.util.logging.Logger log,
com.jme3.math.ColorRGBA menuColour) |
boolean |
ScreenshotContainer.setScreenShotImage(java.io.File screenShotFile,
IStage stage,
float width,
float height) |
void |
Buttonbox.setText(java.lang.String text,
com.jme3.math.ColorRGBA bgColour,
com.jme3.math.ColorRGBA borderColour,
FontColour fontColour,
float width,
float height,
IStage stage) |
void |
ToggleButtonbox.setText(java.lang.String textOff,
com.jme3.math.ColorRGBA bgColourOff,
com.jme3.math.ColorRGBA borderColourOff,
FontColour fontColourOff,
java.lang.String textOn,
com.jme3.math.ColorRGBA bgColourOn,
com.jme3.math.ColorRGBA borderColourOn,
FontColour fontColourOn,
float width,
float height,
IStage stage) |
void |
Textbox.setText(java.lang.String text,
IStage stage) |
Modifier and Type | Method and Description |
---|---|
static void |
AdditionalSynergyNetUtilities.buildScreenshotItem(java.io.File screenShotFile,
com.jme3.math.Vector2f loc,
IStage stage,
float rot)
Creates a screenshot item from an image file.
|
static IItem |
AdditionalSynergyNetUtilities.generateItemFromFile(java.io.File file,
IStage stage,
float deceleration,
float importImageSizeLimit,
com.jme3.math.ColorRGBA borderColour)
Creates item for a file.
|
static IItem |
AdditionalSynergyNetUtilities.generateItemFromFile(java.io.File file,
IStage stage,
float deceleration,
float importImageSizeLimit,
com.jme3.math.ColorRGBA borderColour,
float minScale,
float maxScale)
Creates item for a file.
|
Modifier and Type | Method and Description |
---|---|
void |
TeacherTableControls.setVisibility(boolean visibility,
IStage stage)
Sets the visibility.
|
Constructor and Description |
---|
TargetLine(IStage stage,
java.util.logging.Logger log,
IItem source,
java.util.ArrayList<IItem> targets)
Instantiates a new target line.
|
TeacherTableControls(IStage stage,
EnvironmentExplorerApp app)
Instantiates a new teacher table controls.
|
Constructor and Description |
---|
SpringGraphBuilder(IStage stage,
float distanceForConnection,
float distanceForBreak,
float desiredLineLength) |
Constructor and Description |
---|
Calculator(IContainer parent,
IStage stage)
Instantiates a new calculator.
|
Constructor and Description |
---|
ExpressionDisplay(java.lang.String tableID,
IStage stage,
IContainer container,
CalculatorCollectionManager calculatorCollectionManager)
Instantiates a new expression display.
|
ExpressionVisualRepresentationFactory(IContainer parentContainer,
IStage stage)
Instantiates a new expression visual representation factory.
|
Constructor and Description |
---|
ScoresUI(IStage stage)
Instantiates a new scores ui.
|
Constructor and Description |
---|
ProjectExpressionsUI(IStage stage)
Instantiates a new project expressions ui.
|
Constructor and Description |
---|
ProjectScoresUI(IStage stage)
Instantiates a new project scores ui.
|
Modifier and Type | Method and Description |
---|---|
static IItem |
BehaviourUtilities.onFlickArrival(FlickMessage message,
IStage stage,
java.lang.String tableIdentity,
float deceleration)
Retrieves details from the supplied message to recreate the flicked item
and to ensure it appears onscreen in the manner expected, i.e.
|
Constructor and Description |
---|
CircleBouncerAnimationElement(IItem item,
IStage stage)
Creates an animation element for the supplied item which can then create
the flick motion by repositioning the managed item using JME's animation
system.
|
Modifier and Type | Method and Description |
---|---|
static void |
VirtualTableUtilities.addTable(java.lang.String tableID,
com.jme3.math.Vector2f location,
float orientation,
com.jme3.math.Vector2f dimensions,
float pixelWidth,
float metreWidth,
IStage stage)
Creates a spatial representing another device connected to the network
cluster's interface.
|
void |
NetworkFlickBehaviour.setStage(IStage stage) |
Constructor and Description |
---|
NetworkFlickAnimationElement(IItem item,
IStage stage)
Creates an animation element for the supplied item which can then create
the flick motion by repositioning the managed item using JME's animation
system.
|
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 |
---|---|
static StudentRepresentation |
DatabaseActivity.getStudentRepresentationFromDatabase(java.lang.String studentID,
java.lang.String hostName,
IStage stage)
Gets the student representation from database.
|
Modifier and Type | Method and Description |
---|---|
IStage |
FeedbackItem.getStage() |
Modifier and Type | Method and Description |
---|---|
void |
FeedbackViewer.addToStage(IStage stage)
Adds the to stage.
|
static void |
FeedbackSystem.attachFeedbackViewerToStage(IItem item,
IStage stage)
Attach feedback viewer to stage.
|
static FeedbackSelect |
FeedbackSystem.createSetter(IStage stage,
java.util.logging.Logger log,
java.util.ArrayList<java.lang.Class<? extends FeedbackItem>> feedbackTypes,
StudentRepresentation student,
StudentMenu menu)
Creates the setter.
|
void |
FeedbackItem.createSetter(com.jme3.math.Vector2f position,
float rotation,
StudentRepresentation student,
StudentMenu menuIn,
IStage stage,
java.util.logging.Logger log)
Creates the setter.
|
static void |
FeedbackSystem.registerAsFeedbackEligible(IItem item,
float width,
float height,
FeedbackContainer container,
IStage stage)
Register as feedback eligible.
|
static void |
FeedbackSystem.registerAsFeedbackEligible(IItem item,
float width,
float height,
IStage stage)
Register as feedback eligible.
|
static void |
FeedbackSystem.removeAdditionalMedia(IStage stage)
Removes the additional media.
|
void |
FeedbackItem.setStage(IStage stage) |
static void |
FeedbackSystem.unregisterAsFeedbackEligible(IItem item,
IStage stage)
Unregister as feedback eligible.
|
Constructor and Description |
---|
FeedbackContainer(IStage stage)
Instantiates a new feedback container.
|
FeedbackContainer(IStage stage,
java.util.logging.Logger log)
Instantiates a new feedback container.
|
FeedbackDragAndDropListener(FeedbackItem feedbackItem,
IStage stage,
java.util.logging.Logger log)
Instantiates a new feedback drag and drop listener.
|
FeedbackSelect(IStage stage,
java.util.logging.Logger log,
StudentRepresentation student,
StudentMenu menuIn,
java.util.ArrayList<java.lang.Class<? extends FeedbackItem>> feedbackTypes)
Instantiates a new feedback select.
|
FeedbackViewer(IStage stage,
FeedbackContainer feedbackContainer)
Instantiates a new feedback viewer.
|
Modifier and Type | Method and Description |
---|---|
static IItem |
LabelGenerator.generateFact(java.lang.String fact,
IStage stage)
Generate fact.
|
static IItem |
LabelGenerator.generateLink(java.lang.String link,
java.lang.String parent,
IStage stage,
MuseumApp app)
Generate link.
|
static ITextbox |
LabelGenerator.generateName(java.lang.String name,
IStage stage,
MuseumApp app)
Generate name.
|
Constructor and Description |
---|
EntityItem(IStage stage,
java.lang.String name,
java.util.ArrayList<IItem> items,
java.util.ArrayList<IItem> userGeneratedItems,
MuseumApp app)
Instantiates a new entity item.
|
EntityManager(IStage stage,
float displayWidth,
float displayHeight,
com.jme3.math.Vector2f displayOffset,
MuseumApp app)
Instantiates a new entity manager.
|
Lens(IStage stageIn,
java.lang.String[] lensesIn,
POIManager mapManagerIn)
Instantiates a new lens.
|
POIManager(IStage stage,
float displayWidth,
float displayHeight,
com.jme3.math.Vector2f displayOffset,
EntityManager entityManager)
Instantiates a new POI manager.
|
Modifier and Type | Method and Description |
---|---|
void |
PTMListener.setValues(PTM ptm,
PixelTransformOp pixelTransformOp,
PTMCanvas canvas,
float width,
float height,
IStage stage,
IItem parentItem,
PTMEventDispatcher ptmEventDispatcher)
Sets the values.
|
Constructor and Description |
---|
PTMViewerItem(IStage stage,
java.io.File file,
com.jme3.math.ColorRGBA borderColour,
float sizeLimit,
float minScale,
float maxScale)
Instantiates a new PTM viewer item.
|
Constructor and Description |
---|
TextEntryGUI(IStage stage,
java.io.File folder,
java.lang.String id,
java.lang.String prompt)
Instantiates a new text entry gui.
|
TextScrollBox(IStage stage,
float width,
float height,
float gapSize,
float textScale)
Instantiates a new text scroll box.
|
Constructor and Description |
---|
MetricGUI(IStage stage,
java.io.File folder,
java.io.File originalRecording,
java.lang.String idIn,
java.lang.String promptIn)
Instantiates a new metric gui.
|
RecorderButton(IStage stage,
java.lang.String imageName,
java.lang.String text,
boolean active)
Instantiates a new recorder button.
|
UserRecorder(java.lang.String prompt,
IStage stage,
java.io.File folder,
UserRecordingPromptLabel userRecordingPromptLabel,
ITextbox entityItem,
EntityManager entityManager)
Instantiates a new user recorder.
|
UserRecordingPromptLabel(IStage stage,
java.io.File folder,
EntityManager entityManager,
java.lang.String promptText)
Instantiates a new user recording prompt label.
|
Constructor and Description |
---|
ShutdownGUI(IStage stage,
float displayWidth,
float displayHeight,
float buttonWidth,
float textScale,
java.lang.String code)
Instantiates a new shutdown gui.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StudentGallery.addToGallery(IItem item,
IStage stage)
Adds the to gallery.
|
void |
StudentGallery.addToStage(IStage stage)
Adds the to stage.
|
IItem |
StudentGallery.generateGallery(IStage stage)
Generate gallery.
|
static IItem |
StudentIconGenerator.generateIcon(IStage stage,
int width,
int height,
int borderWidth,
boolean movable,
java.lang.String studentID)
Generate icon.
|
void |
StudentGallery.removeFrom(IStage stage)
Removes the from.
|
Constructor and Description |
---|
GalleryDragAndDropListener(StudentGallery gallery,
IStage stage,
java.util.logging.Logger log)
Instantiates a new gallery drag and drop listener.
|
Modifier and Type | Method and Description |
---|---|
IStage |
SynergyNetProjector.getStage()
Gets the stage.
|
Modifier and Type | Method and Description |
---|---|
void |
SynergyNetProjector.setStage(IStage stage)
Sets the stage.
|
Modifier and Type | Method and Description |
---|---|
static void |
ScreenshotUtilities.transferScreenShot(java.io.File screenShotFile,
java.lang.String[] projectorsToSendTo,
IStage stage)
Send screenshot of current contents of the app to a the list of
projectors provided.
|
Modifier and Type | Method and Description |
---|---|
static void |
StudentMenuUtilities.bringAllStudentsToTop(IStage stage)
Brings all student menus and menu icons to the top of the environment.
|
static StudentMenu |
StudentMenuUtilities.generateStudentMenu(StudentRepresentation student,
IStage stage,
SynergyNetApp app)
Creates a student menu for a given student representation.
|
static StudentMenu |
StudentMenuUtilities.login(java.lang.String studentID,
IStage stage,
SynergyNetApp app)
Will log in a student with the supplied ID.
|
static void |
StudentMenuUtilities.logout(java.lang.String studentID,
IStage stage)
Logs out a specific student from the environment and removes their menu.
|
static void |
StudentMenuUtilities.logoutAll(IStage stage)
Logs out all students in the environment and removes their menus.
|
static void |
StudentMenuUtilities.logoutAllOfClass(java.lang.String className,
IStage stage)
Logs out all students belonging to a specific class.
|
void |
StudentMenu.removeMenu(IStage stage)
Removes the menu.
|
Constructor and Description |
---|
StudentMenu(StudentRepresentation student,
IStage stage,
java.util.logging.Logger log,
SynergyNetApp app)
Instantiates a new student menu.
|
Modifier and Type | Method and Description |
---|---|
void |
TeacherTableControls.setVisibility(boolean visibility,
IStage stage)
Sets the visibility.
|
Constructor and Description |
---|
TeacherTableControls(IStage stage,
EnvironmentExplorerTrackedApp app)
Instantiates a new teacher table controls.
|