~ubuntu-branches/ubuntu/quantal/libjgraph-java/quantal

« back to all changes in this revision

Viewing changes to doc/api/org/jgraph/util/Spline.html

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-03-17 20:28:08 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080317202808-jol9tcnnn9lu0gc3
Tags: 5.12.0.4.dfsg-1
* New upstream release.
* Remove debian/dirs and create /usr/share/java directly from
  debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!--NewPage-->
3
3
<HTML>
4
4
<HEAD>
5
 
<!-- Generated by javadoc (build 1.4.2_11) on Tue Sep 11 17:37:52 BST 2007 -->
 
5
<!-- Generated by javadoc (build 1.4.2_11) on Mon Mar 17 10:05:29 GMT 2008 -->
6
6
<TITLE>
7
 
Spline (JGraph v5.10.1.5 API Specification)
 
7
Spline (JGraph v5.12.0.4 API Specification)
8
8
</TITLE>
9
9
 
10
10
<META NAME="keywords" CONTENT="org.jgraph.util.Spline class">
14
14
<SCRIPT type="text/javascript">
15
15
function windowTitle()
16
16
{
17
 
    parent.document.title="Spline (JGraph v5.10.1.5 API Specification)";
 
17
    parent.document.title="Spline (JGraph v5.12.0.4 API Specification)";
18
18
}
19
19
</SCRIPT>
20
20
 
44
44
</TABLE>
45
45
</TD>
46
46
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47
 
<p><b>JGraph</b><br>v5.10.1.5</p></EM>
 
47
<p><b>JGraph</b><br>v5.12.0.4</p></EM>
48
48
</TD>
49
49
</TR>
50
50
 
51
51
<TR>
52
52
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53
 
&nbsp;<A HREF="../../../org/jgraph/util/ParallelEdgeRouter.html" title="class in org.jgraph.util"><B>PREV CLASS</B></A>&nbsp;
 
53
&nbsp;<A HREF="../../../org/jgraph/util/RectUtils.html" title="class in org.jgraph.util"><B>PREV CLASS</B></A>&nbsp;
54
54
&nbsp;<A HREF="../../../org/jgraph/util/Spline2D.html" title="class in org.jgraph.util"><B>NEXT CLASS</B></A></FONT></TD>
55
55
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56
56
  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
134
134
</TR>
135
135
<TR BGCOLOR="white" CLASS="TableRowColor">
136
136
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
137
<CODE>&nbsp;boolean</CODE></FONT></TD>
 
138
<TD><CODE><B><A HREF="../../../org/jgraph/util/Spline.html#checkValues()">checkValues</A></B>()</CODE>
 
139
 
 
140
<BR>
 
141
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Used to check the correctness of this spline</TD>
 
142
</TR>
 
143
<TR BGCOLOR="white" CLASS="TableRowColor">
 
144
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
137
145
<CODE>&nbsp;double</CODE></FONT></TD>
138
146
<TD><CODE><B><A HREF="../../../org/jgraph/util/Spline.html#getDx(double)">getDx</A></B>(double&nbsp;x)</CODE>
139
147
 
143
151
<TR BGCOLOR="white" CLASS="TableRowColor">
144
152
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
145
153
<CODE>&nbsp;double</CODE></FONT></TD>
 
154
<TD><CODE><B><A HREF="../../../org/jgraph/util/Spline.html#getFastValue(double)">getFastValue</A></B>(double&nbsp;x)</CODE>
 
155
 
 
156
<BR>
 
157
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an interpolated value.</TD>
 
158
</TR>
 
159
<TR BGCOLOR="white" CLASS="TableRowColor">
 
160
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
161
<CODE>&nbsp;double</CODE></FONT></TD>
146
162
<TD><CODE><B><A HREF="../../../org/jgraph/util/Spline.html#getValue(double)">getValue</A></B>(double&nbsp;x)</CODE>
147
163
 
148
164
<BR>
240
256
</DL>
241
257
<HR>
242
258
 
 
259
<A NAME="getFastValue(double)"><!-- --></A><H3>
 
260
getFastValue</H3>
 
261
<PRE>
 
262
public double <B>getFastValue</B>(double&nbsp;x)</PRE>
 
263
<DL>
 
264
<DD>Returns an interpolated value. To be used when a long sequence of values
 
265
 are required in order, but ensure checkValues() is called beforehand to
 
266
 ensure the boundary checks from getValue() are made
 
267
<P>
 
268
<DD><DL>
 
269
<DT><B>Parameters:</B><DD><CODE>x</CODE> - 
 
270
<DT><B>Returns:</B><DD>the interpolated value</DL>
 
271
</DD>
 
272
</DL>
 
273
<HR>
 
274
 
 
275
<A NAME="checkValues()"><!-- --></A><H3>
 
276
checkValues</H3>
 
277
<PRE>
 
278
public boolean <B>checkValues</B>()</PRE>
 
279
<DL>
 
280
<DD>Used to check the correctness of this spline
 
281
<P>
 
282
<DD><DL>
 
283
</DL>
 
284
</DD>
 
285
</DL>
 
286
<HR>
 
287
 
243
288
<A NAME="getDx(double)"><!-- --></A><H3>
244
289
getDx</H3>
245
290
<PRE>
291
336
</TABLE>
292
337
</TD>
293
338
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
294
 
<p><b>JGraph</b><br>v5.10.1.5</p></EM>
 
339
<p><b>JGraph</b><br>v5.12.0.4</p></EM>
295
340
</TD>
296
341
</TR>
297
342
 
298
343
<TR>
299
344
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
300
 
&nbsp;<A HREF="../../../org/jgraph/util/ParallelEdgeRouter.html" title="class in org.jgraph.util"><B>PREV CLASS</B></A>&nbsp;
 
345
&nbsp;<A HREF="../../../org/jgraph/util/RectUtils.html" title="class in org.jgraph.util"><B>PREV CLASS</B></A>&nbsp;
301
346
&nbsp;<A HREF="../../../org/jgraph/util/Spline2D.html" title="class in org.jgraph.util"><B>NEXT CLASS</B></A></FONT></TD>
302
347
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
303
348
  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;