JvmRcPlatformServices


Implementation of RcPlatformServices intended for multi-platform use on the JVM.

Summary

Public constructors

android

Public functions

open Int
android
open Int
android
open ByteArray?
android
open Boolean
android
open Unit
log(category: RcPlatformServices.LogCategory, message: String)
android
open Any
parsePath(pathData: String)
android
open FloatArray?
android

Public constructors

JvmRcPlatformServices

JvmRcPlatformServices()

Public functions

getImageHeight

open fun getImageHeight(image: Any): Int

getImageWidth

open fun getImageWidth(image: Any): Int

imageToByteArray

open fun imageToByteArray(image: Any): ByteArray?

isAlpha8Image

open fun isAlpha8Image(image: Any): Boolean

log

open fun log(category: RcPlatformServices.LogCategory, message: String): Unit

parsePath

open fun parsePath(pathData: String): Any

pathToFloatArray

open fun pathToFloatArray(path: Any): FloatArray?