Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libDwg / doc / javadoc / index-files / index-8.html @ 2896

History | View | Annotate | Download (7.57 KB)

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.4.2_08) on Wed Sep 07 16:36:34 CEST 2005 -->
6
<TITLE>
7
H-Index
8
</TITLE>
9

    
10

    
11
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
12

    
13
<SCRIPT type="text/javascript">
14
function windowTitle()
15
{
16
    parent.document.title="H-Index";
17
}
18
</SCRIPT>
19

    
20
</HEAD>
21

    
22
<BODY BGCOLOR="white" onload="windowTitle();">
23

    
24

    
25
<!-- ========= START OF TOP NAVBAR ======= -->
26
<A NAME="navbar_top"><!-- --></A>
27
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
28
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
29
<TR>
30
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
31
<A NAME="navbar_top_firstrow"><!-- --></A>
32
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
33
  <TR ALIGN="center" VALIGN="top">
34
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
35
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
36
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
37
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
40
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
42
  </TR>
43
</TABLE>
44
</TD>
45
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46
</EM>
47
</TD>
48
</TR>
49

    
50
<TR>
51
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
52
&nbsp;<A HREF="index-7.html"><B>PREV LETTER</B></A>&nbsp;
53
&nbsp;<A HREF="index-9.html"><B>NEXT LETTER</B></A></FONT></TD>
54
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
55
  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
56
&nbsp;<A HREF="index-8.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
57
&nbsp;<SCRIPT type="text/javascript">
58
  <!--
59
  if(window==top) {
60
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
61
  }
62
  //-->
63
</SCRIPT>
64
<NOSCRIPT>
65
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
66
</NOSCRIPT>
67

    
68
</FONT></TD>
69
</TR>
70
</TABLE>
71
<A NAME="skip-navbar_top"></A>
72
<!-- ========= END OF TOP NAVBAR ========= -->
73

    
74
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">Z</A> <HR>
75
<A NAME="_H_"><!-- --></A><H2>
76
<B>H</B></H2>
77
<DL>
78
<DT><A HREF="../freenet/support/HexUtil.html" title="class in freenet.support"><B>HexUtil</B></A> - class freenet.support.<A HREF="../freenet/support/HexUtil.html" title="class in freenet.support">HexUtil</A>.<DD>Number in hexadecimal format are used throughout Freenet.
79
 
80
 <DT><A HREF="../com/iver/cit/jdwglib/dwg/DwgUtil.html#handleBinToHandleInt(java.util.Vector)"><B>handleBinToHandleInt(Vector)</B></A> - 
81
Static method in class com.iver.cit.jdwglib.dwg.<A HREF="../com/iver/cit/jdwglib/dwg/DwgUtil.html" title="class in com.iver.cit.jdwglib.dwg">DwgUtil</A>
82
<DD>Obtain the int value of a handle given in binary format
83
<DT><A HREF="../freenet/support/HexUtil.html#hexToBits(java.lang.String, java.util.BitSet, int)"><B>hexToBits(String, BitSet, int)</B></A> - 
84
Static method in class freenet.support.<A HREF="../freenet/support/HexUtil.html" title="class in freenet.support">HexUtil</A>
85
<DD>Read a hex string of bits and write it into a bitset
86
<DT><A HREF="../freenet/support/HexUtil.html#hexToBytes(java.lang.String)"><B>hexToBytes(String)</B></A> - 
87
Static method in class freenet.support.<A HREF="../freenet/support/HexUtil.html" title="class in freenet.support">HexUtil</A>
88
<DD>&nbsp;
89
<DT><A HREF="../freenet/support/HexUtil.html#hexToBytes(java.lang.String, int)"><B>hexToBytes(String, int)</B></A> - 
90
Static method in class freenet.support.<A HREF="../freenet/support/HexUtil.html" title="class in freenet.support">HexUtil</A>
91
<DD>&nbsp;
92
<DT><A HREF="../freenet/support/HexUtil.html#hexToBytes(java.lang.String, byte[], int)"><B>hexToBytes(String, byte[], int)</B></A> - 
93
Static method in class freenet.support.<A HREF="../freenet/support/HexUtil.html" title="class in freenet.support">HexUtil</A>
94
<DD>Converts a String of hex characters into an array of bytes.
95
</DL>
96
<HR>
97

    
98

    
99
<!-- ======= START OF BOTTOM NAVBAR ====== -->
100
<A NAME="navbar_bottom"><!-- --></A>
101
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
102
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
103
<TR>
104
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
105
<A NAME="navbar_bottom_firstrow"><!-- --></A>
106
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
107
  <TR ALIGN="center" VALIGN="top">
108
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
109
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
110
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
111
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
112
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
113
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
114
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
115
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
116
  </TR>
117
</TABLE>
118
</TD>
119
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
120
</EM>
121
</TD>
122
</TR>
123

    
124
<TR>
125
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
126
&nbsp;<A HREF="index-7.html"><B>PREV LETTER</B></A>&nbsp;
127
&nbsp;<A HREF="index-9.html"><B>NEXT LETTER</B></A></FONT></TD>
128
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
129
  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
130
&nbsp;<A HREF="index-8.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
131
&nbsp;<SCRIPT type="text/javascript">
132
  <!--
133
  if(window==top) {
134
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
135
  }
136
  //-->
137
</SCRIPT>
138
<NOSCRIPT>
139
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
140
</NOSCRIPT>
141

    
142
</FONT></TD>
143
</TR>
144
</TABLE>
145
<A NAME="skip-navbar_bottom"></A>
146
<!-- ======== END OF BOTTOM NAVBAR ======= -->
147

    
148
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">Z</A> <HR>
149

    
150
</BODY>
151
</HTML>