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

« back to all changes in this revision

Viewing changes to doc/api/org/jgraph/graph/EdgeView.html

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-05-09 18:29:56 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080509182956-n9mkbgtt36kkj2h0
Tags: 5.12.1.0.dfsg-1
* New upstream release.
* Switch from dpatch to quilt.
* Change my email address in several files under debian/.
* debian/copyright: update and compact.
* debian/control: build depend on default-jdk-builddep, depend on
  default-jre instead of specifying a specific JDK/JRE; change JAVA_HOME
  in debian/rules accordingly.
* Install API documentation to /usr/share/doc/libjgraph-java-doc/api/
  instead of directly under libjgraph-java-doc/

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 Mon Mar 17 10:05:28 GMT 2008 -->
 
5
<!-- Generated by javadoc (build 1.4.2_11) on Fri May 09 13:21:19 BST 2008 -->
6
6
<TITLE>
7
 
EdgeView (JGraph v5.12.0.4 API Specification)
 
7
EdgeView (JGraph v5.12.1.0 API Specification)
8
8
</TITLE>
9
9
 
10
10
<META NAME="keywords" CONTENT="org.jgraph.graph.EdgeView class">
14
14
<SCRIPT type="text/javascript">
15
15
function windowTitle()
16
16
{
17
 
    parent.document.title="EdgeView (JGraph v5.12.0.4 API Specification)";
 
17
    parent.document.title="EdgeView (JGraph v5.12.1.0 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.12.0.4</p></EM>
 
47
<p><b>JGraph</b><br>v5.12.1.0</p></EM>
48
48
</TD>
49
49
</TR>
50
50
 
317
317
</TR>
318
318
<TR BGCOLOR="white" CLASS="TableRowColor">
319
319
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
320
<CODE>protected &nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A></CODE></FONT></TD>
 
321
<TD><CODE><B><A HREF="../../../org/jgraph/graph/EdgeView.html#convertRelativeLabelPositionToAbsolute(java.awt.geom.Point2D)">convertRelativeLabelPositionToAbsolute</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A>&nbsp;geometry)</CODE>
 
322
 
 
323
<BR>
 
324
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts an relative label position (x is distance along edge and y is
 
325
 distance above/below edge vector) into an absolute co-ordination point</TD>
 
326
</TR>
 
327
<TR BGCOLOR="white" CLASS="TableRowColor">
 
328
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
329
<CODE>protected &nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A></CODE></FONT></TD>
 
330
<TD><CODE><B><A HREF="../../../org/jgraph/graph/EdgeView.html#getAbsoluteExtraLabelPosition(int)">getAbsoluteExtraLabelPosition</A></B>(int&nbsp;index)</CODE>
 
331
 
 
332
<BR>
 
333
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the absolute position of the specified extra label</TD>
 
334
</TR>
 
335
<TR BGCOLOR="white" CLASS="TableRowColor">
 
336
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
337
<CODE>protected &nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A></CODE></FONT></TD>
 
338
<TD><CODE><B><A HREF="../../../org/jgraph/graph/EdgeView.html#getAbsoluteLabelPosition()">getAbsoluteLabelPosition</A></B>()</CODE>
 
339
 
 
340
<BR>
 
341
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the absolute position of the main label</TD>
 
342
</TR>
 
343
<TR BGCOLOR="white" CLASS="TableRowColor">
 
344
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
345
<CODE>protected &nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A></CODE></FONT></TD>
 
346
<TD><CODE><B><A HREF="../../../org/jgraph/graph/EdgeView.html#getAbsoluteLabelPositionFromRelative(java.awt.geom.Point2D)">getAbsoluteLabelPositionFromRelative</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A>&nbsp;geometry)</CODE>
 
347
 
 
348
<BR>
 
349
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts relative label position to absolute and allows for
 
350
 any label offset.</TD>
 
351
</TR>
 
352
<TR BGCOLOR="white" CLASS="TableRowColor">
 
353
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
320
354
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Rectangle2D.html" title="class or interface in java.awt.geom">Rectangle2D</A></CODE></FONT></TD>
321
355
<TD><CODE><B><A HREF="../../../org/jgraph/graph/EdgeView.html#getBounds()">getBounds</A></B>()</CODE>
322
356
 
1260
1294
</DL>
1261
1295
<HR>
1262
1296
 
 
1297
<A NAME="getAbsoluteLabelPosition()"><!-- --></A><H3>
 
1298
getAbsoluteLabelPosition</H3>
 
1299
<PRE>
 
1300
protected <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A> <B>getAbsoluteLabelPosition</B>()</PRE>
 
1301
<DL>
 
1302
<DD>Returns the absolute position of the main label
 
1303
<P>
 
1304
<DD><DL>
 
1305
 
 
1306
<DT><B>Returns:</B><DD>the absolute position of the main label</DL>
 
1307
</DD>
 
1308
</DL>
 
1309
<HR>
 
1310
 
 
1311
<A NAME="getAbsoluteExtraLabelPosition(int)"><!-- --></A><H3>
 
1312
getAbsoluteExtraLabelPosition</H3>
 
1313
<PRE>
 
1314
protected <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A> <B>getAbsoluteExtraLabelPosition</B>(int&nbsp;index)</PRE>
 
1315
<DL>
 
1316
<DD>Returns the absolute position of the specified extra label
 
1317
<P>
 
1318
<DD><DL>
 
1319
<DT><B>Parameters:</B><DD><CODE>index</CODE> - the index of the extra label
 
1320
<DT><B>Returns:</B><DD>the absolute position of the specified extra label</DL>
 
1321
</DD>
 
1322
</DL>
 
1323
<HR>
 
1324
 
 
1325
<A NAME="getAbsoluteLabelPositionFromRelative(java.awt.geom.Point2D)"><!-- --></A><H3>
 
1326
getAbsoluteLabelPositionFromRelative</H3>
 
1327
<PRE>
 
1328
protected <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A> <B>getAbsoluteLabelPositionFromRelative</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A>&nbsp;geometry)</PRE>
 
1329
<DL>
 
1330
<DD>Converts relative label position to absolute and allows for
 
1331
 any label offset.
 
1332
<P>
 
1333
<DD><DL>
 
1334
<DT><B>Parameters:</B><DD><CODE>geometry</CODE> - the relative label position
 
1335
<DT><B>Returns:</B><DD>the absolute label position including any offset</DL>
 
1336
</DD>
 
1337
</DL>
 
1338
<HR>
 
1339
 
 
1340
<A NAME="convertRelativeLabelPositionToAbsolute(java.awt.geom.Point2D)"><!-- --></A><H3>
 
1341
convertRelativeLabelPositionToAbsolute</H3>
 
1342
<PRE>
 
1343
protected <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A> <B>convertRelativeLabelPositionToAbsolute</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A>&nbsp;geometry)</PRE>
 
1344
<DL>
 
1345
<DD>Converts an relative label position (x is distance along edge and y is
 
1346
 distance above/below edge vector) into an absolute co-ordination point
 
1347
<P>
 
1348
<DD><DL>
 
1349
<DT><B>Parameters:</B><DD><CODE>geometry</CODE> - the relative label position
 
1350
<DT><B>Returns:</B><DD>the absolute label position</DL>
 
1351
</DD>
 
1352
</DL>
 
1353
<HR>
 
1354
 
1263
1355
<A NAME="getLength(org.jgraph.graph.CellView)"><!-- --></A><H3>
1264
1356
getLength</H3>
1265
1357
<PRE>
1318
1410
</TABLE>
1319
1411
</TD>
1320
1412
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1321
 
<p><b>JGraph</b><br>v5.12.0.4</p></EM>
 
1413
<p><b>JGraph</b><br>v5.12.1.0</p></EM>
1322
1414
</TD>
1323
1415
</TR>
1324
1416