Module gwy :: Class RotateResizeType
[hide private]
[frames] | no frames]

Class RotateResizeType

source code

Type of rotated data field size determination method.


Since: 2.46

Note: All the enumerated values are defined at the module level, not the class level. The are just groupped by class here for easier orientation.

Class Variables [hide private]
  ROTATE_RESIZE_CUT
The result is optimally cut to interior data only.
  ROTATE_RESIZE_EXPAND
The result is sufficiently large so that all original data are present (usually meaning that there will be also lot of exterior).
  ROTATE_RESIZE_SAME_SIZE
The result has the same area as the original.