All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vlc.vrml.generic.geometry.Texture

java.lang.Object
   |
   +----vlc.vrml.generic.geometry.VrmlObject
           |
           +----vlc.vrml.generic.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 texture types.

Author:
Justin Couch justin@vlc.com.au

Variable Index

 o repeatS
 o repeatT

Constructor Index

 o Texture()

Method Index

 o clone()
Make a clone of this object
 o get_repeatS()
 o get_repeatT()
 o writeToFile(PrintStream, int)

Variables

 o repeatS
 protected boolean repeatS
 o repeatT
 protected boolean repeatT

Constructors

 o Texture
 protected Texture()

Methods

 o writeToFile
 public void writeToFile(PrintStream fp,
                         int indent)
 o get_repeatS
 public boolean get_repeatS()
 o get_repeatT
 public boolean get_repeatT()
 o clone
 public Object clone()
Make a clone of this object

Returns:
A deep clone copy of this object
Overrides:
clone in class VrmlObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index