~ubuntu-branches/ubuntu/trusty/libjgraph-java/trusty

« back to all changes in this revision

Viewing changes to doc/api/org/jgraph/plaf/basic/BasicGraphUI.html

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2007-06-09 17:17:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070609171702-100uz8chgwvreq2n
Tags: 5.10.1.2.dfsg-1
* New upstream release.
* Patch build.xml to stop it from fetching external stuff over the net
  when building the docs.

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 May 07 17:30:27 BST 2007 -->
 
5
<!-- Generated by javadoc (build 1.4.2_11) on Wed May 30 12:31:52 BST 2007 -->
6
6
<TITLE>
7
 
BasicGraphUI (JGraph v5.10.1.0 API Specification)
 
7
BasicGraphUI (JGraph v5.10.1.2 API Specification)
8
8
</TITLE>
9
9
 
10
10
<META NAME="keywords" CONTENT="org.jgraph.plaf.basic.BasicGraphUI class">
14
14
<SCRIPT type="text/javascript">
15
15
function windowTitle()
16
16
{
17
 
    parent.document.title="BasicGraphUI (JGraph v5.10.1.0 API Specification)";
 
17
    parent.document.title="BasicGraphUI (JGraph v5.10.1.2 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.0</p></EM>
 
47
<p><b>JGraph</b><br>v5.10.1.2</p></EM>
48
48
</TD>
49
49
</TR>
50
50
 
959
959
<TR BGCOLOR="white" CLASS="TableRowColor">
960
960
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
961
961
<CODE>protected &nbsp;void</CODE></FONT></TD>
 
962
<TD><CODE><B><A HREF="../../../../org/jgraph/plaf/basic/BasicGraphUI.html#paintCells(java.awt.Graphics, java.awt.geom.Rectangle2D)">paintCells</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Graphics.html" title="class or interface in java.awt">Graphics</A>&nbsp;g,
 
963
           <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>&nbsp;realClipBounds)</CODE>
 
964
 
 
965
<BR>
 
966
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hook method to allow subclassers to alter just the cell painting
 
967
 functionality</TD>
 
968
</TR>
 
969
<TR BGCOLOR="white" CLASS="TableRowColor">
 
970
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
971
<CODE>protected &nbsp;void</CODE></FONT></TD>
962
972
<TD><CODE><B><A HREF="../../../../org/jgraph/plaf/basic/BasicGraphUI.html#paintForeground(java.awt.Graphics)">paintForeground</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Graphics.html" title="class or interface in java.awt">Graphics</A>&nbsp;g)</CODE>
963
973
 
964
974
<BR>
2496
2506
</DL>
2497
2507
<HR>
2498
2508
 
 
2509
<A NAME="paintCells(java.awt.Graphics, java.awt.geom.Rectangle2D)"><!-- --></A><H3>
 
2510
paintCells</H3>
 
2511
<PRE>
 
2512
protected void <B>paintCells</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Graphics.html" title="class or interface in java.awt">Graphics</A>&nbsp;g,
 
2513
                          <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>&nbsp;realClipBounds)</PRE>
 
2514
<DL>
 
2515
<DD>Hook method to allow subclassers to alter just the cell painting
 
2516
 functionality
 
2517
<P>
 
2518
<DD><DL>
 
2519
</DL>
 
2520
</DD>
 
2521
<DD><DL>
 
2522
<DT><B>Parameters:</B><DD><CODE>g</CODE> - the graphics object to paint to<DD><CODE>realClipBounds</CODE> - the bounds of the region being repainted</DL>
 
2523
</DD>
 
2524
</DL>
 
2525
<HR>
 
2526
 
2499
2527
<A NAME="paintCell(java.awt.Graphics, org.jgraph.graph.CellView, java.awt.geom.Rectangle2D, boolean)"><!-- --></A><H3>
2500
2528
paintCell</H3>
2501
2529
<PRE>
2950
2978
</TABLE>
2951
2979
</TD>
2952
2980
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
2953
 
<p><b>JGraph</b><br>v5.10.1.0</p></EM>
 
2981
<p><b>JGraph</b><br>v5.10.1.2</p></EM>
2954
2982
</TD>
2955
2983
</TR>
2956
2984