Modifier and Type | Method and Description |
---|---|
static void |
ContentSystemPrinter.logContentSystemByZOrderFromRoot(java.util.logging.Logger log,
java.util.logging.Level level,
IItem root)
Log content system by z order from root.
|
Constructor and Description |
---|
InertiaAnimationElement(IItem item,
IStage stage)
Instantiates a new inertia animation element.
|
Modifier and Type | Method and Description |
---|---|
IItem |
ThreeDRotateInteraction.getParentItem()
Gets the parent item.
|
Modifier and Type | Method and Description |
---|---|
<Behaviour extends IBehaviour> |
BehaviourMaker.addBehaviour(IItem item,
java.lang.Class<Behaviour> behaviourClass)
Adds the behaviour.
|
java.util.ArrayList<IBehaviour> |
BehaviourMaker.getBehavior(IItem item,
java.lang.Class<? extends IBehaviour> behaviourClass)
Gets the behavior.
|
void |
BehaviourMaker.removeBehavior(IItem item,
java.lang.Class<? extends IBehaviour> behaviourClass)
Removes the behavior.
|
void |
ThreeDRotateInteraction.setEventSource(IItem newSourceItem) |
void |
RotateTranslateScaleBehaviour.setEventSource(IItem newSourceItem) |
void |
MoveBetweenContainerBehaviour.setEventSource(IItem eventSourceItem) |
void |
IBehaviour.setEventSource(IItem eventSourceItem)
The item whose multi-touch event dispatcher will generate the events that
this behaviour will respond to.
|
void |
ThreeDRotateInteraction.setItemActingOn(IItem item) |
void |
RotateTranslateScaleBehaviour.setItemActingOn(IItem item) |
void |
MoveBetweenContainerBehaviour.setItemActingOn(IItem item) |
void |
IBehaviour.setItemActingOn(IItem item)
The item that the behaviour should operate on.
|
void |
ThreeDRotateInteraction.setParentItem(IItem parentItem)
Sets the parent item.
|
Modifier and Type | Method and Description |
---|---|
void |
IButtonBehaviourListener.buttonClicked(IItem item)
Button clicked.
|
void |
IButtonBehaviourListener.buttonPressed(IItem item)
Button pressed.
|
void |
IButtonBehaviourListener.buttonReleased(IItem item)
Button released.
|
void |
ButtonBehaviour.setEventSource(IItem eventSourceItem) |
void |
ButtonBehaviour.setItemActingOn(IItem item) |
Modifier and Type | Method and Description |
---|---|
void |
IGestureListener.gestureDetected(GestureMatch match,
IItem item)
Gesture detected.
|
void |
GestureDetectionBehaviour.setEventSource(IItem eventSourceItem) |
void |
GestureDetectionBehaviour.setItemActingOn(IItem item) |
Modifier and Type | Field and Description |
---|---|
IItem |
ItemPositionHistory.item
The item.
|
Modifier and Type | Method and Description |
---|---|
void |
InertiaBehaviour.setEventSource(IItem eventSourceItem) |
void |
InertiaBehaviour.setItemActingOn(IItem item) |
Constructor and Description |
---|
ItemPositionHistory(IItem item)
Instantiates a new item position history.
|
Modifier and Type | Method and Description |
---|---|
void |
DragAndDropSystem.dropOccurred(MultiTouchCursorEvent event,
IItem itemDropped)
Drop occurred.
|
void |
DragAndDropListener.itemDraggedAndDropped(IItem itemDropped,
IItem onto,
int indexOfDrop) |
void |
DragAndDropSystem.registerDragDestinationListener(IItem dragDestination,
DragAndDropListener listener)
Register drag destination listener.
|
void |
DragAndDropSystem.registerDragSource(IItem dragSource)
Register drag source.
|
void |
DragAndDropSystem.unregisterDragSource(IItem dragSource)
Unregister drag source.
|
Constructor and Description |
---|
ItemDragAndDropWorker(IStage stage,
IItem item)
Instantiates a new item drag and drop worker.
|
Modifier and Type | Method and Description |
---|---|
<ContentType extends IItem> |
IContentFactory.canCreate(java.lang.Class<ContentType> contentType)
Can create.
|
<ContentType extends IItem,ConcreteType extends IItem> |
IContentFactory.create(java.lang.Class<ContentType> clazz,
java.lang.String name,
java.util.UUID id)
Creates the.
|
<ContentType extends IItem,ConcreteType extends IItem> |
IContentFactory.create(java.lang.Class<ContentType> clazz,
java.lang.String name,
java.util.UUID id)
Creates the.
|
<ContentType extends IItem,ConcreteType extends IItem> |
IContentFactory.getConcreteTypeForContentType(java.lang.Class<ContentType> contentType)
Gets the concrete type for content type.
|
<ContentType extends IItem,ConcreteType extends IItem> |
IContentFactory.getConcreteTypeForContentType(java.lang.Class<ContentType> contentType)
Gets the concrete type for content type.
|
<ContentType extends IItem,ConcreteType extends IItem> |
IContentFactory.register(java.lang.Class<ContentType> contentType,
java.lang.Class<ConcreteType> concreteType)
Register.
|
<ContentType extends IItem,ConcreteType extends IItem> |
IContentFactory.register(java.lang.Class<ContentType> contentType,
java.lang.Class<ConcreteType> concreteType)
Register.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends IItem> |
ContentTypeAlreadyBoundException.getAlreadyBoundTo()
Gets the already bound to.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentTypeAlreadyBoundException.setAlreadyBoundTo(java.lang.Class<? extends IItem> alreadyBoundTo)
Sets the already bound to.
|
Constructor and Description |
---|
ContentTypeAlreadyBoundException(java.lang.Class<? extends IItem> alreadyBoundTo)
Instantiates a new content type already bound exception.
|
Modifier and Type | Method and Description |
---|---|
<ContentType extends IItem> |
DynamicContentSystemFactory.canCreate(java.lang.Class<ContentType> contentType) |
<ContentType extends IItem,ConcreteType extends IItem> |
DynamicContentSystemFactory.create(java.lang.Class<ContentType> clazz,
java.lang.String name,
java.util.UUID id) |
<ContentType extends IItem,ConcreteType extends IItem> |
DynamicContentSystemFactory.create(java.lang.Class<ContentType> clazz,
java.lang.String name,
java.util.UUID id) |
<ContentType extends IItem,ConcreteType extends IItem> |
DynamicContentSystemFactory.getConcreteTypeForContentType(java.lang.Class<ContentType> contentType) |
<ContentType extends IItem,ConcreteType extends IItem> |
DynamicContentSystemFactory.getConcreteTypeForContentType(java.lang.Class<ContentType> contentType) |
<ContentType extends IItem,ConcreteType extends IItem> |
DynamicContentSystemFactory.register(java.lang.Class<ContentType> contentType,
java.lang.Class<ConcreteType> concreteType) |
<ContentType extends IItem,ConcreteType extends IItem> |
DynamicContentSystemFactory.register(java.lang.Class<ContentType> contentType,
java.lang.Class<ConcreteType> concreteType) |
Modifier and Type | Interface and Description |
---|---|
interface |
ICircularItem
The Interface ICircularItem.
|
interface |
IEditableText
The Interface IEditableText.
|
interface |
IFrame
The Interface IFrame.
|
interface |
ILabel
The Interface ILabel.
|
interface |
ILineItem
The Interface ILineItem.
|
interface |
IPalet
The Interface IPalet.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IItem> |
INestable.getChildItems()
Gets the child items.
|
Modifier and Type | Method and Description |
---|---|
void |
INestable.addItem(IItem item)
Adds the item.
|
void |
INestable.removeItem(IItem item)
Removes the item.
|
void |
IFrame.removeItem(IItem item) |
void |
ILine.setSourceItem(IItem sourceItem)
Sets the source item.
|
void |
ILine.setTargetItem(IItem targetItem)
Sets the target item.
|
Modifier and Type | Method and Description |
---|---|
void |
INestable.IChildrenChangedListener.childrenChanged(INestable node,
java.util.List<IItem> list)
Children changed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRoundedBorder
The Interface IRoundedBorder.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IContainer
The Interface IContainer.
|
Modifier and Type | Method and Description |
---|---|
void |
ItemListenerAdapter.itemCursorChanged(IItem item,
MultiTouchCursorEvent event) |
void |
IItemListener.itemCursorChanged(IItem item,
MultiTouchCursorEvent event)
Item cursor changed.
|
void |
ItemListenerAdapter.itemCursorClicked(IItem item,
MultiTouchCursorEvent event) |
void |
IItemListener.itemCursorClicked(IItem item,
MultiTouchCursorEvent event)
Item cursor clicked.
|
void |
ItemListenerAdapter.itemCursorPressed(IItem item,
MultiTouchCursorEvent event) |
void |
IItemListener.itemCursorPressed(IItem item,
MultiTouchCursorEvent event)
Item cursor pressed.
|
void |
ItemListenerAdapter.itemCursorReleased(IItem item,
MultiTouchCursorEvent event) |
void |
IItemListener.itemCursorReleased(IItem item,
MultiTouchCursorEvent event)
Item cursor released.
|
void |
ItemListenerAdapter.itemMoved(IItem item) |
void |
IItemListener.itemMoved(IItem item)
Item moved.
|
void |
ItemListenerAdapter.itemRotated(IItem item) |
void |
IItemListener.itemRotated(IItem item)
Item rotated.
|
void |
ItemListenerAdapter.itemScaled(IItem item) |
void |
IItemListener.itemScaled(IItem item)
Item scaled.
|
void |
ItemListenerAdapter.itemVisibilityChanged(IItem item,
boolean isVisible) |
void |
IItemListener.itemVisibilityChanged(IItem item,
boolean isVisible)
Item visibility changed.
|
void |
ItemListenerAdapter.itemZOrderChanged(IItem item) |
void |
IItemListener.itemZOrderChanged(IItem item)
Item z order changed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IImage
The Interface IImage.
|
Modifier and Type | Method and Description |
---|---|
IItem |
IItem.getParentItem()
Gets the parent item.
|
Modifier and Type | Method and Description |
---|---|
void |
IItem.setParentItem(IItem parent)
Sets the parent item.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IKeyboard
The Interface IKeyboard.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyboardBehaviour.setEventSource(IItem eventSourceItem) |
void |
KeyboardBehaviour.setItemActingOn(IItem item) |
Modifier and Type | Interface and Description |
---|---|
interface |
ILine
This line will link two items together such that when those items are
updated, the line will be updated too.
|
Modifier and Type | Method and Description |
---|---|
IItem |
ILine.getDestinationItem()
Gets the destination item.
|
IItem |
ILine.getSourceItem()
Gets the source item.
|
Modifier and Type | Method and Description |
---|---|
void |
ILine.setDestinationItem(IItem item)
Sets the destination item.
|
void |
ILine.setSourceItem(IItem item)
Sets the source item.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMutableLabel
The Interface IMutableLabel.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICursorOverlay
The Interface ICursorOverlay.
|
interface |
ICursorTrailsOverlay
The Interface ICursorTrailsOverlay.
|
Modifier and Type | Method and Description |
---|---|
void |
ICursorTrailsOverlay.respondToItem(IItem item)
Respond to item.
|
void |
ICursorOverlay.respondToItem(IItem item)
Respond to item.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IColourRectangle
The Interface IColourRectangle.
|
interface |
IRectangularItem
The Interface IRectangularItem.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IThreeDeeContent
The Interface IThreeDeeContent.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IVideo
The Interface IVideo.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IItem> |
IPickSystem.findItemsOnTableAtPosition(com.jme3.math.Vector2f position)
Find items at a position in screen coordinates.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IStage
The Interface IStage.
|
Modifier and Type | Method and Description |
---|---|
void |
ZOrderManager.bringToTop(IItem item) |
void |
IZOrderManager.bringToTop(IItem item)
Bring to top.
|
void |
ZOrderManager.ignoreItemClickedBehaviour(IItem item) |
void |
IZOrderManager.ignoreItemClickedBehaviour(IItem item)
Ignore item clicked behaviour.
|
void |
ZOrderManager.itemCursorChanged(IItem item,
MultiTouchCursorEvent event) |
void |
ZOrderManager.itemCursorClicked(IItem item,
MultiTouchCursorEvent event) |
void |
ZOrderManager.itemCursorPressed(IItem item,
MultiTouchCursorEvent event) |
void |
ZOrderManager.itemCursorReleased(IItem item,
MultiTouchCursorEvent event) |
void |
ZOrderManager.itemMoved(IItem item) |
void |
ZOrderManager.itemRotated(IItem item) |
void |
ZOrderManager.itemScaled(IItem item) |
void |
ZOrderManager.itemVisibilityChanged(IItem item,
boolean isVisible) |
void |
ZOrderManager.itemZOrderChanged(IItem item) |
void |
ZOrderManager.notifyChildZCapacityChanged(IItem item,
IZOrderManager manager) |
void |
IZOrderManager.notifyChildZCapacityChanged(IItem itemBeingManaged,
IZOrderManager defaultZOrderManager)
Notify child z capacity changed.
|
void |
ZOrderManager.registerForZOrdering(IItem item) |
void |
IZOrderManager.registerForZOrdering(IItem item)
Register for z ordering.
|
void |
ZOrderManager.sendToBottom(IItem item) |
void |
IZOrderManager.sendToBottom(IItem item)
Send to bottom.
|
void |
ZOrderManager.unregisterForZOrdering(IItem item) |
void |
IZOrderManager.unregisterForZOrdering(IItem i)
Unregister for z ordering.
|
Constructor and Description |
---|
ZOrderManager(IItem itemBeingManaged,
int initialCapacity)
Instantiates a new z order manager.
|
Modifier and Type | Method and Description |
---|---|
IItem |
Body.getRepresentation()
Gets the representation.
|
Constructor and Description |
---|
Body(java.lang.String name,
IItem representation,
MassReference mass,
com.jme3.math.Vector2f position,
com.jme3.math.Vector2f velocity)
Instantiates a new body.
|
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) |
<ContentType extends IItem,ConcreteType extends IItem> |
JME3ContentSystemFactory.create(java.lang.Class<ContentType> clazz,
java.lang.String name,
java.util.UUID id) |
Modifier and Type | Class and Description |
---|---|
class |
JMERoundedBorder
The Class JMERoundedBorder.
|
Modifier and Type | Class and Description |
---|---|
class |
JMEContainer
The Class JMEContainer.
|
Modifier and Type | Class and Description |
---|---|
class |
JMEImage
The Class JMEImage.
|
Modifier and Type | Class and Description |
---|---|
class |
JMEItem
The Class JMEItem.
|
Modifier and Type | Method and Description |
---|---|
IItem |
JMEItem.getParentItem() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IItem> |
JMEItem.getChildItems() |
java.util.List<IItem> |
JMEItem.getItemChildren()
Gets the item children.
|
Modifier and Type | Method and Description |
---|---|
void |
JMEItem.addItem(IItem item) |
void |
JMEItem.removeItem(IItem item) |
void |
JMEItem.setParentItem(IItem parent) |
Modifier and Type | Class and Description |
---|---|
class |
JMEKeyboard
The Class JMEKeyboard.
|
Modifier and Type | Class and Description |
---|---|
class |
JMELine
The Class JMELine.
|
Modifier and Type | Method and Description |
---|---|
IItem |
JMELine.getDestinationItem() |
IItem |
JMELine.getSourceItem() |
Modifier and Type | Method and Description |
---|---|
void |
JMELine.itemCursorChanged(IItem item,
MultiTouchCursorEvent event) |
void |
JMELine.itemCursorClicked(IItem item,
MultiTouchCursorEvent event) |
void |
JMELine.itemCursorPressed(IItem item,
MultiTouchCursorEvent event) |
void |
JMELine.itemCursorReleased(IItem item,
MultiTouchCursorEvent event) |
void |
JMELine.itemMoved(IItem item) |
void |
JMELine.itemRotated(IItem item) |
void |
JMELine.itemScaled(IItem item) |
void |
JMELine.itemVisibilityChanged(IItem item,
boolean isVisible) |
void |
JMELine.itemZOrderChanged(IItem item) |
void |
JMELine.setDestinationItem(IItem item) |
void |
JMELine.setSourceItem(IItem item) |
Modifier and Type | Class and Description |
---|---|
class |
JMEMutableLabel
The Class JMEMutableLabel.
|
Modifier and Type | Class and Description |
---|---|
class |
JMEColourRectangle
The Class JMEColourRectangle.
|
Modifier and Type | Class and Description |
---|---|
class |
JMEStage
The Class JMEStage.
|
Modifier and Type | Class and Description |
---|---|
class |
JMEThreeDeeContent
The Class JMEThreeDeeContent.
|
Modifier and Type | Class and Description |
---|---|
class |
JMEVideo
The Class JMEVideo.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IItem> |
ContentSystemPicker.findItemsOnTableAtPosition(com.jme3.math.Vector2f pickPoint) |
static java.util.List<IItem> |
ItemMap.getItem(java.util.UUID uuid)
Gets the item.
|
Modifier and Type | Method and Description |
---|---|
static void |
ItemMap.register(com.jme3.scene.Spatial spatial,
IItem item)
Associates a spatial item to a content item.
|
static void |
ItemMap.unregister(com.jme3.scene.Spatial spatial,
IItem item)
Unregister.
|
Modifier and Type | Method and Description |
---|---|
IItem |
Bird.getRepresentation()
Gets the representation.
|
Modifier and Type | Method and Description |
---|---|
void |
Bird.setRepresentation(IItem rep)
Sets the representation.
|
Modifier and Type | Method and Description |
---|---|
IItem |
RadialMenuOption.asItem()
As item.
|
Modifier and Type | Method and Description |
---|---|
static void |
ZManager.bringFamilyToFront(IItem stage,
IItem item)
Bring family to front.
|
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.
|
Constructor and Description |
---|
PerformActionOnAllDescendents(IItem item,
boolean breadth,
boolean reverse)
Instantiates a new perform action on all descendents.
|
RadialMenuOption(IItem item)
Instantiates a new radial menu option.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAudioContainer
The Interface IAudioContainer.
|
interface |
IAudioPlayer
The Interface IAudioPlayer.
|
interface |
IAudioRecorder
The Interface IAudioRecorder.
|
interface |
IButtonbox
The Interface IButtonbox.
|
interface |
ICachableImage
The Interface ICachableImage.
|
interface |
ICachableLine
The Interface ICachableLine.
|
interface |
IMediaPlayer
The Interface IMediaPlayer.
|
interface |
IRadialMenu
The Interface IRadialMenu.
|
interface |
IScreenshotContainer
The Interface IScreenshotContainer.
|
interface |
IScrollContainer
The Interface IScrollContainer.
|
interface |
ISimpleKeyboard
The Interface ISimpleKeyboard.
|
interface |
ISimpleKeypad
The Interface ISimpleKeypad.
|
interface |
ISimpleMediaPlayer
The Interface ISimpleMediaPlayer.
|
interface |
ITextbox
The Interface ITextbox.
|
interface |
IToggleButtonbox
The Interface IToggleButtonbox.
|
Modifier and Type | Method and Description |
---|---|
IItem |
ITextbox.getListenBlock()
Gets the listen block.
|
Modifier and Type | Method and Description |
---|---|
void |
IScrollContainer.addToAllFrames(IItem userIcon,
int x,
int y)
Adds the to all frames.
|
void |
IScrollContainer.addToFrame(IItem audioRecorder,
int frame,
int x,
int y)
Adds the to frame.
|
void |
IRadialMenu.setRootItem(IItem studentIcon,
IStage stage,
java.util.logging.Logger log,
com.jme3.math.ColorRGBA studentColour)
Sets the root item.
|
Modifier and Type | Class and Description |
---|---|
class |
AudioContainer
The Class AudioContainer.
|
class |
AudioPlayer
The Class AudioPlayer.
|
class |
AudioRecorder
The Class AudioRecorder.
|
class |
Buttonbox
The Class Buttonbox.
|
class |
CachableImage
The Class CachableImage.
|
class |
CachableLine
The Class CachableLine.
|
class |
MediaPlayer
The Class MediaPlayer.
|
class |
RadialMenu
The Class RadialMenu.
|
class |
ScreenshotContainer
The Class ScreenshotContainer.
|
class |
ScrollContainer
The Class ScrollContainer.
|
class |
SimpleKeyboard
The Class SimpleKeyboard.
|
class |
SimpleKeypad
The Class SimpleKeypad.
|
class |
SimpleMediaPlayer
The Class SimpleMediaPlayer.
|
class |
Textbox
The Class Textbox.
|
class |
ToggleButtonbox
The Class ToggleButtonbox.
|
Modifier and Type | Method and Description |
---|---|
void |
ScrollContainer.addToAllFrames(IItem item,
int x,
int y) |
void |
ScrollContainer.addToFrame(IItem item,
int frame,
int x,
int y) |
void |
ScrollContainer.removeItem(IItem item) |
void |
RadialMenu.setRootItem(IItem rootItem,
IStage stage,
java.util.logging.Logger log,
com.jme3.math.ColorRGBA menuColour) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
static void |
AdditionalSynergyNetUtilities.pile(IItem[] items,
float x,
float y,
float angleOffSet,
float positionOffset)
Takes an array of items and stacks them in a pile at various rotations.
|
Modifier and Type | Method and Description |
---|---|
IItem |
TargetLine.getCurrentTarget()
Gets the current target.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentExplorerApp.setMap(IItem item)
Sets the map.
|
Constructor and Description |
---|
TargetLine(IStage stage,
java.util.logging.Logger log,
IItem source,
java.util.ArrayList<IItem> targets)
Instantiates a new target line.
|
Constructor and Description |
---|
TargetLine(IStage stage,
java.util.logging.Logger log,
IItem source,
java.util.ArrayList<IItem> targets)
Instantiates a new target line.
|
Modifier and Type | Method and Description |
---|---|
void |
CalculatorEventProcessor.calculatorDragAndDropEvent(Calculator calculator,
IItem itemDropped,
IItem onto,
int indexOfDrop)
Calculator drag and drop event.
|
Modifier and Type | Method and Description |
---|---|
void |
CalculatorDragAndDropListener.itemDraggedAndDropped(IItem itemDropped,
IItem onto,
int indexOfDrop) |
Modifier and Type | Method and Description |
---|---|
void |
SpringGraphBuilder.itemCursorChanged(IItem item,
MultiTouchCursorEvent event) |
void |
SpringGraphBuilder.itemCursorClicked(IItem item,
MultiTouchCursorEvent event) |
void |
SpringGraphBuilder.itemCursorPressed(IItem item,
MultiTouchCursorEvent event) |
void |
SpringGraphBuilder.itemCursorReleased(IItem item,
MultiTouchCursorEvent event) |
void |
SpringGraphBuilder.itemMoved(IItem item) |
void |
SpringGraphBuilder.itemRotated(IItem item) |
void |
SpringGraphBuilder.itemScaled(IItem item) |
void |
SpringGraphBuilder.itemVisibilityChanged(IItem item,
boolean isVisible) |
void |
SpringGraphBuilder.itemZOrderChanged(IItem item) |
void |
SpringGraphBuilder.registerItemForConnecting(IItem item)
Will only try and connect together those items that are registered.
|
void |
SpringGraphBuilder.unregisterItemForConnecting(IItem item)
Unregister an item - will ensure that it will no longer be able to be
connected.
|
Constructor and Description |
---|
MoveItem(com.jme3.math.Vector2f from,
com.jme3.math.Vector2f to,
float inSeconds,
IItem item,
boolean inWorldCoords)
Instantiates a new move item.
|
Modifier and Type | Method and Description |
---|---|
IItem |
Calculator.getDisplayItem()
Gets the display item.
|
IItem |
Calculator.getDragAndDropTarget()
Gets the drag and drop target.
|
Modifier and Type | Method and Description |
---|---|
IItem |
ScoresUI.getContentItem()
Gets the content item.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CircleBouncerAnimationElement.addCollidable(IItem item,
java.lang.Float radius) |
void |
CircleBouncerAnimationElement.removeCollidable(IItem item) |
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 |
---|---|
void |
CollisionCircleAnimationElement.addCollidable(IItem item,
java.lang.Float radius) |
void |
CollisionBoxAnimationElement.addCollidable(IItem item,
com.jme3.math.Vector2f dimensions) |
void |
CollisionCircleAnimationElement.removeCollidable(IItem item) |
void |
CollisionBoxAnimationElement.removeCollidable(IItem item) |
Constructor and Description |
---|
CollisionBoxAnimationElement(IItem item)
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.
|
CollisionCircleAnimationElement(IItem item)
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 |
---|---|
void |
NetworkFlickBehaviour.setEventSource(IItem eventSourceItem) |
void |
NetworkFlickBehaviour.setItemActingOn(IItem item) |
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 GalleryItemDatabaseFormat |
ItemCaching.deconstructItem(IItem item,
java.lang.Object[] info,
java.lang.String studentID)
Deconstruct item.
|
Modifier and Type | Method and Description |
---|---|
IItem |
FeedbackContainer.getContainedItem() |
IItem |
FeedbackContainer.getIcon()
Gets the icon.
|
IItem |
FeedbackContainer.getWrapper()
Gets the wrapper.
|
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<IItem> |
FeedbackSystem.getFedbackEligbleItems()
Gets the fedback eligble items.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FeedbackItem.addFeedbackItem(IItem item)
Adds the feedback item.
|
void |
FeedbackViewer.addToFeedbackFrame(IItem item,
int frameNo,
int width,
int height)
Adds the to feedback frame.
|
static void |
FeedbackSystem.attachFeedbackViewerToStage(IItem item,
IStage stage)
Attach feedback viewer to stage.
|
static com.jme3.math.Vector2f |
FeedbackSystem.getFedbackEligbleItemDimensions(IItem item)
Gets the fedback eligble item dimensions.
|
static FeedbackContainer |
FeedbackSystem.getFeedbackContainer(IItem item)
Gets the feedback container.
|
static boolean |
FeedbackSystem.isItemFeedbackContainer(IItem item)
Checks if is item feedback container.
|
static boolean |
FeedbackSystem.isItemFeedbackEligible(IItem item)
Checks if is item feedback eligible.
|
void |
FeedbackDragAndDropListener.itemDraggedAndDropped(IItem itemDropped,
IItem onto,
int indexOfDrop) |
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.removeFeedbackViewerFromCurrentStage(IItem item)
Removes the feedback viewer from current stage.
|
void |
FeedbackContainer.setContainedItem(IItem containedItem) |
void |
FeedbackContainer.setItem(IItem item)
Sets the item.
|
static void |
FeedbackSystem.unregisterAsFeedbackEligible(IItem item,
IStage stage)
Unregister as feedback eligible.
|
Modifier and Type | Method and Description |
---|---|
IItem |
Lens.asItem()
As item.
|
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.
|
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.
|
EntityItem(IStage stage,
java.lang.String name,
java.util.ArrayList<IItem> items,
java.util.ArrayList<IItem> userGeneratedItems,
MuseumApp app)
Instantiates a new entity item.
|
Modifier and Type | Method and Description |
---|---|
IItem |
PTMViewerItem.asItem()
As item.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IItem |
TextEntryGUI.asItem()
As item.
|
Modifier and Type | Method and Description |
---|---|
IItem |
UserRecorder.asItem()
As item.
|
Modifier and Type | Method and Description |
---|---|
IItem |
StudentRepresentation.asItem()
As item.
|
IItem |
StudentGallery.asItem()
As item.
|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<IItem> |
StudentGallery.getGalleryItems() |
Modifier and Type | Method and Description |
---|---|
boolean |
StudentGallery.addToGallery(IItem item,
IStage stage)
Adds the to gallery.
|
void |
GalleryDragAndDropListener.itemDraggedAndDropped(IItem itemDropped,
IItem onto,
int indexOfDrop) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<IItem,com.jme3.math.Vector2f> |
ProjectorTransferUtilities.getContentDimensions()
Gets the content dimensions.
|
java.util.HashMap<java.lang.String,IItem> |
ProjectorTransferUtilities.getContents()
Gets the contents.
|
java.util.HashMap<IItem,GalleryItemDatabaseFormat> |
ProjectorTransferUtilities.getContentTransferrableTypes()
Gets the content transferrable types.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectorTransferUtilities.addToTransferableContents(IItem item,
float width,
float height,
java.lang.String contentID)
Adds the to transferable contents.
|
java.lang.String |
ProjectorTransferUtilities.getContentKey(IItem item)
Gets the content key.
|
void |
ProjectorTransferUtilities.removeFromTransferableContents(IItem item)
Removes the from transferable contents.
|
void |
ProjectorTransferUtilities.transferIndividualItem(IItem item,
java.lang.String[] projectorsToSendTo,
float width,
float height)
Transfer individual item.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentExplorerTrackedApp.setMap(IItem item)
Sets the map.
|