CssCanvas

ostrat.pWeb.CssCanvas
See theCssCanvas companion object
case class CssCanvas(decsArr: RArr[CssDecs]) extends CssRule

CSS rule for HTML canvas.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CssRule
trait CssRuleLike
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def selec: String

The selector String for the CSS rule.

The selector String for the CSS rule.

Attributes

Definition Classes

Inherited methods

def decsStr(indent: Int): String

The inner String of the this rules declarations.

The inner String of the this rules declarations.

Attributes

Inherited from:
CssRule
override def isMultiLine: Boolean

Outputs to a single line if the rule has 2 or more declarations.

Outputs to a single line if the rule has 2 or more declarations.

Attributes

Definition Classes
Inherited from:
CssRule
override def out(indent: Int): String

The CSS output.

The CSS output.

Attributes

Definition Classes
Inherited from:
CssRule

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product