-
- All Implemented Interfaces:
public final class PartyFactoryFactory class to enable builder methods for Java implementations See Party for documentation on the configuration settings
-
-
Field Summary
Fields Modifier and Type Field Description private final EmitterConfigemitter
-
Constructor Summary
Constructors Constructor Description PartyFactory(EmitterConfig emitter)
-
Method Summary
-
-
Constructor Detail
-
PartyFactory
PartyFactory(EmitterConfig emitter)
-
-
Method Detail
-
getEmitter
final EmitterConfig getEmitter()
-
angle
final PartyFactory angle(Integer angle)
-
spread
final PartyFactory spread(Integer spread)
-
setSpeed
final PartyFactory setSpeed(Float speed)
-
setSpeedBetween
final PartyFactory setSpeedBetween(Float minSpeed, Float maxSpeed)
-
setDamping
final PartyFactory setDamping(Float damping)
-
position
final PartyFactory position(Position position)
-
position
final PartyFactory position(Float x, Float y)
-
position
final PartyFactory position(Double x, Double y)
-
sizes
final PartyFactory sizes(Size sizes)
-
sizes
final PartyFactory sizes(List<Size> size)
-
colors
final PartyFactory colors(List<Integer> colors)
-
shapes
final PartyFactory shapes(List<Shape> shapes)
-
shapes
final PartyFactory shapes(Shape shapes)
-
timeToLive
final PartyFactory timeToLive(Long timeToLive)
-
fadeOutEnabled
final PartyFactory fadeOutEnabled(Boolean fadeOutEnabled)
-
delay
final PartyFactory delay(Integer delay)
-
rotation
final PartyFactory rotation(Rotation rotation)
-
-
-
-