Stylesheet

class Stylesheet(stylesheetPath: String?, symbolTableVisitor: SymbolTableVisitor)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getAnimatedStyle
Link copied to clipboard
fun getAnimatedStyle(identifier: String, value: ExecValue): AnimationProperties
Get animated style, falling back on default animation properties where necessary
getDisplayNewLinesInCode
Link copied to clipboard
fun getDisplayNewLinesInCode(): Boolean
getHideCode
Link copied to clipboard
fun getHideCode(): Boolean
getHideVariables
Link copied to clipboard
fun getHideVariables(): Boolean
getPosition
Link copied to clipboard
fun getPosition(identifier: String): PositionProperties?
getPositions
Link copied to clipboard
fun getPositions(): Map<String, PositionProperties>
getStepIntoIsDefault
Link copied to clipboard
fun getStepIntoIsDefault(): Boolean
getStyle
Link copied to clipboard
fun getStyle(identifier: String, value: ExecValue): StyleProperties
Get style, falling back on default style properties where necessary
getSubtitleStyle
Link copied to clipboard
fun getSubtitleStyle(): StyleProperties
Methods for accessing style attributes
getSyntaxHighlighting
Link copied to clipboard
fun getSyntaxHighlighting(): Boolean
getSyntaxHighlightingStyle
Link copied to clipboard
fun getSyntaxHighlightingStyle(): String
getTabSpacing
Link copied to clipboard
fun getTabSpacing(): Int
hashCode
Link copied to clipboard
open fun hashCode(): Int
renderDataStructure
Link copied to clipboard
fun renderDataStructure(identifier: String): Boolean
toString
Link copied to clipboard
open fun toString(): String
userDefinedPositions
Link copied to clipboard
fun userDefinedPositions(): Boolean