⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-18.html

📁 API資料大全
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Thu Apr 27 23:30:41 PDT 2000 --><TITLE>Java 2 Platform SE v1.3: R-Index</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"></HEAD><BODY BGCOLOR="white"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup>&nbsp;2&nbsp;Platform<br>Std.&nbsp;Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="index-17.html"><B>PREV LETTER</B></A>&nbsp;&nbsp;<A HREF="index-19.html"><B>NEXT LETTER</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="index-18.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><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">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">X</A> <A HREF="index-25.html">Y</A> <A HREF="index-26.html">Z</A> <A HREF="index-27.html">_</A> <HR><A NAME="_R_"><!-- --></A><H2><B>R</B></H2><DL><DT><A HREF="../javax/accessibility/AccessibleRole.html#RADIO_BUTTON"><B>RADIO_BUTTON</B></A> - Static variable in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleRole.html">AccessibleRole</A><DD>A specialized check box that will cause other radio buttons in the same group to become unchecked when this one is checked.<DT><A HREF="../javax/swing/border/BevelBorder.html#RAISED"><B>RAISED</B></A> - Static variable in class javax.swing.border.<A HREF="../javax/swing/border/BevelBorder.html">BevelBorder</A><DD>Raised bevel type.<DT><A HREF="../javax/swing/border/EtchedBorder.html#RAISED"><B>RAISED</B></A> - Static variable in class javax.swing.border.<A HREF="../javax/swing/border/EtchedBorder.html">EtchedBorder</A><DD>Raised etched type.<DT><A HREF="../java/util/Random.html"><B>Random</B></A> - class java.util.<A HREF="../java/util/Random.html">Random</A>.<DD>An instance of this class is used to generate a stream of  pseudorandom numbers.<DT><A HREF="../java/lang/StrictMath.html#random()"><B>random()</B></A> - Static method in class java.lang.<A HREF="../java/lang/StrictMath.html">StrictMath</A><DD>Returns a <code>double</code> value with a positive sign, greater  than or equal to <code>0.0</code> and less than <code>1.0</code>.<DT><A HREF="../java/lang/Math.html#random()"><B>random()</B></A> - Static method in class java.lang.<A HREF="../java/lang/Math.html">Math</A><DD>Returns a <code>double</code> value with a positive sign, greater  than or equal to <code>0.0</code> and less than <code>1.0</code>.<DT><A HREF="../java/util/Random.html#Random()"><B>Random()</B></A> - Constructor for class java.util.<A HREF="../java/util/Random.html">Random</A><DD>Creates a new random number generator.<DT><A HREF="../java/util/Random.html#Random(long)"><B>Random(long)</B></A> - Constructor for class java.util.<A HREF="../java/util/Random.html">Random</A><DD>Creates a new random number generator using a single  <code>long</code> seed: <DT><A HREF="../java/io/RandomAccessFile.html"><B>RandomAccessFile</B></A> - class java.io.<A HREF="../java/io/RandomAccessFile.html">RandomAccessFile</A>.<DD>Instances of this class support both reading and writing to a  random access file.<DT><A HREF="../java/io/RandomAccessFile.html#RandomAccessFile(java.io.File, java.lang.String)"><B>RandomAccessFile(File, String)</B></A> - Constructor for class java.io.<A HREF="../java/io/RandomAccessFile.html">RandomAccessFile</A><DD>Creates a random access file stream to read from, and optionally  to write to, the file specified by the <code>File</code> argument.<DT><A HREF="../java/io/RandomAccessFile.html#RandomAccessFile(java.lang.String, java.lang.String)"><B>RandomAccessFile(String, String)</B></A> - Constructor for class java.io.<A HREF="../java/io/RandomAccessFile.html">RandomAccessFile</A><DD>Creates a random access file stream to read from, and optionally  to write to, a file with the specified name.<DT><A HREF="../java/awt/image/ImageConsumer.html#RANDOMPIXELORDER"><B>RANDOMPIXELORDER</B></A> - Static variable in interface java.awt.image.<A HREF="../java/awt/image/ImageConsumer.html">ImageConsumer</A><DD>The pixels will be delivered in a random order.<DT><A HREF="../java/awt/JobAttributes.DefaultSelectionType.html#RANGE"><B>RANGE</B></A> - Static variable in class java.awt.<A HREF="../java/awt/JobAttributes.DefaultSelectionType.html">JobAttributes.DefaultSelectionType</A><DD>The DefaultSelectionType instance to use for specifying that a range of pages of the job should be printed.<DT><A HREF="../java/awt/image/Raster.html"><B>Raster</B></A> - class java.awt.image.<A HREF="../java/awt/image/Raster.html">Raster</A>.<DD>A class representing a rectangular array of pixels.<DT><A HREF="../java/awt/image/Raster.html#Raster(java.awt.image.SampleModel, java.awt.image.DataBuffer, java.awt.Point)"><B>Raster(SampleModel, DataBuffer, Point)</B></A> - Constructor for class java.awt.image.<A HREF="../java/awt/image/Raster.html">Raster</A><DD>Constructs a Raster with the given SampleModel and DataBuffer.<DT><A HREF="../java/awt/image/Raster.html#Raster(java.awt.image.SampleModel, java.awt.image.DataBuffer, java.awt.Rectangle, java.awt.Point, java.awt.image.Raster)"><B>Raster(SampleModel, DataBuffer, Rectangle, Point, Raster)</B></A> - Constructor for class java.awt.image.<A HREF="../java/awt/image/Raster.html">Raster</A><DD>Constructs a Raster with the given SampleModel, DataBuffer, and parent.<DT><A HREF="../java/awt/image/Raster.html#Raster(java.awt.image.SampleModel, java.awt.Point)"><B>Raster(SampleModel, Point)</B></A> - Constructor for class java.awt.image.<A HREF="../java/awt/image/Raster.html">Raster</A><DD>Constructs a Raster with the given SampleModel.<DT><A HREF="../java/awt/image/RasterFormatException.html"><B>RasterFormatException</B></A> - exception java.awt.image.<A HREF="../java/awt/image/RasterFormatException.html">RasterFormatException</A>.<DD>The <code>RasterFormatException</code> is thrown if there is invalid layout information in the <A HREF="../java/awt/image/Raster.html"><CODE>Raster</CODE></A>.<DT><A HREF="../java/awt/image/RasterFormatException.html#RasterFormatException(java.lang.String)"><B>RasterFormatException(String)</B></A> - Constructor for class java.awt.image.<A HREF="../java/awt/image/RasterFormatException.html">RasterFormatException</A><DD>Constructs a new <code>RasterFormatException</code> with the specified message.<DT><A HREF="../java/awt/image/RasterOp.html"><B>RasterOp</B></A> - interface java.awt.image.<A HREF="../java/awt/image/RasterOp.html">RasterOp</A>.<DD>This interface describes single-input/single-output operations performed on Raster objects.<DT><A HREF="../java/awt/im/InputMethodHighlight.html#RAW_TEXT"><B>RAW_TEXT</B></A> - Static variable in class java.awt.im.<A HREF="../java/awt/im/InputMethodHighlight.html">InputMethodHighlight</A><DD>Constant for the raw text state.<DT><A HREF="../javax/swing/text/html/parser/DTDConstants.html#RCDATA"><B>RCDATA</B></A> - Static variable in interface javax.swing.text.html.parser.<A HREF="../javax/swing/text/html/parser/DTDConstants.html">DTDConstants</A><DD>&nbsp;<DT><A HREF="../javax/swing/undo/StateEdit.html#RCSID"><B>RCSID</B></A> - Static variable in class javax.swing.undo.<A HREF="../javax/swing/undo/StateEdit.html">StateEdit</A><DD>&nbsp;<DT><A HREF="../javax/swing/undo/StateEditable.html#RCSID"><B>RCSID</B></A> - Static variable in interface javax.swing.undo.<A HREF="../javax/swing/undo/StateEditable.html">StateEditable</A><DD>Resource ID for this class.<DT><A HREF="../org/omg/CORBA_2_3/portable/InputStream.html#read_abstract_interface()"><B>read_abstract_interface()</B></A> - Method in class org.omg.CORBA_2_3.portable.<A HREF="../org/omg/CORBA_2_3/portable/InputStream.html">InputStream</A><DD>unmarshal the value object or a suitable stub object.<DT><A HREF="../org/omg/CORBA_2_3/portable/InputStream.html#read_abstract_interface(java.lang.Class)"><B>read_abstract_interface(Class)</B></A> - Method in class org.omg.CORBA_2_3.portable.<A HREF="../org/omg/CORBA_2_3/portable/InputStream.html">InputStream</A><DD>unmarshal the class object or the stub class corresponding to the passed type.<DT><A HREF="../org/omg/CORBA/DataInputStream.html#read_Abstract()"><B>read_Abstract()</B></A> - Method in interface org.omg.CORBA.<A HREF="../org/omg/CORBA/DataInputStream.html">DataInputStream</A><DD>Reads an IDL Abstract interface from the input stream.<DT><A HREF="../org/omg/CORBA/DataInputStream.html#read_any_array(org.omg.CORBA.AnySeqHolder, int, int)"><B>read_any_array(AnySeqHolder, int, int)</B></A> - Method in interface org.omg.CORBA.<A HREF="../org/omg/CORBA/DataInputStream.html">DataInputStream</A><DD>Reads array of IDL Anys from offset for length elements from the input stream.<DT><A HREF="../org/omg/CORBA/DataInputStream.html#read_any()"><B>read_any()</B></A> - Method in interface org.omg.CORBA.<A HREF="../org/omg/CORBA/DataInputStream.html">DataInputStream</A><DD>Reads an IDL <code>Any</code> value from the input stream.<DT><A HREF="../org/omg/CORBA/portable/InputStream.html#read_any()"><B>read_any()</B></A> - Method in class org.omg.CORBA.portable.<A HREF="../org/omg/CORBA/portable/InputStream.html">InputStream</A><DD>Reads an Any from this input stream.<DT><A HREF="../org/omg/CORBA/portable/InputStream.html#read_boolean_array(boolean[], int, int)"><B>read_boolean_array(boolean[], int, int)</B></A> - Method in class org.omg.CORBA.portable.<A HREF="../org/omg/CORBA/portable/InputStream.html">InputStream</A><DD>Reads an array of booleans from this input stream.<DT><A HREF="../org/omg/CORBA/DataInputStream.html#read_boolean_array(org.omg.CORBA.BooleanSeqHolder, int, int)"><B>read_boolean_array(BooleanSeqHolder, int, int)</B></A> - Method in interface org.omg.CORBA.<A HREF="../org/omg/CORBA/DataInputStream.html">DataInputStream</A><DD>Reads array of IDL booleans from offset for length elements from the input stream.<DT><A HREF="../org/omg/CORBA/DataInputStream.html#read_boolean()"><B>read_boolean()</B></A> - Method in interface org.omg.CORBA.<A HREF="../org/omg/CORBA/DataInputStream.html">DataInputStream</A><DD>Reads an IDL boolean value from the input stream.<DT><A HREF="../org/omg/CORBA/portable/InputStream.html#read_boolean()"><B>read_boolean()</B></A> - Method in class org.omg.CORBA.portable.<A HREF="../org/omg/CORBA/portable/InputStream.html">InputStream</A><DD>Reads a boolean value from this input stream.<DT><A HREF="../org/omg/CORBA/portable/InputStream.html#read_char_array(char[], int, int)"><B>read_char_array(char[], int, int)</B></A> - Method in class org.omg.CORBA.portable.<A HREF="../org/omg/CORBA/portable/InputStream.html">InputStream</A><DD>Reads an array of chars from this input stream.<DT><A HREF="../org/omg/CORBA/DataInputStream.html#read_char_array(org.omg.CORBA.CharSeqHolder, int, int)"><B>read_char_array(CharSeqHolder, int, int)</B></A> - Method in interface org.omg.CORBA.<A HREF="../org/omg/CORBA/DataInputStream.html">DataInputStream</A><DD>Reads array of IDL characters from offset for length elements from the

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -