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
-
repeatS
- internal flag of repeating textures in the S direction
-
repeatT
- internal flag of repeating textures in the T direction
-
Texture()
- Empty constructor to prevent people creating instances of this class
-
Texture(Browser)
- Constructor to pass the browser reference down to the base class
-
get_repeatS()
- Get the repeatS setting
-
get_repeatT()
- Get the repeatT setting
repeatS
protected boolean repeatS
- internal flag of repeating textures in the S direction
repeatT
protected boolean repeatT
- internal flag of repeating textures in the T direction
Texture
protected Texture()
- Empty constructor to prevent people creating instances of this class
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
get_repeatS
public boolean get_repeatS()
- Get the repeatS setting
- Returns:
- True if repeating texture is used.
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