Class ComposeImageOperation

    • Constructor Detail

      • ComposeImageOperation

        public ComposeImageOperation()
      • ComposeImageOperation

        public ComposeImageOperation​(ComposeImageOperation source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getType

        public String getType()
        Get 类型,取值有:
      • Rotate:图像旋转。
      • Flip:图像翻转。
Returns:
Type 类型,取值有:
  • Rotate:图像旋转。
  • Flip:图像翻转。
  • Parameters:
    Type - 类型,取值有:
  • Rotate:图像旋转。
  • Flip:图像翻转。