All Packages Class Hierarchy This Package Previous Next Index
Class vlc.vrml.generic.geometry.ImageTexture
java.lang.Object
|
+----vlc.vrml.generic.geometry.VrmlObject
|
+----vlc.vrml.generic.geometry.Texture
|
+----vlc.vrml.generic.geometry.ImageTexture
- public class ImageTexture
- extends Texture
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
- Author:
- Justin Couch justin@vlc.com.au
-
ImageTexture()
- Default Constructor.
-
ImageTexture(boolean, boolean)
- Constructor used when you don't want to use the default settings for the
texture repeating.
-
clone()
- Make a clone of this object
-
get_url()
- Get the list of URL/URNs being used for this texture.
-
set_url(String[])
- Set the list of URL/URNs to be used for this texture.
-
writeToStream(int)
- Prints the formatted contents of this node to the given stream.
ImageTexture
public ImageTexture()
- Default Constructor. Creates a default ImageTexture
ImageTexture
public ImageTexture(boolean rptS,
boolean rptT)
- Constructor used when you don't want to use the default settings for the
texture repeating.
- Parameters:
- rptS - true if to repeat in the S direction.
- rptT - true if to repeat in the T direction.
writeToStream
public void writeToStream(int indent)
- Prints the formatted contents of this node to the given stream.
- Parameters:
- indent - The number of spaces to indent this node in the string
- Overrides:
- writeToStream in class VrmlObject
set_url
public void set_url(String new_url[])
- Set the list of URL/URNs to be used for this texture.
- Parameters:
- new_url - A list of strings one per URL or URN
get_url
public String[] get_url()
- Get the list of URL/URNs being used for this texture.
- Returns:
- A list of strings one per URL or URN
clone
public Object clone()
- Make a clone of this object
- Returns:
- A deep clone copy of this object
- Overrides:
- clone in class Texture
All Packages Class Hierarchy This Package Previous Next Index