Class ShapeParticle
java.lang.Object
de.gurkenlabs.litiengine.graphics.emitters.particles.Particle
de.gurkenlabs.litiengine.graphics.emitters.particles.ShapeParticle
- All Implemented Interfaces:
ITimeToLive
- Direct Known Subclasses:
EllipseParticle,LineParticle,PolygonParticle,RectangleParticle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBoundingBox(Point2D origin) Gets the current bounding box of the particle, depending on its spawn location.protected abstract Shapevoidrender(Graphics2D g, Point2D emitterOrigin) Methods inherited from class de.gurkenlabs.litiengine.graphics.emitters.particles.Particle
getAbsoluteLocation, getAbsoluteX, getAbsoluteY, getAccelerationX, getAccelerationY, getAliveTime, getAngle, getCollisionType, getColor, getCustomRenderType, getDeltaAngle, getDeltaHeight, getDeltaWidth, getHeight, getOpacity, getOutlineThickness, getRenderLocation, getTimeToLive, getVelocityX, getVelocityY, getWidth, getX, getY, hasRayCastCollision, init, isAntiAliased, isContinuousCollisionEnabled, isFading, isFadingOnCollision, isOutlineOnly, isStoppingOnCollision, setAccelerationX, setAccelerationY, setAngle, setAntiAliasing, setCollisionType, setColor, setContinuousCollision, setCustomRenderType, setDeltaAngle, setDeltaHeight, setDeltaWidth, setFade, setFadeOnCollision, setHeight, setOutlineOnly, setOutlineThickness, setStopOnCollision, setTimeToLive, setVelocityX, setVelocityY, setWidth, setX, setY, timeToLiveReached, update, usesCustomRenderType
-
Constructor Details
-
ShapeParticle
protected ShapeParticle(float width, float height)
-
-
Method Details
-
getShape
-
getBoundingBox
Description copied from class:ParticleGets the current bounding box of the particle, depending on its spawn location.- Overrides:
getBoundingBoxin classParticle- Parameters:
origin- the spawn location of this particle- Returns:
- The Rectangular particle bounding box.
-
render
-