webgui/www/extras/yui/docs/animation/YAHOO.util.Point.html
JT Smith 4f68a0933c added YUI and YUI-ext
fixed the resizable text area with IE problem
fixed the ad space with IE problem
merged the 7.2.0 and 7.1.4 change logs
2006-11-07 23:15:57 +00:00

457 lines
No EOL
8.9 KiB
HTML

<html>
<head>
<title>
JavaScript Documentation -
YAHOO.util.Point
</title>
<link href="stylesheet.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1>JavaScript Documentation</h1>
<h3><a href="./index.html">DOM Utility</a></h3>
<div class="breadcrumbs">
<a href="./index.html">DOM Utility</a>
&gt;
<strong>YAHOO.util.Point</strong>
</div>
</div>
<div id="body">
<div class="nav">
<div class="module resources">
<ul class="content">
<li><a href="overview-tree.html">Tree View</a></li>
<li><a href="index-all.html">Element Index</a></li>
</ul>
</div>
<div class="module">
<h4><a href="./allclasses-noframe.html">Classes</a></h4>
<ul class="content">
<li>
<a href="YAHOO.util.Dom.html">
YAHOO.util.Dom</a>
</li>
<li>
<a href="YAHOO.util.Point.html">
YAHOO.util.Point</a>
</li>
<li>
<a href="YAHOO.util.Region.html">
YAHOO.util.Region</a>
</li>
</ul>
</div>
<div class="module">
<h4><a href="./overview-summary.html">Files</a></h4>
<ul class="content">
<li>
<a href="overview-summary-Dom.js.html">
Dom.js</a>
</li>
<li>
<a href="overview-summary-Region.js.html">
Region.js</a>
</li>
</ul>
</div>
</div>
<div id="pri">
<div class="main">
<h2>Class YAHOO.util.Point</h2>
<pre>Object
|
+--Region
|
+--<b>YAHOO.util.Point</b>
</pre>
<hr />
<!-- Class definition -->
<div class="class-def">
<div class="class-name">
<span class="class-attribs">
</span>
<span class="class-type">class</span>
<b>YAHOO.util.Point</b>
</div>
<div class="class-extends">
<dd>extends Region</dd>
</div>
</div>
<div class="meta">
<div class="summary">
<p>
A point is a region that is special in that it represents a single point on
the grid.
</p>
</div>
</div>
<!-- ======== QUICK LINKS ======== -->
<div class="quick-links">
<strong>Quick Links:</strong>&nbsp;
<a href="#field_summary">Field Summary</a>
|
<a href="#constructor_summary">Constructor Summary</a>
<a href="#fieldDetails">Field Details</a>
|
<a href="#constructorDetails">Constructor Details</a>
</div>
<!-- ======== END QUICK LINKS ======== -->
<!-- ======== NESTED CLASS SUMMARY ======== -->
<!-- ======== END NESTED CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<div class="section field summaries">
<h3><a name="field_summary">Field Summary</a> <span class="top">[<a href="#top">top</a>]</span></h3>
<div class="content">
<table border="1" cellpadding="3" cellspacing="0">
<tr>
<td class="flags">Object</td>
<td class="spec">
<code>
<a href="#bottom">bottom</a>
</code>
<div class="description">
&nbsp;
</div>
</td>
</tr>
<tr>
<td class="flags">Object</td>
<td class="spec">
<code>
<a href="#left">left</a>
</code>
<div class="description">
&nbsp;
</div>
</td>
</tr>
<tr>
<td class="flags">Object</td>
<td class="spec">
<code>
<a href="#right">right</a>
</code>
<div class="description">
&nbsp;
</div>
</td>
</tr>
<tr>
<td class="flags">Object</td>
<td class="spec">
<code>
<a href="#top">top</a>
</code>
<div class="description">
&nbsp;
</div>
</td>
</tr>
<tr>
<td class="flags">int</td>
<td class="spec">
<code>
<a href="#x">x</a>
</code>
<div class="description">
The X position of the point&nbsp;
</div>
</td>
</tr>
<tr>
<td class="flags">int</td>
<td class="spec">
<code>
<a href="#y">y</a>
</code>
<div class="description">
The Y position of the point&nbsp;
</div>
</td>
</tr>
</table>
</div>
</div>
<!-- =========== END FIELD SUMMARY =========== -->
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<div class="section contructor summaries">
<h3><a name="constructor_summary">Constructor Summary</a> <span class="top">[<a href="#top">top</a>]</span></h3>
<div class="content">
<code class="spec">
<a href="YAHOO.util.Point.html#YAHOO.util.Point()">YAHOO.util.Point</a>
</code>
<div class="description">
A point is a region that is special in that it represents a single point on
the grid.&nbsp;
</div>
</div>
</div>
<!-- ======== END CONSTRUCTOR SUMMARY ======== -->
<!-- ========== METHOD SUMMARY =========== -->
<!-- ========== END METHOD SUMMARY =========== -->
<!-- ============ FIELD DETAIL START =========== -->
<div class="section field details">
<h3><a name="fieldDetails">Field Detail</a> <span class="top">[<a href="#top">top</a>]</span></h3>
<div class="content">
<h4><a name="bottom">bottom</a></h4>
<div class="detail">
<code>
Object
&nbsp;
<strong>bottom</strong>
</code>
<div class="description">
</div>
</div>
<hr />
<h4><a name="left">left</a></h4>
<div class="detail">
<code>
Object
&nbsp;
<strong>left</strong>
</code>
<div class="description">
</div>
</div>
<hr />
<h4><a name="right">right</a></h4>
<div class="detail">
<code>
Object
&nbsp;
<strong>right</strong>
</code>
<div class="description">
</div>
</div>
<hr />
<h4><a name="top">top</a></h4>
<div class="detail">
<code>
Object
&nbsp;
<strong>top</strong>
</code>
<div class="description">
</div>
</div>
<hr />
<h4><a name="x">x</a></h4>
<div class="detail">
<code>
int
&nbsp;
<strong>x</strong>
</code>
<div class="description">
The X position of the point
</div>
</div>
<hr />
<h4><a name="y">y</a></h4>
<div class="detail">
<code>
int
&nbsp;
<strong>y</strong>
</code>
<div class="description">
The Y position of the point
</div>
</div>
<hr />
</div>
</div>
<!-- ============ FIELD DETAIL END =========== -->
<!-- ========= CONSTRUCTOR DETAIL START ======== -->
<div class="section constructor details">
<h3><a name="constructorDetails">Constructor Detail</a> <span class="top">[<a href="#top">top</a>]</span></h3>
<div class="content">
<h4><a name="YAHOO.util.Point()">YAHOO.util.Point</a></h4>
<div class="detail">
<code>
<strong>YAHOO.util.Point</strong>
()
</code>
<div class="description">
A point is a region that is special in that it represents a single point on
the grid.
<dl>
<dt>Parameters:</dt>
<dd>
<code>x</code> -
The X position of the point
</dd>
<dd>
<code>y</code> -
The Y position of the point
</dd>
</dl>
</div>
</div>
</div>
</div>
<!-- ========= CONSTRUCTOR DETAIL END ======== -->
<!-- ============ METHOD DETAIL START ========== -->
<!-- ============ METHOD DETAIL END ========== -->
</div>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<div id="footer">
<hr />
Copyright &copy; 2006 Yahoo! Inc. All rights reserved.
</div>
</body>
</html>