StylesheetValidator

object StylesheetValidator

Stylesheet validator that checks whether inputs to stylesheet JSON are valid and throws errors/warnings otherwise

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String
validateStyleSheet
Link copied to clipboard
fun validateStyleSheet(stylesheet: StylesheetFromJSON, symbolTable: SymbolTableVisitor)
Validate style sheet

Properties

validAnimationStrings
Link copied to clipboard
val validAnimationStrings: Map<String, Boolean>
Map of valid animations to whether they accept a color as a parameter