CssPx

ostrat.pWeb.CssPx
case class CssPx(numPx: Double) extends CssVal

CSS value in px units. Pixels are relative to the viewing device. For low-dpi devices, 1px is one device pixel (dot) of the display. For printers and high resolution screens 1px implies multiple device pixels.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CssVal
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def str: String

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product