Package nl.dionsegijn.konfetti.core
See: Description
-
Class Summary Class Description Particle Particle holding exact data to instruct where and how to draw a particle Party Configuration how to confetti should be rendered Angle Helper class for easily setting an angle based on easy understandable constants TOP 270 degrees RIGHT 0 degrees BOTTOM 90 degrees LEFT 180 degrees Spread Helper class for for easily configuring Spread when creating a Party These are presets but any custom amount will work within 0-360 degrees Absolute Set absolute position on the x and y axis of the KonfettiView Relative Set relative position on the x and y axis of the KonfettiView. Position Rotation PartyFactory Factory class to enable builder methods for Java implementations See Party for documentation on the configuration settings PartySystem PartySystem is responsible for requesting particles from the emitter and updating the particles everytime a new frame is requested. PartySystemKt