-
public final class Overlay
-
-
Constructor Summary
Constructors Constructor Description Overlay(String color, Float opacity, Boolean dismissible)
-
Method Summary
Modifier and Type Method Description final StringgetColor()final FloatgetOpacity()final BooleanisDismissible()Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getColor
final String getColor()
-
getOpacity
final Float getOpacity()
-
isDismissible
final Boolean isDismissible()
-
equals
Boolean equals(Object other)
-
hashCode
Integer hashCode()
-
-
-
-