Package 

Class Position

  • All Implemented Interfaces:

    
    public class Position
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class Position.Absolute

      Set absolute position on the x and y axis of the KonfettiView

      public final class Position.Relative

      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

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail