Modifier and Type | Method and Description |
---|---|
<ContentType extends IItem,ConcreteType extends IItem> |
IContentFactory.create(java.lang.Class<ContentType> clazz,
java.lang.String name,
java.util.UUID id)
Creates the.
|
Modifier and Type | Method and Description |
---|---|
<ContentType extends IItem,ConcreteType extends IItem> |
DynamicContentSystemFactory.create(java.lang.Class<ContentType> clazz,
java.lang.String name,
java.util.UUID id) |
Modifier and Type | Method and Description |
---|---|
IContainer |
ZOrderDemo.createExpressionVisualRepresentation(java.lang.String expression)
Creates the expression visual representation.
|
IColourRectangle |
ZOrderDemo.getRectangleWithGradient(com.jme3.math.ColorRGBA top,
com.jme3.math.ColorRGBA bottom,
java.lang.String name)
Gets the rectangle with gradient.
|
Modifier and Type | Method and Description |
---|---|
<ContentType extends IItem,ConcreteType extends IItem> |
JME3ContentSystemFactory.create(java.lang.Class<ContentType> clazz,
java.lang.String name,
java.util.UUID id) |
Modifier and Type | Method and Description |
---|---|
void |
SynergyNetApp.modifyMenus(StudentMenu menu)
Can be overridden by applications extending SynergyNetApp to modify the
options made available by student menus.
|
Modifier and Type | Method and Description |
---|---|
static void |
TablePosUtilities.addPivot(IStage stage,
float originSize)
Adds the pivot.
|
static void |
TablePosUtilities.generatePrompt(java.lang.String message,
IStage stage,
int currentLoop,
int loops)
Generate prompt.
|
Constructor and Description |
---|
NumberNetController(MultiTouchInputComponent input)
Instantiates a new number net controller.
|
Modifier and Type | Method and Description |
---|---|
void |
Calculator.buildAndAttach()
Builds the and attach.
|
Modifier and Type | Method and Description |
---|---|
IContainer |
ExpressionVisualRepresentationFactory.createExpressionVisualRepresentation(Expression expression,
float rotation,
com.jme3.math.Vector2f worldLocation)
Creates a new ExpressionVisualRepresentation object.
|
void |
ExpressionDisplay.setScoresDisplayVisibility(boolean shouldBeVisible)
Sets the scores display visibility.
|
Constructor and Description |
---|
ExpressionDisplay(java.lang.String tableID,
IStage stage,
IContainer container,
CalculatorCollectionManager calculatorCollectionManager)
Instantiates a new expression display.
|
Modifier and Type | Method and Description |
---|---|
IItem |
ScoresUI.getContentItem()
Gets the content item.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectExpressionsUI.displayTarget(java.lang.Double newValue)
Display target.
|
Modifier and Type | Method and Description |
---|---|
void |
TableScoresUI.buildUI(IContainer root,
IContentFactory contentFactory)
Builds the ui.
|
Modifier and Type | Method and Description |
---|---|
void |
POIManager.generateBackground()
Generate background.
|
static IItem |
LabelGenerator.generateFact(java.lang.String fact,
IStage stage)
Generate fact.
|
void |
POIManager.generateLensButton()
Generate lens button.
|
IImage |
POIManager.generateLensedPOI(float x,
float y,
java.lang.String lensValue,
java.lang.String name)
Generate lensed poi.
|
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.
|
IImage |
POIManager.generatePOI(float x,
float y,
java.lang.String name)
Generate poi.
|
void |
EntityManager.loadAllContent(java.lang.String contentFolderLocation)
Load all content.
|
Constructor and Description |
---|
Lens(IStage stageIn,
java.lang.String[] lensesIn,
POIManager mapManagerIn)
Instantiates a new lens.
|
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 |
---|
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.
|