Length

org.beangle.doc.html.dom.Length
See theLength companion object
case class Length(num: Double, unit: String)

长度 72== POINT_DPI 96== PIXEL_DPI

Attributes

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

Members list

Value members

Concrete methods

def charNums: Double
def pixels: Int
def points: Double
def twips: Int

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product