Object HMSBitmapPlugin.Companion
-
- All Implemented Interfaces:
public class HMSBitmapPlugin.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private IntArraytexturesprivate IntegerMIN_API_LEVELprivate final IntegerDEFAULT_BLUR_PERCENTAGEpublic final static HMSBitmapPlugin.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntArraygetTextures()final UnitsetTextures(IntArray textures)final IntegergetMIN_API_LEVEL()final UnitsetMIN_API_LEVEL(Integer MIN_API_LEVEL)final IntegergetDEFAULT_BLUR_PERCENTAGE()-
-
Method Detail
-
getTextures
final IntArray getTextures()
-
setTextures
final Unit setTextures(IntArray textures)
-
getMIN_API_LEVEL
final Integer getMIN_API_LEVEL()
-
setMIN_API_LEVEL
final Unit setMIN_API_LEVEL(Integer MIN_API_LEVEL)
-
getDEFAULT_BLUR_PERCENTAGE
final Integer getDEFAULT_BLUR_PERCENTAGE()
-
-
-
-