Class Rotation
java.lang.Object
com.independentsoft.office.drawing.Rotation
The Class Rotation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the latitude.intGets the longitude.intGets the revolution.voidsetLatitude(int latitude)Sets the latitude.voidsetLongitude(int longitude)Sets the longitude.voidsetRevolution(int revolution)Sets the revolution.toString()
-
Constructor Details
-
Rotation
public Rotation()Instantiates a new rotation.
-
-
Method Details
-
clone
-
toString
-
getLatitude
public int getLatitude()Gets the latitude.- Returns:
- the latitude
-
setLatitude
public void setLatitude(int latitude)Sets the latitude.- Parameters:
latitude- the new latitude
-
getLongitude
public int getLongitude()Gets the longitude.- Returns:
- the longitude
-
setLongitude
public void setLongitude(int longitude)Sets the longitude.- Parameters:
longitude- the new longitude
-
getRevolution
public int getRevolution()Gets the revolution.- Returns:
- the revolution
-
setRevolution
public void setRevolution(int revolution)Sets the revolution.- Parameters:
revolution- the new revolution
-