Sydney

Class Percent

Object
   |
   +--Quantity
         |
         +--Percent

class Percent
extends Quantity

Defined in quantities.js


Field Summary
 var size
          
   
Fields inherited from class Quantity
size, unit
 
Constructor Summary
Percent (percent)
           
 
Method Summary
 function toPercent(holder)
          
 function toPixels(containerPixels)
          
 function toSource()
          
 
Methods inherited from class Quantity
toString, valueOf, minus, plus
 

Field Detail

size

var size

Constructor Detail

Percent

function Percent(percent)
Method Detail

toPercent

function toPercent(holder)

toPixels

function toPixels(containerPixels)

toSource

function toSource()

Sydney

SourceForge.net Logo