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

« back to all changes in this revision

Viewing changes to doc/api/org/jgraph/graph/EdgeRenderer.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
 
EdgeRenderer (JGraph v5.12.0.4 API Specification)
 
7
EdgeRenderer (JGraph v5.12.1.0 API Specification)
8
8
</TITLE>
9
9
 
10
10
<META NAME="keywords" CONTENT="org.jgraph.graph.EdgeRenderer class">
14
14
<SCRIPT type="text/javascript">
15
15
function windowTitle()
16
16
{
17
 
    parent.document.title="EdgeRenderer (JGraph v5.12.0.4 API Specification)";
 
17
    parent.document.title="EdgeRenderer (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
 
697
697
</TR>
698
698
<TR BGCOLOR="white" CLASS="TableRowColor">
699
699
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
700
 
<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>
701
 
<TD><CODE><B><A HREF="../../../org/jgraph/graph/EdgeRenderer.html#getRelativeLabelPosition(org.jgraph.graph.EdgeView, java.awt.geom.Point2D)">getRelativeLabelPosition</A></B>(<A HREF="../../../org/jgraph/graph/EdgeView.html" title="class in org.jgraph.graph">EdgeView</A>&nbsp;edge,
702
 
                         <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>
703
 
 
704
 
<BR>
705
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
706
 
</TR>
707
 
<TR BGCOLOR="white" CLASS="TableRowColor">
708
 
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
709
700
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html" title="class or interface in java.awt">Component</A></CODE></FONT></TD>
710
701
<TD><CODE><B><A HREF="../../../org/jgraph/graph/EdgeRenderer.html#getRendererComponent(org.jgraph.JGraph, org.jgraph.graph.CellView, boolean, boolean, boolean)">getRendererComponent</A></B>(<A HREF="../../../org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>&nbsp;graph,
711
702
                     <A HREF="../../../org/jgraph/graph/CellView.html" title="interface in org.jgraph.graph">CellView</A>&nbsp;view,
1508
1499
</DL>
1509
1500
<HR>
1510
1501
 
1511
 
<A NAME="getRelativeLabelPosition(org.jgraph.graph.EdgeView, java.awt.geom.Point2D)"><!-- --></A><H3>
1512
 
getRelativeLabelPosition</H3>
1513
 
<PRE>
1514
 
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>getRelativeLabelPosition</B>(<A HREF="../../../org/jgraph/graph/EdgeView.html" title="class in org.jgraph.graph">EdgeView</A>&nbsp;edge,
1515
 
                                           <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>
1516
 
<DL>
1517
 
<DD><DL>
1518
 
</DL>
1519
 
</DD>
1520
 
<DD><DL>
1521
 
</DL>
1522
 
</DD>
1523
 
</DL>
1524
 
<HR>
1525
 
 
1526
1502
<A NAME="getExtraLabelSize(org.jgraph.JGraph, org.jgraph.graph.EdgeView, int)"><!-- --></A><H3>
1527
1503
getExtraLabelSize</H3>
1528
1504
<PRE>
2005
1981
</TABLE>
2006
1982
</TD>
2007
1983
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
2008
 
<p><b>JGraph</b><br>v5.12.0.4</p></EM>
 
1984
<p><b>JGraph</b><br>v5.12.1.0</p></EM>
2009
1985
</TD>
2010
1986
</TR>
2011
1987