Companion

object Companion

Static methods and variables.

Functions

Link copied to clipboard
@JvmStatic
fun valueOf(value: String): IconAnchor

Utility function to get IconAnchor instance from given value.

Properties

Link copied to clipboard
@JvmField
val BOTTOM: IconAnchor

The bottom of the icon is placed closest to the anchor.

Link copied to clipboard
@JvmField
val BOTTOM_LEFT: IconAnchor

The bottom left corner of the icon is placed closest to the anchor.

Link copied to clipboard
@JvmField
val BOTTOM_RIGHT: IconAnchor

The bottom right corner of the icon is placed closest to the anchor.

Link copied to clipboard
@JvmField
val CENTER: IconAnchor

The center of the icon is placed closest to the anchor.

Link copied to clipboard
@JvmField
val LEFT: IconAnchor

The left side of the icon is placed closest to the anchor.

Link copied to clipboard
@JvmField
val RIGHT: IconAnchor

The right side of the icon is placed closest to the anchor.

Link copied to clipboard
@JvmField
val TOP: IconAnchor

The top of the icon is placed closest to the anchor.

Link copied to clipboard
@JvmField
val TOP_LEFT: IconAnchor

The top left corner of the icon is placed closest to the anchor.

Link copied to clipboard
@JvmField
val TOP_RIGHT: IconAnchor

The top right corner of the icon is placed closest to the anchor.