📄 deferredplanarimage.html
字号:
int tileY)</PRE><DL><DD>Checks out a tile for writing. Since are not really writable, this method throws an <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/UnsupportedOperationException.html" title="class or interface in java.lang"><CODE>UnsupportedOperationException</CODE></A>.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/WritableRenderedImage.html#getWritableTile(int, int)" title="class or interface in java.awt.image">getWritableTile</A></CODE> in interface <CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/WritableRenderedImage.html" title="class or interface in java.awt.image">WritableRenderedImage</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="releaseWritableTile(int, int)"><!-- --></A><H3>releaseWritableTile</H3><PRE>public void <B>releaseWritableTile</B>(int tileX, int tileY)</PRE><DL><DD>Relinquishes the right to write to a tile. Since are not really writable, this method throws an <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/IllegalStateException.html" title="class or interface in java.lang"><CODE>IllegalStateException</CODE></A> (the state is really illegal since <A HREF="../../../org/geotools/image/DeferredPlanarImage.html#getWritableTile(int, int)"><CODE>getWritableTile(int, int)</CODE></A> should never have succeeded).<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/WritableRenderedImage.html#releaseWritableTile(int, int)" title="class or interface in java.awt.image">releaseWritableTile</A></CODE> in interface <CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/WritableRenderedImage.html" title="class or interface in java.awt.image">WritableRenderedImage</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="hasTileWriters()"><!-- --></A><H3>hasTileWriters</H3><PRE>public boolean <B>hasTileWriters</B>()</PRE><DL><DD>Returns whether any tile is checked out for writing.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/WritableRenderedImage.html#hasTileWriters()" title="class or interface in java.awt.image">hasTileWriters</A></CODE> in interface <CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/WritableRenderedImage.html" title="class or interface in java.awt.image">WritableRenderedImage</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="isTileWritable(int, int)"><!-- --></A><H3>isTileWritable</H3><PRE>public boolean <B>isTileWritable</B>(int tileX, int tileY)</PRE><DL><DD>Returns whether a tile is currently checked out for writing.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/WritableRenderedImage.html#isTileWritable(int, int)" title="class or interface in java.awt.image">isTileWritable</A></CODE> in interface <CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/WritableRenderedImage.html" title="class or interface in java.awt.image">WritableRenderedImage</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getWritableTileIndices()"><!-- --></A><H3>getWritableTileIndices</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Point.html" title="class or interface in java.awt">Point</A>[] <B>getWritableTileIndices</B>()</PRE><DL><DD>Returns an array of <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Point.html" title="class or interface in java.awt"><CODE>Point</CODE></A> objects indicating which tiles are checked out for writing. Returns null if none are checked out.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/WritableRenderedImage.html#getWritableTileIndices()" title="class or interface in java.awt.image">getWritableTileIndices</A></CODE> in interface <CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/WritableRenderedImage.html" title="class or interface in java.awt.image">WritableRenderedImage</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setData(java.awt.image.Raster)"><!-- --></A><H3>setData</H3><PRE>public void <B>setData</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/Raster.html" title="class or interface in java.awt.image">Raster</A> r)</PRE><DL><DD>Sets a rectangle of the image to the contents of the raster. Since are not really writable, this method throws an <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/UnsupportedOperationException.html" title="class or interface in java.lang"><CODE>UnsupportedOperationException</CODE></A>.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/WritableRenderedImage.html#setData(java.awt.image.Raster)" title="class or interface in java.awt.image">setData</A></CODE> in interface <CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/WritableRenderedImage.html" title="class or interface in java.awt.image">WritableRenderedImage</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="dispose()"><!-- --></A><H3>dispose</H3><PRE>public void <B>dispose</B>()</PRE><DL><DD>Provides a hint that this image will no longer be accessed from a reference in user space. <strong>NOTE: this method dispose the image given to the constructor as well.</strong> This is because is used as a "view" of an other image, and the user shouldn't know that he is not using directly the other image.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DeferredPlanarImage.html"><FONT CLASS="NavBarFont1"><B>Use
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -