All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IT.uno.vrml.eai.txt.Pattern

java.lang.Object
   |
   +----IT.uno.vrml.eai.txt.Pattern

public abstract class Pattern
extends Object

Constructor Index

 o Pattern()

Method Index

 o getIndex(float, float)
 o getTexture(World, int, int)
 o identity()
 o rotate(float)
 o scale(float, float)
 o setColorMap(float[], Color[])
 o setTurbulence(float, int)
 o translate(float, float)

Constructors

 o Pattern
 public Pattern()

Methods

 o setColorMap
 public void setColorMap(float m[],
                         Color c[])
 o setTurbulence
 public void setTurbulence(float t,
                           int o)
 o getTexture
 public Texture getTexture(World w,
                           int x,
                           int y)
 o getIndex
 protected abstract float getIndex(float x,
                                   float y)
 o identity
 public void identity()
 o translate
 public void translate(float dx,
                       float dy)
 o rotate
 public void rotate(float alpha)
 o scale
 public void scale(float sx,
                   float sy)

All Packages  Class Hierarchy  This Package  Previous  Next  Index