All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vlc.vrml.external.geometry.Texture

java.lang.Object
   |
   +----vlc.vrml.generic.geometry.VrmlObject
           |
           +----vlc.vrml.external.geometry.VrmlObject
                   |
                   +----vlc.vrml.external.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 definition of the Anchor node please see the VRML 97 Anchor specification

Texture abstract class. Used as the base class for all textures that are used.

Author:
Justin Couch justin@vlc.com.au

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