Class Index | File Index

Classes


Class Tee.Rectangle

Represents a rectangle with origin xy position, width and height
Defined in: <..\..\src\teechart.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Tee.Rectangle(x, y, width, height)
Field Summary
Field Attributes Field Name and Description
 
Amount of rectangle height.
 
Amount of rectangle width.
 
x
The position of left side of rectangle.
 
y
The position of top side of rectangle.
Method Summary
Method Attributes Method Name and Description
<static>  
Tee.Rectangle.Rectangle#set(x, y, width, height)
Sets Rectangle properties.
<static>  
Tee.Rectangle.Rectangle#setFrom(r)
Sets Rectangle properties from rectangle r parameter.
Class Detail
Tee.Rectangle(x, y, width, height)
Parameters:
{Number} x
The position of left side of rectangle.
{Number} y
The position of top side of rectangle.
{Number} width
Amount of rectangle width.
{Number} height
Amount of rectangle height.
Field Detail
{Number} height
Amount of rectangle height.

{Number} width
Amount of rectangle width.

{Number} x
The position of left side of rectangle.

{Number} y
The position of top side of rectangle.
Method Detail
<static> Tee.Rectangle.Rectangle#set(x, y, width, height)
Sets Rectangle properties.
Parameters:
{Number} x
The position of left side of rectangle.
{Number} y
The position of top side of rectangle.
{Number} width
Amount of rectangle width.
{Number} height
Amount of rectangle height.

<static> Tee.Rectangle.Rectangle#setFrom(r)
Sets Rectangle properties from rectangle r parameter.
Parameters:
{Tee.Rectangle} r
The Rectangle instance to copy values from.

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Jul 04 2014 13:24:59 GMT+0200 (CEST)