Package | Description |
---|---|
application | |
twophase |
Modifier and Type | Method and Description |
---|---|
private static Color |
CubeSolver.convertOrientation2FaceColor(Orientation orientation)
Convert cube's orientation to face's color
|
Modifier and Type | Field and Description |
---|---|
(package private) static Color[][] |
FaceCube.cornerColor
Map the corner positions to facelet colors
|
(package private) static Color[][] |
FaceCube.edgeColor
Map the edge positions to facelet colors
|
Color[] |
FaceCube.facelets
Cube facelets colors.
|
Modifier and Type | Method and Description |
---|---|
static Color |
Color.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Color[] |
Color.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|