MARKER_ANCHOR

enum MARKER_ANCHOR : Enum<MPIOptions.MARKER_ANCHOR>

MARKER_ANCHOR holds the properties of anchor when adding markers

Entries

CENTER
Link copied to clipboard
anchor marker at center of the node
TOP
Link copied to clipboard
TOP()
anchor marker at top of the node
BOTTOM
Link copied to clipboard
anchor marker at bottom of the node
LEFT
Link copied to clipboard
anchor marker at left of the node
RIGHT
Link copied to clipboard
anchor marker at right of the node

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: MPIOptions.MARKER_ANCHOR): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<MPIOptions.MARKER_ANCHOR>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int