-
- All Implemented Interfaces:
public final class Position.Relative extends Position
Set 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
-
-
Constructor Summary
Constructors Constructor Description Position.Relative(Double x, Double y)
-