Module rgg

Class Plus

All Implemented Interfaces:
Transformation, Manageable, PersistenceCapable, Shareable, UserFields, XObject, Map, Serializable

public class Plus extends URotation
This class implements a rotation about the local y-axis.
Author:
Ole Kniemeyer
See Also:
  • Field Details Link icon

  • Constructor Details Link icon

    • Plus Link icon

      public Plus(float angle)
      Creates a new Plus node which performs a counter-clockwise rotation of angle degrees about the local y-axis.
      Parameters:
      angle - rotation angle in degrees
  • Method Details Link icon

    • getNTypeImpl Link icon

      protected Node.NType getNTypeImpl()
      Description copied from class: Node
      This method returns the Node.NType which describes the managed fields of the class of this node. This method has to be implemented in every concrete subclass.
      Overrides:
      getNTypeImpl in class Node
      Returns:
      type describing the managed fields of the class of this node
    • newInstance Link icon

      protected Node newInstance()
      Description copied from class: Node
      This method returns a new instance of the class of this node. This method has to be implemented in every concrete subclass.
      Overrides:
      newInstance in class Node
      Returns:
      new instance of class of this node