- changeColor(double, double) - Method in class animation.model.ImageLogic
-
Change the color to transparent of all places with the color at (x, y).
- changed(ObservableValue, Object, Object) - Method in class events.KeyTrigger
-
- changed(ObservableValue, Object, Object) - Method in class events.PropertyTrigger
-
- changed(ObservableValue, Object, Object) - Method in class events.TimeTrigger
-
- changed(ObservableValue, Object, Object) - Method in class testing.games.ACGameXChangeListener
-
- changeImage() - Method in class animation.colorchange.AbstractColorChanger
-
Change this image.
- changeImage() - Method in class animation.colorchange.BFSColorChanger
-
Change this image.
- changeToNewColor(PixelLocation) - Method in class animation.colorchange.AbstractColorChanger
-
Change this pixelLocation to the new Color.
- changeVelocityAfterCollision(IEntity, IEntity) - Method in class model.physics.PhysicsEngine
-
- choiceBox(List<String>, String, String, String) - Method in class view.Utilities
-
Shows a choice box where the user can pick among preset options.
- chooseUpdateOrder() - Method in class update.ListDataEventDemo
-
- choseLevels(List<ILevel>) - Method in class view.editor.eventeditor.EventEditorTab
-
- clear() - Method in interface api.IEntitySystem
-
Annihilate everything as our good friend Tom puts it.
- clear() - Method in interface api.ILevel
-
Annihilate everything as our good friend Tom puts it.
- clearCollidingIDs() - Method in class model.component.physics.Collision
-
- clearListener(ILevel, InputSystem) - Method in class events.KeyTrigger
-
Deprecated.
- clearListener(ILevel) - Method in class events.KeyTrigger
-
- clearListener(ILevel, InputSystem) - Method in class events.PropertyTrigger
-
Deprecated.
- clearListener(ILevel) - Method in class events.PropertyTrigger
-
- clearListener(ILevel, InputSystem) - Method in class events.TimeTrigger
-
Deprecated.
- clearListener(ILevel) - Method in class events.TimeTrigger
-
- clearListener(ILevel, InputSystem) - Method in class events.Trigger
-
Deprecated.
- clearListener(ILevel) - Method in class events.Trigger
-
- clone(Class<T>) - Method in interface api.ISerializable
-
Clones this object to the provided class.
- cloneRect(Rectangle) - Method in class animation.model.RectangleLogic
-
Clone a rectangle.
- CloneTest - Class in testing
-
Created by rhondusmithwick on 4/12/16.
- CloneTest() - Constructor for class testing.CloneTest
-
- close() - Method in interface api.IEntityEditor
-
- close() - Method in interface api.IEnvironmentEditor
-
- collidingIDsProperty() - Method in class model.component.physics.Collision
-
- Collision - Class in model.component.physics
-
- Collision() - Constructor for class model.component.physics.Collision
-
- Collision(Bounds, String) - Constructor for class model.component.physics.Collision
-
- Collision(String) - Constructor for class model.component.physics.Collision
-
- CollisionTestGame - Class in testing.games
-
- CollisionTestGame() - Constructor for class testing.games.CollisionTestGame
-
- ComponentFactory - Class in view.editor
-
- ComponentFactory() - Constructor for class view.editor.ComponentFactory
-
- ComponentTable - Class in view.editor.eventeditor
-
- ComponentTable(TableManager, String) - Constructor for class view.editor.eventeditor.ComponentTable
-
- componentWasClicked(IComponent) - Method in class view.editor.eventeditor.TableManager
-
- confirmationBox(String, String, String) - Static method in class view.Utilities
-
- ConsoleTextArea - Class in view
-
- ConsoleTextArea() - Constructor for class view.ConsoleTextArea
-
- containsEntity(IEntity) - Method in interface api.IEntitySystem
-
Check if system contains this entity.
- containsEntity(IEntity) - Method in interface api.ILevel
-
Check if system contains this entity.
- containsID(String) - Method in interface api.IEntitySystem
-
Check whether this system contains an entity with provided ID.
- containsID(String) - Method in interface api.ILevel
-
Check whether this system contains an entity with provided ID.
- containsID(String) - Method in class model.entity.EntitySystem
-
- containsID(String) - Method in class model.entity.Level
-
- containsID(String) - Method in class remote_server.BasicRMIServer
-
Deprecated.
- convertStringFromList(String) - Static method in class animation.utility.StringParser
-
Convert a string representation of a list into a list of strings.
- convertStringToDoubleList(String) - Static method in class animation.utility.StringParser
-
Convert a string representing a list into a list of doubles.
- copyEntity(IEntity) - Static method in class view.Utilities
-
Creates an IEntity copy of the given IEntity with the same specs,
components, and component values.
- createAnimation(String, IEntity) - Method in class animation.animation.Animator
-
- createContextMenu(Map<String, EventHandler<ActionEvent>>) - Static method in class view.Utilities
-
- createDisplay() - Method in class main.Vooga
-
- createDisplay() - Method in class view.beginningmenus.AuthoringStartUp
-
- createDisplay() - Method in class view.beginningmenus.StartUpMenu
-
- createEditor(Class<?>, String, ISerializable, ObservableList<ISerializable>, ObservableList<ISerializable>) - Method in class view.editor.EditorFactory
-
Creates an Editor object from a list of parameters using reflection.
- createEditor(Class<?>, ISerializable, ObservableList<ISerializable>) - Method in class view.editor.gameeditor.ObjectDisplay
-
- createEntity() - Method in interface api.IEntitySystem
-
Creates an entity.
- createEntity() - Method in interface api.ILevel
-
Creates an entity.
- createEntity() - Method in class model.entity.EntitySystem
-
- createEntity() - Method in class model.entity.Level
-
- createEntity() - Method in class remote_server.BasicRMIServer
-
Deprecated.
- createEntity() - Method in class view.editor.Editor
-
- createEntity(String, String) - Method in class view.editor.gameeditor.EntityFactory
-
- createEntity() - Method in class view.editor.gameeditor.EntityFactory
-
- createEntityFromDefault(String) - Method in interface api.IEntitySystem
-
Create an entity from a file of components.
- createEntityFromDefault(String) - Method in interface api.ILevel
-
Create an entity from a file of components.
- createEntityFromLoad(String) - Method in interface api.IEntitySystem
-
Created an entity from a file containing an entity.
- createEntityFromLoad(String) - Method in interface api.ILevel
-
Created an entity from a file containing an entity.
- createNewGuiObject(String, SimpleObjectProperty<?>, Object) - Method in class gui.GuiObjectFactory
-
- createTab(ScrollPane, String, boolean) - Method in class view.Authoring
-
- CustomAnimation - Class in animation.animation
-
This class defines a custom animation with a number of frames.
- CustomAnimation(ImageView, Duration, int, List<Double>, List<Double>, List<Double>, List<Double>) - Constructor for class animation.animation.CustomAnimation
-
Sole constructor