Uses of Class
util.Corner

Packages that use Corner
util   
 

Uses of Corner in util
 

Methods in util that return Corner
 Corner Corner.clockwise()
           
 Corner Corner.counterClockwise()
           
static Corner Corner.fromString(String str)
          Returns the enum representation of a string.
static Corner Corner.random()
          Returns a random corner.
 Corner Corner.reverse()
           
static Corner Corner.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Corner[] Corner.values()
          Returns an array containing the constants of this enum type, in the order they are declared.