📄 raster.html
字号:
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="RASTER_COLOR"><!-- --></A><H3>RASTER_COLOR</H3><PRE>public static final int <B>RASTER_COLOR</B></PRE><DL><DD>Specifies a Raster object with color data. In this mode, the image reference must point to a valid ImageComponent object.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../javax/media/j3d/Raster.html#setType(int)"><CODE>setType(int)</CODE></A>, <A HREF="../../../constant-values.html#javax.media.j3d.Raster.RASTER_COLOR">Constant Field Values</A></DL></DL><HR><A NAME="RASTER_DEPTH"><!-- --></A><H3>RASTER_DEPTH</H3><PRE>public static final int <B>RASTER_DEPTH</B></PRE><DL><DD>Specifies a Raster object with depth (z-buffer) data. In this mode, the depthImage reference must point to a valid DepthComponent object.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../javax/media/j3d/Raster.html#setType(int)"><CODE>setType(int)</CODE></A>, <A HREF="../../../constant-values.html#javax.media.j3d.Raster.RASTER_DEPTH">Constant Field Values</A></DL></DL><HR><A NAME="RASTER_COLOR_DEPTH"><!-- --></A><H3>RASTER_COLOR_DEPTH</H3><PRE>public static final int <B>RASTER_COLOR_DEPTH</B></PRE><DL><DD>Specifies a Raster object with both color and depth (z-buffer) data. In this mode, the image reference must point to a valid ImageComponent object, and the depthImage reference must point to a valid DepthComponent object.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../javax/media/j3d/Raster.html#setType(int)"><CODE>setType(int)</CODE></A>, <A HREF="../../../constant-values.html#javax.media.j3d.Raster.RASTER_COLOR_DEPTH">Constant Field Values</A></DL></DL><HR><A NAME="CLIP_POSITION"><!-- --></A><H3>CLIP_POSITION</H3><PRE>public static final int <B>CLIP_POSITION</B></PRE><DL><DD>Specifies that this raster object is not drawn if the raster position is outside the viewing volume. In this mode, the raster is not drawn when the transformed raster position is clipped out, even if part of the raster would have been visible. This is the default mode.<P><DL><DT><B>Since:</B></DT> <DD>Java 3D 1.3</DD><DT><B>See Also:</B><DD><A HREF="../../../javax/media/j3d/Raster.html#setClipMode(int)"><CODE>setClipMode(int)</CODE></A>, <A HREF="../../../constant-values.html#javax.media.j3d.Raster.CLIP_POSITION">Constant Field Values</A></DL></DL><HR><A NAME="CLIP_IMAGE"><!-- --></A><H3>CLIP_IMAGE</H3><PRE>public static final int <B>CLIP_IMAGE</B></PRE><DL><DD>Specifies that the raster object is clipped as an image after the raster position has been transformed. In this mode, part of the raster may be drawn even when the transformed raster position is clipped out.<P><DL><DT><B>Since:</B></DT> <DD>Java 3D 1.3</DD><DT><B>See Also:</B><DD><A HREF="../../../javax/media/j3d/Raster.html#setClipMode(int)"><CODE>setClipMode(int)</CODE></A>, <A HREF="../../../constant-values.html#javax.media.j3d.Raster.CLIP_IMAGE">Constant Field Values</A></DL></DL><HR><A NAME="ALLOW_POSITION_READ"><!-- --></A><H3>ALLOW_POSITION_READ</H3><PRE>public static final int <B>ALLOW_POSITION_READ</B></PRE><DL><DD>Specifies that this Raster allows reading the position.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.media.j3d.Raster.ALLOW_POSITION_READ">Constant Field Values</A></DL></DL><HR><A NAME="ALLOW_POSITION_WRITE"><!-- --></A><H3>ALLOW_POSITION_WRITE</H3><PRE>public static final int <B>ALLOW_POSITION_WRITE</B></PRE><DL><DD>Specifies that this Raster allows writing the position.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.media.j3d.Raster.ALLOW_POSITION_WRITE">Constant Field Values</A></DL></DL><HR><A NAME="ALLOW_OFFSET_READ"><!-- --></A><H3>ALLOW_OFFSET_READ</H3><PRE>public static final int <B>ALLOW_OFFSET_READ</B></PRE><DL><DD>Specifies that this Raster allows reading the source or destination offset.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.media.j3d.Raster.ALLOW_OFFSET_READ">Constant Field Values</A></DL></DL><HR><A NAME="ALLOW_OFFSET_WRITE"><!-- --></A><H3>ALLOW_OFFSET_WRITE</H3><PRE>public static final int <B>ALLOW_OFFSET_WRITE</B></PRE><DL><DD>Specifies that this Raster allows writing the source or destination offset.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.media.j3d.Raster.ALLOW_OFFSET_WRITE">Constant Field Values</A></DL></DL><HR><A NAME="ALLOW_IMAGE_READ"><!-- --></A><H3>ALLOW_IMAGE_READ</H3><PRE>public static final int <B>ALLOW_IMAGE_READ</B></PRE><DL><DD>Specifies that this Raster allows reading the image.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.media.j3d.Raster.ALLOW_IMAGE_READ">Constant Field Values</A></DL></DL><HR><A NAME="ALLOW_IMAGE_WRITE"><!-- --></A><H3>ALLOW_IMAGE_WRITE</H3><PRE>public static final int <B>ALLOW_IMAGE_WRITE</B></PRE><DL><DD>Specifies that this Raster allows writing the image.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.media.j3d.Raster.ALLOW_IMAGE_WRITE">Constant Field Values</A></DL></DL><HR><A NAME="ALLOW_DEPTH_COMPONENT_READ"><!-- --></A><H3>ALLOW_DEPTH_COMPONENT_READ</H3><PRE>public static final int <B>ALLOW_DEPTH_COMPONENT_READ</B></PRE><DL><DD>Specifies that this Raster allows reading the depth component.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.media.j3d.Raster.ALLOW_DEPTH_COMPONENT_READ">Constant Field Values</A></DL></DL><HR><A NAME="ALLOW_DEPTH_COMPONENT_WRITE"><!-- --></A><H3>ALLOW_DEPTH_COMPONENT_WRITE</H3><PRE>public static final int <B>ALLOW_DEPTH_COMPONENT_WRITE</B></PRE><DL><DD>Specifies that this Raster allows writing the depth component.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.media.j3d.Raster.ALLOW_DEPTH_COMPONENT_WRITE">Constant Field Values</A></DL></DL><HR><A NAME="ALLOW_SIZE_READ"><!-- --></A><H3>ALLOW_SIZE_READ</H3><PRE>public static final int <B>ALLOW_SIZE_READ</B></PRE><DL><DD>Specifies that this Raster allows reading the size.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.media.j3d.Raster.ALLOW_SIZE_READ">Constant Field Values</A></DL></DL><HR><A NAME="ALLOW_SIZE_WRITE"><!-- --></A><H3>ALLOW_SIZE_WRITE</H3><PRE>public static final int <B>ALLOW_SIZE_WRITE</B></PRE><DL><DD>Specifies that this Raster allows writing the size.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.media.j3d.Raster.ALLOW_SIZE_WRITE">Constant Field Values</A></DL></DL><HR><A NAME="ALLOW_TYPE_READ"><!-- --></A><H3>ALLOW_TYPE_READ</H3><PRE>public static final int <B>ALLOW_TYPE_READ</B></PRE><DL><DD>Specifies that this Raster allows reading the type.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.media.j3d.Raster.ALLOW_TYPE_READ">Constant Field Values</A></DL></DL><HR><A NAME="ALLOW_CLIP_MODE_READ"><!-- --></A><H3>ALLOW_CLIP_MODE_READ</H3><PRE>public static final int <B>ALLOW_CLIP_MODE_READ</B></PRE><DL><DD>Specifies that this Raster allows reading the clip mode.<P><DL><DT><B>Since:</B></DT> <DD>Java 3D 1.3</DD><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.media.j3d.Raster.ALLOW_CLIP_MODE_READ">Constant Field Values</A></DL></DL><HR><A NAME="ALLOW_CLIP_MODE_WRITE"><!-- --></A><H3>ALLOW_CLIP_MODE_WRITE</H3><PRE>public static final int <B>ALLOW_CLIP_MODE_WRITE</B></PRE><DL><DD>Specifies that this Raster allows writing the clip mode.<P><DL><DT><B>Since:</B></DT> <DD>Java 3D 1.3</DD><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.media.j3d.Raster.ALLOW_CLIP_MODE_WRITE">Constant Field Values</A></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="Raster()"><!-- --></A><H3>Raster</H3><PRE>public <B>Raster</B>()</PRE><DL><DD>Constructs a Raster object with default parameters. The default values are as follows: <ul> type : RASTER_COLOR<br> clipMode : CLIP_POSITION<br> position : (0,0,0)<br> srcOffset : (0,0)<br> size : (0,0)<br> dstOffset : (0,0)<br> image : null<br> depth component : null<br> </ul><P></DL><HR><A NAME="Raster(javax.vecmath.Point3f, int, int, int, int, int, javax.media.j3d.ImageComponent2D, javax.media.j3d.DepthComponent)"><!-- --></A><H3>Raster</H3>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -