All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vlc.vrml.internal.geometry.Texture

java.lang.Object
   |
   +----vlc.vrml.generic.geometry.VrmlObject
           |
           +----vlc.vrml.internal.geometry.VrmlObject
                   |
                   +----vlc.vrml.internal.geometry.Texture

public abstract class Texture
extends VrmlObject
JVerge

Version:
0.8 (beta 4) Copyright 1997 The Virtual Light Company under the GNU LGPL

The latest information and bugs in JVerge can be found at http://www.vlc.com.au/JVerge

For more information on the Texture nodes please see the VRML 97 specification concepts section 4.6.11

Base class for all texturebased nodes (not TextureTransform)

Author:
Justin Couch justin@vlc.com.au
See Also:
ImageTexture, MovieTexture, PixelTexture

Variable Index

 o repeatS
internal flag of repeating textures in the S direction
 o repeatT
internal flag of repeating textures in the T direction

Constructor Index

 o Texture()
Empty constructor to prevent people creating instances of this class
 o Texture(Browser)
Constructor to pass the browser reference down to the base class

Method Index

 o get_repeatS()
Get the repeatS setting
 o get_repeatT()
Get the repeatT setting

Variables

 o repeatS
 protected boolean repeatS
internal flag of repeating textures in the S direction

 o repeatT
 protected boolean repeatT
internal flag of repeating textures in the T direction

Constructors

 o Texture
 protected Texture()
Empty constructor to prevent people creating instances of this class

 o Texture
 protected Texture(Browser b)
Constructor to pass the browser reference down to the base class

Parameters:
b - The browser reference to be passed on

Methods

 o get_repeatS
 public boolean get_repeatS()
Get the repeatS setting

Returns:
True if repeating texture is used.
 o get_repeatT
 public boolean get_repeatT()
Get the repeatT setting

Returns:
True if repeating texture is used.

All Packages  Class Hierarchy  This Package  Previous  Next  Index