- GameDetails - Class in view.editor.gameeditor
-
- GameDetails(String) - Constructor for class view.editor.gameeditor.GameDetails
-
- GameEditor - Class in view.editor.gameeditor
-
- GameEditor(Authoring, String, String) - Constructor for class view.editor.gameeditor.GameEditor
-
- GameEditor(Authoring, String) - Constructor for class view.editor.gameeditor.GameEditor
-
- GameLoopManager - Class in update
-
- GameLoopManager(String, ISystemManager) - Constructor for class update.GameLoopManager
-
- GamePlayer - Class in view.gameplaying
-
- GamePlayer(Stage, String) - Constructor for class view.gameplaying.GamePlayer
-
- GameSaver - Class in view.editor.gameeditor
-
- GameSaver() - Constructor for class view.editor.gameeditor.GameSaver
-
- GameView - Class in view.gameplaying
-
- GameView() - Constructor for class view.gameplaying.GameView
-
- get() - Method in enum animation.config.DoubleConstants
-
- get() - Method in enum animation.config.StringConstants
-
- getActivateTransparencyButton() - Method in class animation.gui.GUI
-
- getAllComponents() - Method in interface api.IEntity
-
Get all the components of this entity.
- getAllComponents() - Method in interface api.IEntitySystem
-
Get all the components in this entity system.
- getAllComponents() - Method in interface api.ILevel
-
Get all the components in this entity system.
- getAllComponents() - Method in class model.entity.Entity
-
- getAllComponentsOfType(Class<T>) - Method in interface api.IEntitySystem
-
Get all the components of a type.
- getAllComponentsOfType(Class<T>) - Method in interface api.ILevel
-
Get all the components of a type.
- getAllEntities() - Method in interface api.IEntitySystem
-
Get all entites in the system.
- getAllEntities() - Method in interface api.ILevel
-
Get all entites in the system.
- getAllEntities() - Method in class model.entity.EntitySystem
-
- getAllEntities() - Method in class model.entity.Level
-
- getAllEntities() - Method in class remote_server.BasicRMIServer
-
Deprecated.
- getAllFromDirectory(String) - Static method in class view.Utilities
-
Gets all file names from a given directory.
- getAllIDS() - Method in interface api.IEntitySystem
-
Get all IDs in this system.
- getAllIDS() - Method in interface api.ILevel
-
Get all IDs in this system.
- getAllNames() - Method in interface api.IEntitySystem
-
Get all entity names in this system.
- getAllNames() - Method in interface api.ILevel
-
Get all entity names in this system.
- getAnimation(ImageView, Duration) - Method in class animation.model.RectangleLogic
-
Get an animation using this classes lists.
- getAnimationMap() - Method in class animation.model.RectangleLogic
-
Get the animation map describing the rectangles.
- getAnimationName() - Method in class animation.gui.GUI
-
- getAttack() - Method in class model.component.character.Attack
-
Gets the value of the property attack.
- getBeta() - Method in class model.component.physics.Drag
-
Gets the value of the property beta.
- getButtonBox() - Method in class animation.gui.GUI
-
- getButtonList() - Method in class animation.model.RectangleLogic
-
- getCanvas() - Method in class animation.gui.GUI
-
- getChosenLevels() - Method in class view.editor.eventeditor.EventEditorTab
-
- getClassForComponentMap() - Method in interface api.IComponent
-
Return the class to put into an entity map.
- getCollidingIDs() - Method in class model.component.physics.Collision
-
Gets the value of the property collidingIDs.
- getColor(PixelLocation) - Method in class animation.colorchange.AbstractColorChanger
-
Get the color at this pixelLocation.
- getComponent(Class<T>) - Method in interface api.IEntity
-
Get a single component of this type.
- getComponent(Class<T>, int) - Method in interface api.IEntity
-
Get a component of this type that was the index inserted.
- getComponent(Class<?>, IEntity) - Method in class view.editor.ComponentFactory
-
- getComponentClasses() - Method in interface api.IEntity
-
Return all the component classes this entity contains.
- getComponentClasses() - Method in class model.entity.Entity
-
- getComponentList(Class<T>) - Method in interface api.IEntity
-
Get a list of components of this component type.
- getComponentList(Class<T>) - Method in class model.entity.Entity
-
- getComponentOfEntity(String, Class<T>) - Method in interface api.IEntitySystem
-
Get component using an id
- getComponentOfEntity(String, Class<T>) - Method in interface api.ILevel
-
Get component using an id
- getComponents() - Method in interface api.IEntityEditor
-
- getComponents() - Method in interface api.IEnvironmentEditor
-
- getContainer() - Method in class view.editor.eventeditor.TableManager
-
- getCreatedLevelText() - Method in class view.editor.eventeditor.EventEditorTab
-
- getCurrentCharKeyEvent() - Method in class events.InputSystem
-
- getCurrentValue() - Method in class gui.GuiObject
-
- getCurrentValue() - Method in class gui.GuiObjectButton
-
- getCurrentValue() - Method in class gui.GuiObjectCheckBox
-
- getCurrentValue() - Method in class gui.GuiObjectColorPicker
-
- getCurrentValue() - Method in class gui.GuiObjectFileOpener
-
- getCurrentValue() - Method in class gui.GuiObjectImageDisplay
-
- getCurrentValue() - Method in class gui.GuiObjectInputBox
-
- getCurrentValue() - Method in class gui.GuiObjectLabel
-
- getCurrentValue() - Method in class gui.GuiObjectRadioButton
-
- getCurrentValue() - Method in class gui.GuiObjectSlider
-
- getCurrentValue() - Method in class gui.GuiObjectURLOpener
-
- getData() - Method in class view.editor.eventeditor.Entry
-
- getDefault() - Method in enum view.enums.DefaultEntities
-
returns default string
- getDefault() - Method in enum view.enums.DefaultStrings
-
returns default string
- getDefense() - Method in class model.component.character.Defense
-
Gets the value of the property defense.
- getDirection() - Method in class model.component.movement.Velocity
-
- getDirection() - Method in class model.component.physics.GlobalForce
-
Gets the value of the property direction.
- getDotProduct(Vector) - Method in class model.physics.Vector
-
- getDuration() - Method in class model.component.visual.ImagePath
-
- getDurationSlider() - Method in class animation.gui.GUI
-
- getElapsedTime() - Method in class model.component.visual.ImagePath
-
- getElements() - Method in class view.editor.gameeditor.GameDetails
-
- getEntities() - Method in class view.editor.Editor
-
- getEntitiesWithComponent(Class<T>) - Method in interface api.IEntitySystem
-
Get all the entities with this component Type.
- getEntitiesWithComponent(Class<T>) - Method in interface api.ILevel
-
Get all the entities with this component Type.
- getEntitiesWithComponents(List<Class<? extends IComponent>>) - Method in interface api.IEntitySystem
-
Get entities with all these components (list).
- getEntitiesWithComponents(Class<? extends IComponent>...) - Method in interface api.IEntitySystem
-
Get entities with all these components (array or varargs).
- getEntitiesWithComponents(List<Class<? extends IComponent>>) - Method in interface api.ILevel
-
Get entities with all these components (list).
- getEntitiesWithComponents(Class<? extends IComponent>...) - Method in interface api.ILevel
-
Get entities with all these components (array or varargs).
- getEntitiesWithName(String) - Method in interface api.IEntitySystem
-
Get all the entities with provided name.
- getEntitiesWithName(String) - Method in interface api.ILevel
-
Get all the entities with provided name.
- getEntity(String) - Method in interface api.IEntitySystem
-
Get an entity based on its id.
- getEntity(String) - Method in interface api.ILevel
-
Get an entity based on its id.
- getEntity(String) - Method in class model.entity.EntitySystem
-
- getEntity(String) - Method in class model.entity.Level
-
- getEntity(String) - Method in class remote_server.BasicRMIServer
-
Deprecated.
- getEntityID() - Method in class voogasalad.EntityComponentTester
-
- getEntitySystem() - Method in interface api.ISystemManager
-
Get the main entity system
- getEntitySystem() - Method in class model.core.SystemManager
-
- getEntitySystem() - Method in class view.editor.EditorEnvironment
-
- getEntries() - Method in class view.editor.eventeditor.Table
-
- getEventID() - Method in interface api.IEvent
-
Deprecated.
Gets the message id of an event
- getEventPath() - Method in class model.component.events.EventPath
-
Gets the value of the property eventPath.
- getEventSystem() - Method in interface api.ILevel
-
- getEventSystem() - Method in interface api.ISystemManager
-
Deprecated.
- getEventSystem() - Method in class model.core.SystemManager
-
Deprecated.
- getEventSystem() - Method in class model.entity.Level
-
- getEventSystem() - Method in class remote_server.BasicRMIServer
-
Deprecated.
- getEventSystemPath() - Method in interface api.ILevel
-
Gets the Entity System's event system's XML path
- getEventSystemPath() - Method in class model.entity.Level
-
- getEventSystemPath() - Method in class remote_server.BasicRMIServer
-
Deprecated.
- getFilter() - Method in enum view.enums.FileExtensions
-
returns the ExtensionFilter for the given enum file type
- getFrameDuration() - Method in class model.component.visual.ImagePath
-
- getFrameIndex() - Method in class model.component.visual.ImagePath
-
- getFriction() - Method in class model.component.physics.Friction
-
Gets the value of the property friction.
- getGameDetails() - Method in class view.editor.gameeditor.GameDetails
-
- getGravityX() - Method in class model.component.physics.Gravity
-
Gets the value of the property gravityX.
- getGravityY() - Method in class model.component.physics.Gravity
-
Gets the value of the property gravityY.
- getGroupIDs() - Method in interface api.IEntity
-
Gets the group IDs
- getGroupIDs() - Method in class model.entity.Entity
-
- getGuiNode() - Method in class gui.GuiObject
-
- getGuiNode() - Method in class gui.GuiObjectButton
-
- getGuiNode() - Method in class gui.GuiObjectCheckBox
-
- getGuiNode() - Method in class gui.GuiObjectColorPicker
-
- getGuiNode() - Method in class gui.GuiObjectFileOpener
-
- getGuiNode() - Method in class gui.GuiObjectImageDisplay
-
- getGuiNode() - Method in class gui.GuiObjectInputBox
-
- getGuiNode() - Method in class gui.GuiObjectLabel
-
- getGuiNode() - Method in class gui.GuiObjectRadioButton
-
- getGuiNode() - Method in class gui.GuiObjectSlider
-
- getGuiNode() - Method in class gui.GuiObjectURLOpener
-
- getHealth() - Method in class model.component.character.Health
-
Gets the value of the property health.
- getID() - Method in class animation.model.Frame
-
- getID() - Method in interface api.IEntity
-
Gets the unique id of this entity
- getID() - Method in class events.Trigger
-
- getID() - Method in class model.entity.Entity
-
- getImageFilters() - Static method in class view.Utilities
-
- getImageHeight() - Method in class model.component.visual.ImagePath
-
Gets the value of the property imageHeight.
- getImagePath() - Method in class model.component.visual.Display
-
Deprecated.
Get the imagePath String.
- getImagePath() - Method in class model.component.visual.ImagePath
-
Gets the value of the property imagePath.
- getImageView() - Method in class model.component.visual.ImagePath
-
- getImageWidth() - Method in class model.component.visual.ImagePath
-
Gets the value of the property imageWidth.
- getIndex() - Method in enum view.enums.Indexes
-
returns int size for given enum name
- getInset() - Method in enum view.enums.ViewInsets
-
returns insets for border pane area based on area name
- getLabel() - Method in class animation.model.Frame
-
- getLabelList() - Method in class animation.model.RectangleLogic
-
- getLevelPickerPane() - Method in class view.editor.eventeditor.EventEditorTab
-
- getLives() - Method in class model.component.character.Lives
-
Gets the value of the property lives.
- getMagnitude() - Method in class model.component.physics.GlobalForce
-
Gets the value of the property magnitude.
- getManager() - Method in class view.editor.eventeditor.Table
-
- getMask() - Method in class model.component.physics.Collision
-
- getMaskID() - Method in class model.component.physics.Collision
-
Gets the value of the property maskID.
- getMass() - Method in class model.component.physics.Mass
-
Gets the value of the property mass.
- getMetadata() - Method in interface api.ILevel
-
Gets the metadata about this level
- getMetadata() - Method in class model.entity.Level
-
- getMetadata() - Method in class remote_server.BasicRMIServer
-
Deprecated.
- getName() - Method in interface api.IEntity
-
Get this Entity's name.
- getName() - Method in interface api.IEntitySystem
-
Gets the Entity Systems name
- getName() - Method in interface api.ILevel
-
Gets the Entity Systems name
- getName() - Method in class model.entity.Entity
-
- getName() - Method in class model.entity.EntitySystem
-
- getName() - Method in class model.entity.Level
-
- getName() - Method in class remote_server.BasicRMIServer
-
Deprecated.
- getName() - Method in class view.editor.eventeditor.Entry
-
- getNeighbors() - Method in class animation.colorchange.PixelLocation
-
Get this pixel's immediate neighbors in the 8 directions.
- getObjectName() - Method in class gui.GuiObject
-
- getOldColor() - Method in class animation.colorchange.AbstractColorChanger
-
- getOrientation() - Method in class model.component.movement.Orientation
-
Gets the value of the property orientation.
- getPane() - Method in interface api.IEditor
-
- getPane() - Method in interface api.IView
-
- getPane() - Method in class view.editor.EditorEntity
-
- getPane() - Method in class view.editor.EditorEnvironment
-
- getPane() - Method in class view.editor.eventeditor.EditorEvent
-
- getPane() - Method in class view.editor.eventeditor.KeyBindingEditor
-
- getPane() - Method in class view.editor.eventeditor.LevelPicker
-
- getPane() - Method in class view.editor.eventeditor.PropertyEventEditor
-
- getPane() - Method in class view.editor.eventeditor.TimeEventEditor
-
- getPane() - Method in class view.editor.gameeditor.GameEditor
-
- getPane() - Method in class view.View
-
- getParameters() - Method in class events.Action
-
- getPhysicsEngine() - Method in interface api.ILevel
-
- getPhysicsEngine() - Method in class model.entity.Level
-
- getPhysicsEngine() - Method in class remote_server.BasicRMIServer
-
Deprecated.
- getPreviewImageView() - Method in class animation.model.ImageLogic
-
- getProperties() - Method in interface api.IComponent
-
Gets any properties this component holds.
- getProperties() - Method in class model.component.character.Attack
-
- getProperties() - Method in class model.component.character.Defense
-
- getProperties() - Method in class model.component.character.Health
-
- getProperties() - Method in class model.component.character.Lives
-
- getProperties() - Method in class model.component.character.Score
-
- getProperties() - Method in class model.component.events.EventPath
-
- getProperties() - Method in class model.component.movement.Orientation
-
- getProperties() - Method in class model.component.movement.Position
-
- getProperties() - Method in class model.component.movement.Velocity
-
- getProperties() - Method in class model.component.physics.Collision
-
- getProperties() - Method in class model.component.physics.Drag
-
- getProperties() - Method in class model.component.physics.Friction
-
- getProperties() - Method in class model.component.physics.GlobalForce
-
- getProperties() - Method in class model.component.physics.Gravity
-
- getProperties() - Method in class model.component.physics.Mass
-
- getProperties() - Method in class model.component.physics.RestitutionCoefficient
-
- getProperties() - Method in class model.component.visual.Display
-
Deprecated.
- getProperties() - Method in class model.component.visual.ImagePath
-
- getProperties() - Method in class model.component.visual.RendererProperties
-
- getProperties() - Method in class model.component.visual.Visible
-
- getProperties() - Method in class utility.SingleProperty
-
Get the property as a list.
- getProperties() - Method in class utility.TwoProperty
-
Get the properties as a list.
- getProperty(String) - Method in interface api.IComponent
-
Get property with specified name.
- getProperty(Class<T>, String) - Method in interface api.IComponent
-
Gets a specific property with specified value class and with specified name.
- getPropertyNamesAndClasses() - Method in interface api.IComponent
-
Get a map, where each entry is a component name to it's value class.
- getRectangle() - Method in class animation.model.RectangleDrawer
-
- getRectangleList() - Method in class animation.model.RectangleLogic
-
- getResourceBundle() - Method in class gui.GuiObject
-
- getRestitutionCoefficient() - Method in class model.component.physics.RestitutionCoefficient
-
Gets the value of the property restitutionCoefficient.
- getRootPixelLocation() - Method in class animation.colorchange.AbstractColorChanger
-
- getSavedAnimationLabel() - Method in class animation.gui.GUI
-
- getScene() - Method in class animation.gui.GUI
-
- getScore() - Method in class model.component.character.Score
-
Gets the value of the property score.
- getScript() - Method in class events.Action
-
- getSelectedRectangle() - Method in class animation.model.RectangleLogic
-
- getSharedEntitySystem() - Method in interface api.ISystemManager
-
Get the shared entity system
- getSharedEntitySystem() - Method in class model.core.SystemManager
-
- getShell() - Method in interface api.ISystemManager
-
Gets the Groovy Shell
- getShell() - Method in class model.core.SystemManager
-
- getSingleComponent(IComponent) - Method in interface api.IEntityEditor
-
- getSize() - Method in enum view.enums.GUISize
-
returns int size for given enum name
- getSpec(Class<? extends IComponent>) - Method in interface api.IEntity
-
Get spec of a componentClass (how many components for this class).
- getSpecs() - Method in interface api.IEntity
-
Get the specs, which is a map of component classes to how many this
entity should have of each.
- getSpecs() - Method in class model.entity.Entity
-
- getSpeed() - Method in class model.component.movement.Velocity
-
- getSpriteGroup() - Method in class animation.gui.GUI
-
- getSpriteImage() - Method in class animation.model.ImageLogic
-
- getSpriteImageView() - Method in class animation.model.ImageLogic
-
- getSpriteProperties() - Method in class model.component.visual.ImagePath
-
- getSpriteScroll() - Method in class animation.gui.GUI
-
- getSpriteSheetPath() - Method in class animation.model.ImageLogic
-
- getSpritesheetPath() - Method in class model.component.visual.Display
-
Deprecated.
Get the spritesheetPath String.
- getSubScene() - Method in interface api.IView
-
- getSubScene() - Method in class view.View
-
- getSystems() - Method in interface api.IEnvironmentEditor
-
- getTable() - Method in class view.editor.eventeditor.Table
-
- getTimeSinceLastFrame() - Method in class model.component.visual.ImagePath
-
- getTint() - Method in class model.component.visual.RendererProperties
-
Gets the value of the property tint.
- getTitle() - Method in class testing.games.ACGame
-
Returns name of the game.
- getTitle() - Method in class testing.games.AniTest
-
Returns name of the game.
- getTitle() - Method in class testing.games.CollisionTestGame
-
Returns name of the game.
- getTransparency() - Method in class model.component.visual.RendererProperties
-
Gets the value of the property transparency.
- getValue() - Method in class gui.GuiObjectRadioButton
-
- getView() - Method in class view.gameplaying.GameView
-
- getViewport() - Method in class model.component.visual.ImagePath
-
- getVisible() - Method in class model.component.visual.Visible
-
Gets the value of the property visible.
- getVX() - Method in class model.component.movement.Velocity
-
- getVY() - Method in class model.component.movement.Velocity
-
- getWritableImage() - Method in class animation.colorchange.AbstractColorChanger
-
- getX() - Method in class animation.colorchange.PixelLocation
-
- getX() - Method in class model.component.movement.Position
-
Gets the value of the property x.
- getXComponent() - Method in class model.physics.Vector
-
- getY() - Method in class animation.colorchange.PixelLocation
-
- getY() - Method in class model.component.movement.Position
-
Gets the value of the property y.
- getYComponent() - Method in class model.physics.Vector
-
- getZLevel() - Method in class model.component.visual.ImagePath
-
Gets the z-layer order.
- GlobalForce - Class in model.component.physics
-
Component for force.
- GlobalForce() - Constructor for class model.component.physics.GlobalForce
-
Default constructor.
- GlobalForce(double, double) - Constructor for class model.component.physics.GlobalForce
-
Construct with initial values.
- Gravity - Class in model.component.physics
-
The gravity component.
- Gravity() - Constructor for class model.component.physics.Gravity
-
Empty constructor.
- Gravity(double) - Constructor for class model.component.physics.Gravity
-
Construct with an initial value.
- Gravity(double, double) - Constructor for class model.component.physics.Gravity
-
- gravityXProperty() - Method in class model.component.physics.Gravity
-
Get the gravity property.
- gravityYProperty() - Method in class model.component.physics.Gravity
-
- GroovyTableEntry - Class in view.editor
-
- GroovyTableEntry() - Constructor for class view.editor.GroovyTableEntry
-
- GroovyTesting - Class in testing
-
Created by rhondusmithwick on 4/7/16.
- GroovyTesting() - Constructor for class testing.GroovyTesting
-
- GuavaTester - Class in testing
-
- GuavaTester() - Constructor for class testing.GuavaTester
-
- gui - package gui
-
- GUI - Class in animation.gui
-
The GUI class to hold GUI objects.
- GUI(SimpleObjectProperty<Boolean>) - Constructor for class animation.gui.GUI
-
Sole constructor.
- GuiObject - Class in gui
-
- GuiObject(String, String) - Constructor for class gui.GuiObject
-
- GuiObjectButton - Class in gui
-
- GuiObjectButton(String, String, EventHandler<ActionEvent>, Property<?>, ListProperty<?>, ISerializable) - Constructor for class gui.GuiObjectButton
-
- GuiObjectCheckBox - Class in gui
-
- GuiObjectCheckBox(String, String, EventHandler<ActionEvent>, Property<?>, ListProperty<?>, ISerializable) - Constructor for class gui.GuiObjectCheckBox
-
- GuiObjectColorPicker - Class in gui
-
- GuiObjectColorPicker(String, String, EventHandler<ActionEvent>, Property<?>, ListProperty<?>, ISerializable) - Constructor for class gui.GuiObjectColorPicker
-
- GuiObjectFactory - Class in gui
-
This is part of my masterpiece code.
- GuiObjectFactory(String) - Constructor for class gui.GuiObjectFactory
-
- GuiObjectFileOpener - Class in gui
-
- GuiObjectFileOpener(String, String, EventHandler<ActionEvent>, Property<?>, ListProperty<?>, ISerializable) - Constructor for class gui.GuiObjectFileOpener
-
- GuiObjectImageDisplay - Class in gui
-
- GuiObjectImageDisplay(String, String, String, SimpleObjectProperty<?>, Object) - Constructor for class gui.GuiObjectImageDisplay
-
- GuiObjectInputBox - Class in gui
-
- GuiObjectInputBox(String, String, EventHandler<ActionEvent>, Property<?>, Object) - Constructor for class gui.GuiObjectInputBox
-
- GuiObjectLabel - Class in gui
-
- GuiObjectLabel(String, String, String, SimpleObjectProperty<?>, Object) - Constructor for class gui.GuiObjectLabel
-
- GuiObjectRadioButton - Class in gui
-
- GuiObjectRadioButton(String, String, EventHandler<ActionEvent>, Property<?>, ListProperty<?>, ISerializable) - Constructor for class gui.GuiObjectRadioButton
-
- GuiObjectSlider - Class in gui
-
- GuiObjectSlider(String, String, String, SimpleObjectProperty<?>, Object) - Constructor for class gui.GuiObjectSlider
-
- GuiObjectURLOpener - Class in gui
-
- GuiObjectURLOpener(String, String, EventHandler<ActionEvent>, Property<?>, ListProperty<?>, ISerializable) - Constructor for class gui.GuiObjectURLOpener
-
- GUISize - Enum in view.enums
-
- GUIUtilities - Class in animation.utility
-
A class for GUI Utilities.
- GUIUtilities() - Constructor for class animation.utility.GUIUtilities
-