public class RotateOperation
extends Operation
Rotation operation.
public RotateOperation(int degrees)
Rotation operation.
degrees - 0, 90, 180, 270 are supportedpublic int getDegrees()
0,
90, 180, 270 are supported
public int component1()
0,
90, 180, 270 are supported
@NotNull public RotateOperation copy(int degrees)
Rotation operation.
degrees - 0, 90, 180, 270 are supported@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)