public class RotationHelper
extends java.lang.Object
Constructor and Description |
---|
RotationHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
rotate(float fromDegrees,
float toDegree,
java.util.List<android.widget.ImageButton> list)
rotate all imagebuttons stored in the given list from a specific degree value
to a specific dregree value.
|
public static void rotate(float fromDegrees, float toDegree, java.util.List<android.widget.ImageButton> list)
fromDegrees
- - the start degree valuetoDegree
- - the target degree valuelist
- - the list that stored the imagebuttons to be rotated