source.ucregents.playground.physics
Class MyPolygon2

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

public class MyPolygon2
extends MovingEntity


Constructor Summary
MyPolygon2()
           
 
Method Summary
 
Methods inherited from class source.ucregents.playground.physics.MovingEntity
collide, collide, createNodes, DefaultImageLocation, Draw, getAngularVelocity, getCurrentTickVelocity, getCurrentVelocity, getMass, increaseVelocity, isStationary, moveCurrentVelocity, moveVector, setAngularVelocity, setCurrentTickVelocity, setCurrentVelocity, setMass, setStationary
 
Methods inherited from class source.ucregents.playground.physics.BaseEntity
clone, getActualFrameDimensions, getAxes, getAxis, getBounciness, getCenterPoint, getFrameColor, getFrictionConstant, getImageOffset, getName, getOrientation, getShape, getShapeColor, getShapeFrame, getSideVectors, getULPoint, getUserEvents, getVertexCount, getVerticesCoordinates, isCircle, isCollidible, isOverlapping, isPolygon, isSelected, isVisible, OnCollisionWith, OnLocationChange, OnOrientationChange, RegisterEvent, resetFrameColor, Scale, ScaleAroundCenter, setBounciness, setCenterPoint, setCenterPoint, setCollidible, setFrameColor, setFrictionConstant, setImageOffset, setName, setOrientation, setSelected, setShapeColor, setULPoint, setULPoint, setVisible, toString, toXMLElement
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MyPolygon2

public MyPolygon2()