Index
MaterialDesignJsVeiwRenderer / view.utils.elementCss.properties
Package view.utils.elementCss.properties
Types
CssProperty
interface CssProperty
Defines an interface for classes that represent a css property.
CssValue
interface CssValue
Represents a value of a CSS property.
Dimension
open class Dimension :
CssValue
,
CssProperty
Represents a CSS dimension property such as width and height.
Display
enum class Display :
CssProperty
,
CssValue
FlexItemSettings
open class FlexItemSettings :
CssProperty
Sets CSS properties of child elements of a FlexBox.
FlexSettings
open class FlexSettings :
CssProperty
Sets CSS properties related to a FlexBox container.
Font
class Font :
CssProperty
Grid
class Grid :
CssProperty
Sets CSS properties related to a CSS grid.
GridItem
class GridItem :
CssProperty
Sets the css properties related to the CSS Grid.
Number
class Number :
CssValue
Represents a numerical CSS value.
Overflow
class Overflow :
CssProperty
Position
enum class Position :
CssValue
,
CssProperty
Text
class Text :
CssProperty
Transformation
open class Transformation :
CssProperty
Visibility
enum class Visibility :
CssValue
,
CssProperty
WhiteSpace
enum class WhiteSpace :
CssValue
,
CssProperty