| Package | Description |
|---|---|
| synergynet3.feedbacksystem |
| Modifier and Type | Field and Description |
|---|---|
static java.util.HashMap<IContainer,FeedbackContainer> |
FeedbackContainer.feedbackContainers
The feedback containers.
|
| Modifier and Type | Method and Description |
|---|---|
static FeedbackContainer |
FeedbackSystem.getFeedbackContainer(IItem item)
Gets the feedback container.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FeedbackSystem.registerAsFeedbackEligible(IItem item,
float width,
float height,
FeedbackContainer container,
IStage stage)
Register as feedback eligible.
|
| Constructor and Description |
|---|
FeedbackViewer(IStage stage,
FeedbackContainer feedbackContainer)
Instantiates a new feedback viewer.
|