Interface StretchedModeConfig
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
increasedPerformance()
default boolean
integerScaling()
default boolean
keepAspectRatio()
default int
scalingFactor()
-
-
-
Method Detail
-
keepAspectRatio
default boolean keepAspectRatio()
-
increasedPerformance
default boolean increasedPerformance()
-
integerScaling
default boolean integerScaling()
-
scalingFactor
@Units("%") default int scalingFactor()
-
-