Class Rotation

java.lang.Object
com.independentsoft.office.drawing.Rotation

public class Rotation extends Object
The Class Rotation.
  • Constructor Details

    • Rotation

      public Rotation()
      Instantiates a new rotation.
  • Method Details

    • clone

      public Rotation clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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