Package com.baidu.mapapi.offscreen
Enum Class IBackgroundDrawLayer.EraseEffect
java.lang.Object
java.lang.Enum<IBackgroundDrawLayer.EraseEffect>
com.baidu.mapapi.offscreen.IBackgroundDrawLayer.EraseEffect
- All Implemented Interfaces:
Serializable,Comparable<IBackgroundDrawLayer.EraseEffect>,Constable
- Enclosing interface:
- IBackgroundDrawLayer
擦除效果
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription走过的路变化颜色已经走过的路不显示没有效果 -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IBackgroundDrawLayer.EraseEffect[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
没有效果 -
ALREADY_PASSED_NOT_SHOW
已经走过的路不显示 -
ALREADY_PASSED_CHANGE_COLOR
走过的路变化颜色
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-