-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum OverlayItem.HotspotPlaceIndicates a hotspot for an area. This is where the origin (0,0) of a point will be locatedrelative to the area. In otherwords this acts as an offset. NONE indicates that no adjustmentshould be made.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NONECENTERBOTTOM_CENTERTOP_CENTERRIGHT_CENTERLEFT_CENTERUPPER_RIGHT_CORNERLOWER_RIGHT_CORNERUPPER_LEFT_CORNERLOWER_LEFT_CORNER
-
Method Summary
Modifier and Type Method Description static Array<OverlayItem.HotspotPlace>values()static OverlayItem.HotspotPlacevalueOf(String name)-
-
Method Detail
-
values
static Array<OverlayItem.HotspotPlace> values()
-
valueOf
static OverlayItem.HotspotPlace valueOf(String name)
-
-
-
-