samplemodel.html
来自「API資料大全」· HTML 代码 · 共 515 行 · 第 1/2 页
HTML
515 行
<TD><CODE><B>ColorModel.</B><B><A HREF="../../../../java/awt/image/ColorModel.html#createCompatibleSampleModel(int, int)">createCompatibleSampleModel</A></B>(int w, int h)</CODE><BR> Creates a <code>SampleModel</code> with the specified width and height that has a data layout compatible with this <code>ColorModel</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A></CODE></FONT></TD><TD><CODE><B>PackedColorModel.</B><B><A HREF="../../../../java/awt/image/PackedColorModel.html#createCompatibleSampleModel(int, int)">createCompatibleSampleModel</A></B>(int w, int h)</CODE><BR> Creates a <code>SampleModel</code> with the specified width and height that has a data layout compatible with this <code>ColorModel</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A></CODE></FONT></TD><TD><CODE><B>ComponentColorModel.</B><B><A HREF="../../../../java/awt/image/ComponentColorModel.html#createCompatibleSampleModel(int, int)">createCompatibleSampleModel</A></B>(int w, int h)</CODE><BR> Creates a <CODE>SampleModel</CODE> with the specified width and height, that has a data layout compatible with this <CODE>ColorModel</CODE>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A></CODE></FONT></TD><TD><CODE><B>MultiPixelPackedSampleModel.</B><B><A HREF="../../../../java/awt/image/MultiPixelPackedSampleModel.html#createCompatibleSampleModel(int, int)">createCompatibleSampleModel</A></B>(int w, int h)</CODE><BR> Creates a new <code>MultiPixelPackedSampleModel</code> with the specified width and height.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A></CODE></FONT></TD><TD><CODE><B>MultiPixelPackedSampleModel.</B><B><A HREF="../../../../java/awt/image/MultiPixelPackedSampleModel.html#createSubsetSampleModel(int[])">createSubsetSampleModel</A></B>(int[] bands)</CODE><BR> Creates a new <code>MultiPixelPackedSampleModel</code> with a subset of the bands of this <code>MultiPixelPackedSampleModel</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A></CODE></FONT></TD><TD><CODE><B>SinglePixelPackedSampleModel.</B><B><A HREF="../../../../java/awt/image/SinglePixelPackedSampleModel.html#createCompatibleSampleModel(int, int)">createCompatibleSampleModel</A></B>(int w, int h)</CODE><BR> This creates a new SinglePixelPackedSampleModel with the specified width and height.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A></CODE></FONT></TD><TD><CODE><B>SinglePixelPackedSampleModel.</B><B><A HREF="../../../../java/awt/image/SinglePixelPackedSampleModel.html#createSubsetSampleModel(int[])">createSubsetSampleModel</A></B>(int[] bands)</CODE><BR> This creates a new SinglePixelPackedSampleModel with a subset of the bands of this SinglePixelPackedSampleModel.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A></CODE></FONT></TD><TD><CODE><B>IndexColorModel.</B><B><A HREF="../../../../java/awt/image/IndexColorModel.html#createCompatibleSampleModel(int, int)">createCompatibleSampleModel</A></B>(int w, int h)</CODE><BR> Creates a <code>SampleModel</code> with the specified width and height that has a data layout compatible with this <code>ColorModel</code>.</TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../../java/awt/image/package-summary.html">java.awt.image</A> with parameters of type <A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../../java/awt/image/Raster.html">Raster</A></CODE></FONT></TD><TD><CODE><B>Raster.</B><B><A HREF="../../../../java/awt/image/Raster.html#createRaster(java.awt.image.SampleModel, java.awt.image.DataBuffer, java.awt.Point)">createRaster</A></B>(<A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A> sm, <A HREF="../../../../java/awt/image/DataBuffer.html">DataBuffer</A> db, <A HREF="../../../../java/awt/Point.html">Point</A> location)</CODE><BR> Creates a Raster with the specified SampleModel and DataBuffer.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../../java/awt/image/WritableRaster.html">WritableRaster</A></CODE></FONT></TD><TD><CODE><B>Raster.</B><B><A HREF="../../../../java/awt/image/Raster.html#createWritableRaster(java.awt.image.SampleModel, java.awt.Point)">createWritableRaster</A></B>(<A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A> sm, <A HREF="../../../../java/awt/Point.html">Point</A> location)</CODE><BR> Creates a WritableRaster with the specified SampleModel.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../../java/awt/image/WritableRaster.html">WritableRaster</A></CODE></FONT></TD><TD><CODE><B>Raster.</B><B><A HREF="../../../../java/awt/image/Raster.html#createWritableRaster(java.awt.image.SampleModel, java.awt.image.DataBuffer, java.awt.Point)">createWritableRaster</A></B>(<A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A> sm, <A HREF="../../../../java/awt/image/DataBuffer.html">DataBuffer</A> db, <A HREF="../../../../java/awt/Point.html">Point</A> location)</CODE><BR> Creates a WritableRaster with the specified SampleModel and DataBuffer.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>ColorModel.</B><B><A HREF="../../../../java/awt/image/ColorModel.html#isCompatibleSampleModel(java.awt.image.SampleModel)">isCompatibleSampleModel</A></B>(<A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A> sm)</CODE><BR> Checks if the <code>SampleModel</code> is compatible with this <code>ColorModel</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>PackedColorModel.</B><B><A HREF="../../../../java/awt/image/PackedColorModel.html#isCompatibleSampleModel(java.awt.image.SampleModel)">isCompatibleSampleModel</A></B>(<A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A> sm)</CODE><BR> Checks if the specified <code>SampleModel</code> is compatible with this <code>ColorModel</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>ComponentColorModel.</B><B><A HREF="../../../../java/awt/image/ComponentColorModel.html#isCompatibleSampleModel(java.awt.image.SampleModel)">isCompatibleSampleModel</A></B>(<A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A> sm)</CODE><BR> Checks whether or not the specified <CODE>SampleModel</CODE> is compatible with this <CODE>ColorModel</CODE>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>IndexColorModel.</B><B><A HREF="../../../../java/awt/image/IndexColorModel.html#isCompatibleSampleModel(java.awt.image.SampleModel)">isCompatibleSampleModel</A></B>(<A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A> sm)</CODE><BR> Checks if the specified <code>SampleModel</code> is compatible with this <code>ColorModel</code>.</TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Constructors in <A HREF="../../../../java/awt/image/package-summary.html">java.awt.image</A> with parameters of type <A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../java/awt/image/Raster.html#Raster(java.awt.image.SampleModel, java.awt.Point)">Raster</A></B>(<A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A> sampleModel, <A HREF="../../../../java/awt/Point.html">Point</A> origin)</CODE><BR> Constructs a Raster with the given SampleModel.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../java/awt/image/Raster.html#Raster(java.awt.image.SampleModel, java.awt.image.DataBuffer, java.awt.Point)">Raster</A></B>(<A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A> sampleModel, <A HREF="../../../../java/awt/image/DataBuffer.html">DataBuffer</A> dataBuffer, <A HREF="../../../../java/awt/Point.html">Point</A> origin)</CODE><BR> Constructs a Raster with the given SampleModel and DataBuffer.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><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)">Raster</A></B>(<A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A> sampleModel, <A HREF="../../../../java/awt/image/DataBuffer.html">DataBuffer</A> dataBuffer, <A HREF="../../../../java/awt/Rectangle.html">Rectangle</A> aRegion, <A HREF="../../../../java/awt/Point.html">Point</A> sampleModelTranslate, <A HREF="../../../../java/awt/image/Raster.html">Raster</A> parent)</CODE><BR> Constructs a Raster with the given SampleModel, DataBuffer, and parent.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../java/awt/image/WritableRaster.html#WritableRaster(java.awt.image.SampleModel, java.awt.Point)">WritableRaster</A></B>(<A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A> sampleModel, <A HREF="../../../../java/awt/Point.html">Point</A> origin)</CODE><BR> Constructs a WritableRaster with the given SampleModel.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../java/awt/image/WritableRaster.html#WritableRaster(java.awt.image.SampleModel, java.awt.image.DataBuffer, java.awt.Point)">WritableRaster</A></B>(<A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A> sampleModel, <A HREF="../../../../java/awt/image/DataBuffer.html">DataBuffer</A> dataBuffer, <A HREF="../../../../java/awt/Point.html">Point</A> origin)</CODE><BR> Constructs a WritableRaster with the given SampleModel and DataBuffer.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../java/awt/image/WritableRaster.html#WritableRaster(java.awt.image.SampleModel, java.awt.image.DataBuffer, java.awt.Rectangle, java.awt.Point, java.awt.image.WritableRaster)">WritableRaster</A></B>(<A HREF="../../../../java/awt/image/SampleModel.html">SampleModel</A> sampleModel, <A HREF="../../../../java/awt/image/DataBuffer.html">DataBuffer</A> dataBuffer, <A HREF="../../../../java/awt/Rectangle.html">Rectangle</A> aRegion, <A HREF="../../../../java/awt/Point.html">Point</A> sampleModelTranslate, <A HREF="../../../../java/awt/image/WritableRaster.html">WritableRaster</A> parent)</CODE><BR> Constructs a WritableRaster with the given SampleModel, DataBuffer, and parent.</TD></TR></TABLE> <P><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_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> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../java/awt/image/SampleModel.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Std. Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="SampleModel.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="http://java.sun.com/products/jdk/1.3/devdocs-vs-specs.html">Java 2 SDK SE Developer Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. <p>Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.<br>Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road<br>Palo Alto, California, 94303, U.S.A. All Rights Reserved.</font></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?