Class JAIRotate

    • Field Detail

      • degrees

        public PortParameter degrees
        The number of degrees to rotate. The default value of this parameter is the double value 0. If the port is left unconnected, then the parameter value will be used.
      • interpolationType

        public StringAttribute interpolationType
        The type of interpolation to use. This is a string valued attribute that defaults to type "bilinear"
      • subSampleBits

        public Parameter subSampleBits
        The subsample precision. The default value of this parameter is the integer value 8.
      • xOrigin

        public Parameter xOrigin
        The x origin of the point to rotate around. The default value is the integer value 0.
      • yOrigin

        public Parameter yOrigin
        The y origin of the point to rotate around. The default value is the integer value 0.