JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
com.luna.common.img.ScaleType
Packages that use
ScaleType
Package
Description
com.luna.common.img
图像处理相关工具类封装
Uses of
ScaleType
in
com.luna.common.img
Methods in
com.luna.common.img
that return
ScaleType
Modifier and Type
Method
Description
static
ScaleType
ScaleType.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
ScaleType
[]
ScaleType.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.