?? index-all.html
字號:
Static variable in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Constant specifying that alpha channel should not be encoded.</DL><HR><A NAME="_P_"><!-- --></A><H2><B>P</B></H2><DL><DT><A HREF="com/keypoint/PngEncoder.html#pngBytes"><B>pngBytes</B></A> - Variable in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>The png bytes.<DT><A HREF="com/keypoint/PngEncoder.html#pngEncode()"><B>pngEncode()</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Creates an array of bytes that is the PNG equivalent of the current image.<DT><A HREF="com/keypoint/PngEncoderB.html#pngEncode()"><B>pngEncode()</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoderB.html">PngEncoderB</A><DD>Creates an array of bytes that is the PNG equivalent of the current image.<DT><A HREF="com/keypoint/PngEncoder.html#pngEncode(boolean)"><B>pngEncode(boolean)</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Creates an array of bytes that is the PNG equivalent of the current image, specifying whether to encode alpha or not.<DT><A HREF="com/keypoint/PngEncoderB.html#pngEncode(boolean)"><B>pngEncode(boolean)</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoderB.html">PngEncoderB</A><DD>Creates an array of bytes that is the PNG equivalent of the current image, specifying whether to encode alpha or not.<DT><A HREF="com/keypoint/PngEncoder.html"><B>PngEncoder</B></A> - class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A>.<DD>PngEncoder takes a Java Image object and creates a byte string which can be saved as a PNG file.<DT><A HREF="com/keypoint/PngEncoder.html#PngEncoder()"><B>PngEncoder()</B></A> - Constructor for class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Class constructor<DT><A HREF="com/keypoint/PngEncoder.html#PngEncoder(java.awt.Image)"><B>PngEncoder(Image)</B></A> - Constructor for class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Class constructor specifying Image to encode, with no alpha channel encoding.<DT><A HREF="com/keypoint/PngEncoder.html#PngEncoder(java.awt.Image, boolean)"><B>PngEncoder(Image, boolean)</B></A> - Constructor for class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Class constructor specifying Image to encode, and whether to encode alpha.<DT><A HREF="com/keypoint/PngEncoder.html#PngEncoder(java.awt.Image, boolean, int)"><B>PngEncoder(Image, boolean, int)</B></A> - Constructor for class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Class constructor specifying Image to encode, whether to encode alpha, and filter to use.<DT><A HREF="com/keypoint/PngEncoder.html#PngEncoder(java.awt.Image, boolean, int, int)"><B>PngEncoder(Image, boolean, int, int)</B></A> - Constructor for class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Class constructor specifying Image source to encode, whether to encode alpha, filter to use, and compression level.<DT><A HREF="com/keypoint/PngEncoderB.html"><B>PngEncoderB</B></A> - class com.keypoint.<A HREF="com/keypoint/PngEncoderB.html">PngEncoderB</A>.<DD>PngEncoderB takes a Java BufferedImage object and creates a byte string which can be saved as a PNG file.<DT><A HREF="com/keypoint/PngEncoderB.html#PngEncoderB()"><B>PngEncoderB()</B></A> - Constructor for class com.keypoint.<A HREF="com/keypoint/PngEncoderB.html">PngEncoderB</A><DD>Class constructor<DT><A HREF="com/keypoint/PngEncoderB.html#PngEncoderB(java.awt.image.BufferedImage)"><B>PngEncoderB(BufferedImage)</B></A> - Constructor for class com.keypoint.<A HREF="com/keypoint/PngEncoderB.html">PngEncoderB</A><DD>Class constructor specifying BufferedImage to encode, with no alpha channel encoding.<DT><A HREF="com/keypoint/PngEncoderB.html#PngEncoderB(java.awt.image.BufferedImage, boolean)"><B>PngEncoderB(BufferedImage, boolean)</B></A> - Constructor for class com.keypoint.<A HREF="com/keypoint/PngEncoderB.html">PngEncoderB</A><DD>Class constructor specifying BufferedImage to encode, and whether to encode alpha.<DT><A HREF="com/keypoint/PngEncoderB.html#PngEncoderB(java.awt.image.BufferedImage, boolean, int)"><B>PngEncoderB(BufferedImage, boolean, int)</B></A> - Constructor for class com.keypoint.<A HREF="com/keypoint/PngEncoderB.html">PngEncoderB</A><DD>Class constructor specifying BufferedImage to encode, whether to encode alpha, and filter to use.<DT><A HREF="com/keypoint/PngEncoderB.html#PngEncoderB(java.awt.image.BufferedImage, boolean, int, int)"><B>PngEncoderB(BufferedImage, boolean, int, int)</B></A> - Constructor for class com.keypoint.<A HREF="com/keypoint/PngEncoderB.html">PngEncoderB</A><DD>Class constructor specifying BufferedImage source to encode, whether to encode alpha, filter to use, and compression level<DT><A HREF="com/keypoint/PngEncoder.html#priorRow"><B>priorRow</B></A> - Variable in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>The prior row.</DL><HR><A NAME="_R_"><!-- --></A><H2><B>R</B></H2><DL><DT><A HREF="com/keypoint/PngEncoder.html#resizeByteArray(byte[], int)"><B>resizeByteArray(byte[], int)</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Increase or decrease the length of a byte array.</DL><HR><A NAME="_S_"><!-- --></A><H2><B>S</B></H2><DL><DT><A HREF="com/keypoint/PngEncoder.html#setCompressionLevel(int)"><B>setCompressionLevel(int)</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Set the compression level to use<DT><A HREF="com/keypoint/PngEncoder.html#setEncodeAlpha(boolean)"><B>setEncodeAlpha(boolean)</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Set the alpha encoding on or off.<DT><A HREF="com/keypoint/PngEncoder.html#setFilter(int)"><B>setFilter(int)</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Set the filter to use<DT><A HREF="com/keypoint/PngEncoderB.html#setImage(java.awt.image.BufferedImage)"><B>setImage(BufferedImage)</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoderB.html">PngEncoderB</A><DD>Set the BufferedImage to be encoded<DT><A HREF="com/keypoint/PngEncoder.html#setImage(java.awt.Image)"><B>setImage(Image)</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Set the image to be encoded</DL><HR><A NAME="_T_"><!-- --></A><H2><B>T</B></H2><DL><DT><A HREF="com/keypoint/PngEncoderB.html#tType"><B>tType</B></A> - Variable in class com.keypoint.<A HREF="com/keypoint/PngEncoderB.html">PngEncoderB</A><DD> </DL><HR><A NAME="_W_"><!-- --></A><H2><B>W</B></H2><DL><DT><A HREF="com/keypoint/PngEncoder.html#width"><B>width</B></A> - Variable in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>The width.<DT><A HREF="com/keypoint/PngEncoderB.html#wRaster"><B>wRaster</B></A> - Variable in class com.keypoint.<A HREF="com/keypoint/PngEncoderB.html">PngEncoderB</A><DD> <DT><A HREF="com/keypoint/PngEncoder.html#writeByte(int, int)"><B>writeByte(int, int)</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Write a single byte into the pngBytes array at a given position.<DT><A HREF="com/keypoint/PngEncoder.html#writeBytes(byte[], int)"><B>writeBytes(byte[], int)</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Write an array of bytes into the pngBytes array.<DT><A HREF="com/keypoint/PngEncoder.html#writeBytes(byte[], int, int)"><B>writeBytes(byte[], int, int)</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Write an array of bytes into the pngBytes array, specifying number of bytes to write.<DT><A HREF="com/keypoint/PngEncoder.html#writeEnd()"><B>writeEnd()</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Write a PNG "IEND" chunk into the pngBytes array.<DT><A HREF="com/keypoint/PngEncoder.html#writeHeader()"><B>writeHeader()</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Write a PNG "IHDR" chunk into the pngBytes array.<DT><A HREF="com/keypoint/PngEncoderB.html#writeHeader()"><B>writeHeader()</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoderB.html">PngEncoderB</A><DD>Write a PNG "IHDR" chunk into the pngBytes array.<DT><A HREF="com/keypoint/PngEncoder.html#writeImageData()"><B>writeImageData()</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Write the image data into the pngBytes array.<DT><A HREF="com/keypoint/PngEncoderB.html#writeImageData()"><B>writeImageData()</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoderB.html">PngEncoderB</A><DD>Write the image data into the pngBytes array.<DT><A HREF="com/keypoint/PngEncoder.html#writeInt2(int, int)"><B>writeInt2(int, int)</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Write a two-byte integer into the pngBytes array at a given position.<DT><A HREF="com/keypoint/PngEncoder.html#writeInt4(int, int)"><B>writeInt4(int, int)</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoder.html">PngEncoder</A><DD>Write a four-byte integer into the pngBytes array at a given position.<DT><A HREF="com/keypoint/PngEncoderB.html#writePalette(java.awt.image.IndexColorModel)"><B>writePalette(IndexColorModel)</B></A> - Method in class com.keypoint.<A HREF="com/keypoint/PngEncoderB.html">PngEncoderB</A><DD> </DL><HR><A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A> <!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=3 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"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </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></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="index-all.html" TARGET="_top"><B>NO FRAMES</B></A> <SCRIPT> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT><A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -