All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.earth.worldwind.shape.Highlightable.kt Maven / Gradle / Ivy

Go to download

The WorldWind Kotlin SDK (WWK) includes the library, examples and tutorials for building multiplatform 3D virtual globe applications for Android, Web and Java.

The newest version!
package earth.worldwind.shape

/**
 * Interface to control a shape's highlighting. Shapes implementing this interface have their own highlighting behaviors
 * and attributes and the means for setting them.
 */
interface Highlightable {
    /**
     * Indicates whether the shape is highlighted.
     */
    var isHighlighted: Boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy