📄 objectfilecompressor.html
字号:
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="ObjectFileCompressor()"><!-- --></A><H3>
ObjectFileCompressor</H3>
<PRE>
public <B>ObjectFileCompressor</B>()</PRE>
<DL>
</DL>
<HR>
<A NAME="ObjectFileCompressor(int)"><!-- --></A><H3>
ObjectFileCompressor</H3>
<PRE>
public <B>ObjectFileCompressor</B>(int flags)</PRE>
<DL>
</DL>
<HR>
<A NAME="ObjectFileCompressor(int, float)"><!-- --></A><H3>
ObjectFileCompressor</H3>
<PRE>
public <B>ObjectFileCompressor</B>(int flags,
float radians)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="setFlags(int)"><!-- --></A><H3>
setFlags</H3>
<PRE>
public void <B>setFlags</B>(int flags)</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD>setFlags in class com.sun.j3d.loaders.objectfile.ObjectFile</DL>
</DD>
</DL>
<HR>
<A NAME="setQuantization(int, int, int)"><!-- --></A><H3>
setQuantization</H3>
<PRE>
public void <B>setQuantization</B>(int positionQuant,
int colorQuant,
int normalQuant)</PRE>
<DL>
<DD>Set the position, normal, and color quantization values for compression.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>positionQuant</CODE> - number of bits to quantize each position's X, Y,
and Z components, ranging from 1 to 16 with a default of 10<DD><CODE>colorQuant</CODE> - number of bits to quantize each color's R, G, B, and
alpha components, ranging from 2 to 16 with a default of 8<DD><CODE>normalQuant</CODE> - number of bits for quantizing each normal's U and V
components, ranging from 0 to 6 with a default of 3</DL>
</DD>
</DL>
<HR>
<A NAME="compress(java.lang.String)"><!-- --></A><H3>
compress</H3>
<PRE>
public javax.media.j3d.CompressedGeometry <B>compress</B>(java.lang.String objFileName)</PRE>
<DL>
<DD>Compress the specified .obj file into a CompressedGeometry node
component.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>objFileName</CODE> - String object representing the path to a .obj file<DT><B>Returns:</B><DD>a CompressedGeometry node component</DL>
</DD>
</DL>
<HR>
<A NAME="compress(java.lang.String, com.sun.j3d.utils.compression.CompressedGeometryFile)"><!-- --></A><H3>
compress</H3>
<PRE>
public void <B>compress</B>(java.lang.String objFileName,
com.sun.j3d.utils.compression.CompressedGeometryFile file)
throws java.io.IOException</PRE>
<DL>
<DD>Compress the specified .obj file and add it to the end of an open
compressed geometry file.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>objFileName</CODE> - String object representing the path to a .obj file<DD><CODE>file</CODE> - a currently open CompressedGeometryFile object<DT><B>Throws:</B><DD>java.io.IOException - - if write fails</DL>
</DD>
</DL>
<HR>
<A NAME="compress(java.io.Reader)"><!-- --></A><H3>
compress</H3>
<PRE>
public javax.media.j3d.CompressedGeometry <B>compress</B>(java.io.Reader reader)</PRE>
<DL>
<DD>Compress the specified .obj file into a CompressedGeometry node
component.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>reader</CODE> - an open .obj file<DT><B>Returns:</B><DD>a CompressedGeometry node component</DL>
</DD>
</DL>
<HR>
<A NAME="compress(java.io.Reader, com.sun.j3d.utils.compression.CompressedGeometryFile)"><!-- --></A><H3>
compress</H3>
<PRE>
public void <B>compress</B>(java.io.Reader reader,
com.sun.j3d.utils.compression.CompressedGeometryFile file)
throws java.io.IOException</PRE>
<DL>
<DD>Compress the specified .obj file and add it to the end of an open
compressed geometry file.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>reader</CODE> - an open .obj file<DD><CODE>file</CODE> - an open CompressedGeometryFile object<DT><B>Throws:</B><DD>java.io.IOException - - if write fails</DL>
</DD>
</DL>
<HR>
<A NAME="compress(java.net.URL)"><!-- --></A><H3>
compress</H3>
<PRE>
public javax.media.j3d.CompressedGeometry <B>compress</B>(java.net.URL url)</PRE>
<DL>
<DD>Compress the specified .obj file into a CompressedGeometry node
component.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>url</CODE> - Uniform Resource Locator for the .obj file<DT><B>Returns:</B><DD>a CompressedGeometry node component</DL>
</DD>
</DL>
<HR>
<A NAME="compress(java.net.URL, com.sun.j3d.utils.compression.CompressedGeometryFile)"><!-- --></A><H3>
compress</H3>
<PRE>
public void <B>compress</B>(java.net.URL url,
com.sun.j3d.utils.compression.CompressedGeometryFile file)
throws java.io.IOException</PRE>
<DL>
<DD>Compress the specified .obj file and add it to the end of an open
compressed geometry file.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>url</CODE> - Uniform Resource Locator for the .obj file<DD><CODE>file</CODE> - a currently open CompressedGeometryFile object<DT><B>Throws:</B><DD>java.io.IOException - - if write fails</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT ID="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 CLASS
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="ObjectFileCompressor.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | <A HREF="#fields_inherited_from_class_com.sun.j3d.loaders.objectfile.ObjectFile">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -