Sydney

Class Rectangle

Object
   |
   +--Rectangle

class Rectangle

Defined in geometry.js


Field Summary
 var left_top
          
 var width_height
          
 
Constructor Summary
Rectangle (left_top, width_height)
           
 
Method Summary
 function setBottom(pixels)
          
 function setLeft(length)
          
 function setRight(pixels)
          
 function setTop(length)
          
 function toSource()
          
 function toString()
          

Field Detail

left_top

var left_top

width_height

var width_height

Constructor Detail

Rectangle

function Rectangle(left_top, width_height)
Method Detail

setBottom

function setBottom(pixels)

setLeft

function setLeft(length)

setRight

function setRight(pixels)

setTop

function setTop(length)

toSource

function toSource()

toString

function toString()

Sydney

SourceForge.net Logo