source.ucregents.playground.samplegame
Class TempWall

java.lang.Object
  extended by source.ucregents.playground.physics.BaseEntity
      extended by source.ucregents.playground.samplegame.TempWall
All Implemented Interfaces:
java.lang.Cloneable

public class TempWall
extends BaseEntity


Constructor Summary
TempWall(double x, double y)
           
 
Method Summary
 boolean isCollidible()
          Determines whether or not this entity can be collided with by other entities.
 
Methods inherited from class source.ucregents.playground.physics.BaseEntity
clone, Draw, getActualFrameDimensions, getAxes, getAxis, getBounciness, getCenterPoint, getOrientation, getShape, getShapeFrame, getSideVectors, getULPoint, getVerticesCoordinates, Intersects, isOverlapping, isSelected, isVisible, removeComponents, roundPoint, setBounciness, setCenterPoint, setCenterPoint, setOrientation, setSelected, setShape, setULPoint, setULPoint, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TempWall

public TempWall(double x,
                double y)
Method Detail

isCollidible

public boolean isCollidible()
Description copied from class: BaseEntity
Determines whether or not this entity can be collided with by other entities.

Specified by:
isCollidible in class BaseEntity
Returns:
true if can be collided with