Class Object

java.lang.Object
io.goobi.viewer.model.viewer.object.Object

public class Object extends Object

Object class.

Author:
Florian Alpers
  • Constructor Details

  • Method Details

    • getType

      public ObjectFormat getType()

      Getter for the field type.

      Returns:
      the type
    • setType

      public void setType(ObjectFormat type)

      Setter for the field type.

      Parameters:
      type - the type to set
    • getUri

      public URI getUri()

      Getter for the field uri.

      Returns:
      the uri
    • setUri

      public void setUri(URI uri)

      Setter for the field uri.

      Parameters:
      uri - the uri to set
    • getCenter

      public Point3D getCenter()

      Getter for the field center.

      Returns:
      the center
    • setCenter

      public void setCenter(Point3D center)

      Setter for the field center.

      Parameters:
      center - the center to set
    • getRotation

      public Point3D getRotation()

      Getter for the field rotation.

      Returns:
      the rotation
    • setRotation

      public void setRotation(Point3D rotation)

      Setter for the field rotation.

      Parameters:
      rotation - the rotation to set