|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.planeth.gtroids.obj.base.PaintableObject
com.planeth.gtroids.obj.base.AbstractGameObject
com.planeth.gtroids.obj.base.AbstractPhysicalObject
com.planeth.gtroids.obj.base.AbstractAnimatedObject
com.planeth.gtroids.obj.base.AbstractTumblingObject
com.planeth.gtroids.obj.bonus.AbstractBonusItem
com.planeth.gtroids.obj.bonus.BonusShield
Shield Bonus
| Constructor Summary | |
BonusShield()
Constructor for BonusCure. |
|
| Method Summary | |
protected void |
applyBonus(Ship ship)
Applies the Bonus to the passed ship |
protected void |
applyDamage()
Applies the Damage |
static java.awt.Color |
createShieldColor()
Returns the shield Color |
| Methods inherited from class com.planeth.gtroids.obj.bonus.AbstractBonusItem |
createBonusShape, die, getTransform, hitWith |
| Methods inherited from class com.planeth.gtroids.obj.base.AbstractTumblingObject |
move, update |
| Methods inherited from class com.planeth.gtroids.obj.base.AbstractAnimatedObject |
checkBorderJump, getCircumferentialVel, getLastPos, getRealTimeControl, getRotationVelDeg, getVel, isSpeedDependent, paint, pause, setBorderJumper, setCircumferentialVel, setRotationVelDeg, setSpeedDependent, setVel, update |
| Methods inherited from class com.planeth.gtroids.obj.base.AbstractPhysicalObject |
getCenterOfMass, getElast, getExplodeSound, getGamePanel, getGravit, getObjectFactory, getQuadrantCoords, getVolume, hitWithBomb, isAffectingGame, setAffectingGame, setGamePanel, setGravit, setLifeTime, setQuadrantCoords, split |
| Methods inherited from class com.planeth.gtroids.obj.base.AbstractGameObject |
cure, getAudioResource, getColorBackup, getStats, getTimerManager, initStats, isEnemy, isReadyToDie, kill, setColorBackup, setColorFixed, setReadyToDie |
| Methods inherited from class com.planeth.gtroids.obj.base.PaintableObject |
addShape, explodeBaseShape, getAvgDiameter, getAvgVector, getBaseColor, getBaseVertexes, getBounds, getMaxRadius, getNrOfVertexes, getOrientation, getPos, paintAtPos, randomizeBaseShape, rotate, setBaseColor, splitBaseShape |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BonusShield()
| Method Detail |
public static java.awt.Color createShieldColor()
protected void applyBonus(Ship ship)
AbstractBonusItem
applyBonus in class AbstractBonusItemship - to apply the bonusAbstractBonusItem.applyBonus(com.planeth.gtroids.obj.Ship)protected void applyDamage()
AbstractBonusItem
applyDamage in class AbstractBonusItemAbstractBonusItem.applyDamage()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||