A B C D E F G H I K L M O P Q R S T U V W _

G

getActionCommand() - Method in class source.ucregents.playground.gui.UserEvent
 
getActualFrameDimensions() - Method in class source.ucregents.playground.physics.BaseEntity
Gets the dimensions of the Bounding Box
getAlphaTransparency() - Method in class source.ucregents.playground.samplegame.Terrain
 
getAngularVelocity() - Method in class source.ucregents.playground.physics.MovingEntity
Gets the angular Velocity
getArea() - Method in class source.ucregents.playground.physics.PolygonOrCircle
Calculates the area of the polygon
getArenaContext() - Method in class source.ucregents.playground.gui.DesktopArena
 
getAttraction() - Method in class source.ucregents.playground.physics.RangedForceEntity
Gets the attraction force
getAxes() - Method in class source.ucregents.playground.physics.BaseEntity
Returns the vector of current axes
getAxesClone() - Method in class source.ucregents.playground.physics.BaseEntity
Returns a clone of the vector of current axes
getAxesOrigin() - Method in class source.ucregents.playground.physics.BaseDisplayPanel
 
getAxesOrigin() - Method in class source.ucregents.playground.physics.DrawableAxes
Gets the current origin of the axes
getAxis(int) - Method in class source.ucregents.playground.physics.BaseEntity
Determines the axis (in the form of a unit vector) which is formed by the specified side of the polygon.
Note: this method DOES NOT know if there are other axes parallel to the one it is returning
getBackgroundColor() - Method in class source.ucregents.playground.physics.BaseDisplayPanel
 
getBounciness() - Method in class source.ucregents.playground.physics.BaseEntity
Accessor for the entity's bounciness
GetBoundingBox() - Method in class source.ucregents.playground.physics.PolygonOrCircle
 
getBounds() - Method in class source.ucregents.playground.physics.Polygon2D
Get the integer bounds of the polygon.
getBounds2D() - Method in class source.ucregents.playground.physics.Polygon2D.Double
Get the floating-point bounds of the polygon.
getBounds2D() - Method in class source.ucregents.playground.physics.Polygon2D.Float
Get the floating-point bounds of the polygon.
getBounds2D() - Method in class source.ucregents.playground.physics.Polygon2D
Get the floating-point bounds of the polygon.
GetBufferedImage(String) - Static method in class source.ucregents.playground.Utility
 
getCenterPoint() - Method in class source.ucregents.playground.physics.BaseEntity
Accessor for the current center point
getCenterX() - Method in class source.ucregents.playground.physics.PolygonOrCircle
 
getCenterY() - Method in class source.ucregents.playground.physics.PolygonOrCircle
 
getCentroid() - Method in class source.ucregents.playground.physics.PolygonOrCircle
Returns the centroid for the polygon
GetClassFor(String) - Static method in class source.ucregents.playground.CodeCompiler
 
getClickedInEntity(int, int) - Method in class source.ucregents.playground.gui.EditorPanel
Returns which entity was clicked into
getClonedEntities() - Method in class source.ucregents.playground.physics.BaseDisplayPanel
Returns a copy of the entities currently in the Panel
getConversionTable() - Static method in class source.ucregents.playground.CodeCompiler
The Conversion table that converts from the given 'friendly' string to the internal class
getCoords() - Method in class source.ucregents.playground.physics.Polygon2D.Double
 
getCoords() - Method in class source.ucregents.playground.physics.Polygon2D.Float
 
getCoords() - Method in class source.ucregents.playground.physics.Polygon2D
 
getCurrentHP() - Method in class source.ucregents.playground.samplegame.Bot
 
getCurrentHP() - Method in interface source.ucregents.playground.samplegame.IDestroyable
 
getCurrentHP() - Method in class source.ucregents.playground.samplegame.Obstacle
 
getCurrentTickVelocity() - Method in class source.ucregents.playground.physics.MovingEntity
Returns the velocity as measured in current tick times, not seconds
getCurrentVelocity() - Method in class source.ucregents.playground.physics.MovingEntity
Accessor for the current velocity of the entity
getDefaultImageName() - Static method in class source.ucregents.playground.Utility
Return the filename of the default image.
getDescription() - Method in class source.ucregents.playground.serialization.CustomXMLFileFilter
 
getDesktopPane() - Method in class source.ucregents.playground.gui.Desktop
 
getDrawAxes() - Method in class source.ucregents.playground.physics.BaseDisplayPanel
 
getDrawType() - Method in class source.ucregents.playground.physics.BaseEntity
 
getEditorContext() - Method in class source.ucregents.playground.gui.EditorFrame
 
getEnergy() - Method in class source.ucregents.playground.samplegame.Bot
 
getEntities() - Method in class source.ucregents.playground.physics.BaseDisplayPanel
Returns all of the entities currently in the Panel
GetEntitiesInRange(BaseEntity, int) - Method in class source.ucregents.playground.physics.BaseDisplayPanel
Returns a vector of entities within a the range of the parameter entity
GetEntitiesInRange(Point2D, int) - Method in class source.ucregents.playground.physics.BaseDisplayPanel
Returns a vector of entities within a the range of the parameter point
getEntity() - Method in class source.ucregents.playground.gui.ContextMenu_Axes
 
getEntity() - Method in class source.ucregents.playground.gui.ContextMenu_Entity
 
getEvents() - Method in class source.ucregents.playground.physics.BaseEntity
Gets the user events
getEventSubType() - Method in class source.ucregents.playground.gui.UserEvent
 
getEventType() - Method in class source.ucregents.playground.gui.UserEvent
 
getForceFor(MovingEntity) - Method in class source.ucregents.playground.physics.FieldForceEntity
Calculats the force to act on another entity
getForceFor(MovingEntity) - Method in interface source.ucregents.playground.physics.IForceEntity
Calculates the force to act on another entity
getForceFor(MovingEntity) - Method in class source.ucregents.playground.physics.RangedForceEntity
Gets the force vector to act on another entity
getForceFor(MovingEntity) - Method in class source.ucregents.playground.physics.ScaledMassFieldForce
 
getForceScalar() - Method in class source.ucregents.playground.physics.ScaledMassFieldForce
 
getFPS(long) - Method in class source.ucregents.playground.physics.FPSTimer
 
getFrameColor() - Method in class source.ucregents.playground.physics.BaseEntity
Gets the shape's current frame color
getFrictionConstant() - Method in class source.ucregents.playground.physics.BaseEntity
Gets the friction constant
getGradientColor() - Method in class source.ucregents.playground.physics.BaseEntity
Gets the entity's current graient color
getGraphics2D() - Method in class source.ucregents.playground.gui.EditorPanel
Retrieve the Graphics2d version of the graphics context, if applicable
getGridColor() - Method in class source.ucregents.playground.gui.EditorPanel
 
getGridWidth() - Method in class source.ucregents.playground.gui.EditorPanel
 
getHeight() - Method in class source.ucregents.playground.physics.DimensionDouble
Accessor for the demsion's height
getImageOffset() - Method in class source.ucregents.playground.physics.BaseEntity
Gets the image offset
getLastError() - Static method in class source.ucregents.playground.CodeCompiler
 
getMass() - Method in class source.ucregents.playground.physics.MovingEntity
Accessor method for the entity's mass
getMaxHP() - Method in class source.ucregents.playground.samplegame.Bot
 
getMaxHP() - Method in interface source.ucregents.playground.samplegame.IDestroyable
 
getMaxHP() - Method in class source.ucregents.playground.samplegame.Obstacle
 
getMethods() - Method in class source.ucregents.playground.gui.UserEvent
 
getMiniTicksThisTick() - Method in interface source.ucregents.playground.samplegame.IThink
 
getMode() - Method in class source.ucregents.playground.gui.EditorPanel
 
getName() - Method in class source.ucregents.playground.physics.BaseEntity
Gets the name set by the user for the entity
getObject() - Method in class source.ucregents.playground.gui.DesktopOPF
 
getObject() - Method in class source.ucregents.playground.gui.UserEvent
 
getOrientation() - Method in class source.ucregents.playground.physics.BaseEntity
Accessor for the entity's current orientation
getParameters() - Method in class source.ucregents.playground.gui.UserEvent
 
getPathIterator(AffineTransform, double) - Method in class source.ucregents.playground.physics.Polygon2D
Get a path iterator over the object.
getPathIterator(AffineTransform) - Method in class source.ucregents.playground.physics.Polygon2D
Get a path iterator over the object.
getPeriodinNs() - Static method in class source.ucregents.playground.physics.Arena
Gets the current time it takes to move all of the entites and draw them.
getProperty(Object, Method) - Static method in class source.ucregents.playground.gui.DesktopOPF
Returns the value of a specified objected using the 'Getter' Annotation on the specified Method.
getRadius() - Method in class source.ucregents.playground.physics.Circle2d
Gets the radius of the circle
getRandomColor() - Static method in class source.ucregents.playground.Utility
Gets a Random color with values between 25 and 225 for each RGB Value
getResizingObject() - Method in class source.ucregents.playground.physics.BaseEntity
Gets the area to show resizing arrows
getResizingObject() - Method in class source.ucregents.playground.physics.BaseFieldForceEntity
 
getRightClickInEntityMenu() - Method in class source.ucregents.playground.gui.EditorPanel
 
getRoundedShapeMass() - Method in class source.ucregents.playground.physics.BaseEntity
Gets the Shape's (PolygonOrCircle) Rounded Area and adjusts it for the mass
getScale() - Method in class source.ucregents.playground.physics.BaseEntity
Gets the current scale
getSelectedClass() - Method in class source.ucregents.playground.gui.CreationFrame
 
getSelectedEntity() - Method in class source.ucregents.playground.gui.EventManagerFrame
 
getSelectedEntity() - Method in class source.ucregents.playground.gui.EventParameterFrame
 
getShape() - Method in class source.ucregents.playground.physics.BaseEntity
Accessor for the entity's shape
getShape() - Method in class source.ucregents.playground.physics.PolygonOrCircle
 
getShapeColor() - Method in class source.ucregents.playground.physics.BaseEntity
Gets the shape's current fill color
getShapeFrame() - Method in class source.ucregents.playground.physics.BaseEntity
Returns the outer bounding box of the entity
getShapeMass() - Method in class source.ucregents.playground.physics.BaseEntity
Gets the Shape's (PolygonOrCircle) Area and adjusts it for use in Mass.
getShieldEnergy() - Method in class source.ucregents.playground.samplegame.Bot
 
getSideVectors() - Method in class source.ucregents.playground.physics.BaseEntity
Determines the vectors which connect the vertices of the entity's shape (the sides of the shape).
getSolidEventList(Vector<UserEvent>) - Method in class source.ucregents.playground.gui.EventManagerFrame
Often a user will forget or not want to add actions to an added event type.
getULPoint() - Method in class source.ucregents.playground.physics.BaseEntity
Accessor for the current upper left point
getUnitVectorX() - Static method in class source.ucregents.playground.Utility
Gets the Unit vector in the X direction
getUnitVectorY() - Static method in class source.ucregents.playground.Utility
Gets the Unit vector in the Y direction
getUserEvents() - Method in class source.ucregents.playground.physics.BaseEntity
 
getVertexCount() - Method in class source.ucregents.playground.physics.BaseEntity
Determines the number of vertices in the current polygon
getVertexCount() - Method in class source.ucregents.playground.physics.Polygon2D.Double
Get the number of vertices
getVertexCount() - Method in class source.ucregents.playground.physics.Polygon2D
Get the number of vertices
getVerticesCoordinates() - Method in class source.ucregents.playground.physics.BaseEntity
Determines the coordinates of the Vertices of the shape of this entity.
getWidth() - Method in class source.ucregents.playground.physics.DimensionDouble
Accessor for the demsion's width
getX(int) - Method in class source.ucregents.playground.physics.Polygon2D.Double
Get the given X-coordinate
getX(int) - Method in class source.ucregents.playground.physics.Polygon2D.Float
Get the given X-coordinate
getX(int) - Method in class source.ucregents.playground.physics.Polygon2D
Get the given X-coordinate
getX() - Method in class source.ucregents.playground.physics.PolygonOrCircle
 
getXComponent() - Method in class source.ucregents.playground.physics.FieldForceEntity
Gets the x component of the force field
getY(int) - Method in class source.ucregents.playground.physics.Polygon2D.Double
Get the given Y-coordinate
getY(int) - Method in class source.ucregents.playground.physics.Polygon2D.Float
Get the given Y-coordinate
getY(int) - Method in class source.ucregents.playground.physics.Polygon2D
Get the given Y-coordinate
getY() - Method in class source.ucregents.playground.physics.PolygonOrCircle
 
getYComponent() - Method in class source.ucregents.playground.physics.FieldForceEntity
Gets the y component of the force field
getZeroVector() - Static method in class source.ucregents.playground.Utility
Gets the Zero vector
getZoomLevel() - Method in class source.ucregents.playground.physics.BaseDisplayPanel
 

A B C D E F G H I K L M O P Q R S T U V W _