-
- All Implemented Interfaces:
public class Position
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPosition.AbsoluteSet absolute position on the x and y axis of the KonfettiView
public final classPosition.RelativeSet relative position on the x and y axis of the KonfettiView. Some examples: x: 0.0, y: 0.0 Top left corner x: 1.0, y: 0.0 Top right corner x: 0.0, y: 1.0 Bottom left corner x: 1.0, y: 1.0 Bottom right corner x: 0.5, y: 0.5 Center of the view
-