Annotation Type Presentation.Layout
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) public static @interface Presentation.Layout
Strategies controlling the layout of input pixels in the output frame.One of
Presentation.LAYOUT_SCALE_TO_FIT
,Presentation.LAYOUT_SCALE_TO_FIT_WITH_CROP
, orPresentation.LAYOUT_STRETCH_TO_FIT
.May scale either width or height, leaving the other output dimension equal to its input.