public class RotationParametersImpl extends Object implements RotationParameters
| Constructor and Description |
|---|
RotationParametersImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDegrees() |
boolean |
isMirrorHorizontally() |
void |
setDegrees(int degrees) |
void |
setMirrorHorizontally(boolean mirrorHorizontally) |
public int getDegrees()
getDegrees in interface RotationParameterspublic void setDegrees(int degrees)
setDegrees in interface RotationParameterspublic boolean isMirrorHorizontally()
isMirrorHorizontally in interface RotationParameterspublic void setMirrorHorizontally(boolean mirrorHorizontally)
setMirrorHorizontally in interface RotationParametersCopyright © 2016. All rights reserved.