Uses of Class
org.web3d.image.NIOBufferImage
Packages that use NIOBufferImage
Package
Description
-
Uses of NIOBufferImage in org.web3d.image
Methods in org.web3d.image that return NIOBufferImageModifier and TypeMethodDescriptionAreaAveragingScaleFilter.getScaledImage
(int dstWidth, int dstHeight) Return an image scaled to the specified width and heightBilinearScaleFilter.getScaledImage
(int destWidth, int destHeight) Return an image scaled to the specified width and heightScaleFilter.getScaledImage
(int width, int height) Return an image scaled to the specified width and heightConstructors in org.web3d.image with parameters of type NIOBufferImageModifierConstructorDescriptionConstructorConstructor -
Uses of NIOBufferImage in org.web3d.net.content
Methods in org.web3d.net.content that return NIOBufferImageModifier and TypeMethodDescriptionprotected NIOBufferImage
ImageContentHandler.consolidate
(NIOBufferImage[] imageArray) Extract the individual image byte buffers from the array of NIOBufferImages and consolidate them into a single byte buffer array in the returned NIOBufferImage.protected static NIOBufferImage
Convert and return the argument content Object of the argument Class into an NIOBufferImage.protected NIOBufferImage[]
ImageContentHandler.preprocess
(NIOBufferImage image) Scale and create mipmaps of the argument image.Methods in org.web3d.net.content with parameters of type NIOBufferImageModifier and TypeMethodDescriptionprotected NIOBufferImage
ImageContentHandler.consolidate
(NIOBufferImage[] imageArray) Extract the individual image byte buffers from the array of NIOBufferImages and consolidate them into a single byte buffer array in the returned NIOBufferImage.protected NIOBufferImage[]
ImageContentHandler.preprocess
(NIOBufferImage image) Scale and create mipmaps of the argument image. -
Uses of NIOBufferImage in org.web3d.vrml.nodes
Methods in org.web3d.vrml.nodes that return NIOBufferImageModifier and TypeMethodDescriptionVRMLTexture2DNodeType.getImage()
Get the image representation of this texture.Methods in org.web3d.vrml.nodes with parameters of type NIOBufferImageModifier and TypeMethodDescriptionvoid
VRMLTextureListener.textureImageChanged
(int len, VRMLNodeType[] node, NIOBufferImage[] image, String[] url) Invoked when all of the underlying images have changed.void
VRMLTextureListener.textureImageChanged
(int idx, VRMLNodeType node, NIOBufferImage image, String url) Invoked when an underlying image has changed. -
Uses of NIOBufferImage in org.web3d.vrml.renderer.common.input.movie
Methods in org.web3d.vrml.renderer.common.input.movie with parameters of type NIOBufferImageModifier and TypeMethodDescriptionvoid
VideoStreamHandler.videoStreamFrame
(NIOBufferImage image) Called when a frame is available for display. -
Uses of NIOBufferImage in org.web3d.vrml.renderer.common.nodes
Fields in org.web3d.vrml.renderer.common.nodes declared as NIOBufferImageModifier and TypeFieldDescriptionprotected NIOBufferImage
BaseTexture2DNode.implImage
The base image for this textureMethods in org.web3d.vrml.renderer.common.nodes that return NIOBufferImageModifier and TypeMethodDescriptionBaseTexture2DNode.getImage()
Get the image representation of this texture.Methods in org.web3d.vrml.renderer.common.nodes with parameters of type NIOBufferImageModifier and TypeMethodDescriptionprotected void
BaseTextureNode.fireTextureImageChanged
(int idx, VRMLNodeType node, NIOBufferImage image, String url) Fire a textureImageChanged event to the listeners. -
Uses of NIOBufferImage in org.web3d.vrml.renderer.common.nodes.shape
Fields in org.web3d.vrml.renderer.common.nodes.shape declared as NIOBufferImageMethods in org.web3d.vrml.renderer.common.nodes.shape that return NIOBufferImageModifier and TypeMethodDescriptionprotected NIOBufferImage[]
BaseAppearance.processImage
(int stage, NIOBufferImage niobi, String url) Setup TextureStage parametersMethods in org.web3d.vrml.renderer.common.nodes.shape with parameters of type NIOBufferImageModifier and TypeMethodDescriptionprotected NIOBufferImage[]
BaseAppearance.processImage
(int stage, NIOBufferImage niobi, String url) Setup TextureStage parametersvoid
BaseAppearance.textureImageChanged
(int len, VRMLNodeType[] node, NIOBufferImage[] image, String[] url) Invoked when all of the underlying images have changed.void
BaseAppearance.textureImageChanged
(int idx, VRMLNodeType node, NIOBufferImage image, String url) Invoked when an underlying image has changed. -
Uses of NIOBufferImage in org.web3d.vrml.renderer.common.nodes.texture
Methods in org.web3d.vrml.renderer.common.nodes.texture that return NIOBufferImageModifier and TypeMethodDescriptionBaseComposedCubeMapTexture.getImage()
Get the image representation of this texture.BaseMovieTexture.getImage()
Get the image representation of this texture.Methods in org.web3d.vrml.renderer.common.nodes.texture with parameters of type NIOBufferImageModifier and TypeMethodDescriptionprotected void
BaseMovieTexture.fireTextureImageChanged
(int idx, VRMLTextureNodeType node, NIOBufferImage image, String url) Fire a textureImageChanged event to the listeners.void
BaseComposedTexture3D.textureImageChanged
(int len, VRMLNodeType[] node, NIOBufferImage[] image, String[] url) Invoked when all of the underlying images have changed.void
BaseComposedTexture3D.textureImageChanged
(int idx, VRMLNodeType node, NIOBufferImage image, String url) Invoked when an underlying image has changed.void
BaseMultiTexture.textureImageChanged
(int len, VRMLNodeType[] node, NIOBufferImage[] image, String[] url) Invoked when all of the underlying images have changed.void
BaseMultiTexture.textureImageChanged
(int idx, VRMLNodeType node, NIOBufferImage image, String url) Invoked when an underlying image has changed.void
BaseMovieTexture.videoStreamFrame
(NIOBufferImage image) Called when a frame is available for display. -
Uses of NIOBufferImage in org.web3d.vrml.renderer.ogl.nodes.enveffects
Methods in org.web3d.vrml.renderer.ogl.nodes.enveffects with parameters of type NIOBufferImageModifier and TypeMethodDescriptionprotected int
OGLBackground.getFormat
(NIOBufferImage image) From the image information, generate the appropriate TextureComponent type. -
Uses of NIOBufferImage in org.web3d.vrml.renderer.ogl.nodes.shape
Methods in org.web3d.vrml.renderer.ogl.nodes.shape with parameters of type NIOBufferImageModifier and TypeMethodDescriptionprotected int
OGLAppearance.getFormat
(NIOBufferImage image) From the image information, generate the appropriate TextureComponent type.void
OGLAppearance.textureImageChanged
(int len, VRMLNodeType[] node, NIOBufferImage[] image, String[] url) Invoked when all of the underlying images have changed.void
OGLAppearance.textureImageChanged
(int idx, VRMLNodeType node, NIOBufferImage image, String url) Invoked when an underlying image has changed. -
Uses of NIOBufferImage in org.web3d.vrml.renderer.ogl.nodes.texture
Methods in org.web3d.vrml.renderer.ogl.nodes.texture with parameters of type NIOBufferImage