Visibility

The visibility of a layer.

enum Visibility : Enum<Visibility> , LayerProperty

Parameters

value

String value of this property

Entries

VISIBLE
Link copied to clipboard

The layer is shown.

VISIBLE("visible")
NONE
Link copied to clipboard

The layer is hidden.

NONE("none")

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: Visibility): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
override fun finalize()
getDeclaringClass
Link copied to clipboard
override fun getDeclaringClass(): Class<Visibility>
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
override val name: String
ordinal
Link copied to clipboard
override val ordinal: Int
value
Link copied to clipboard

String value of this property

open override val value: String