Class dnx.ice.Texture
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.ice.Texture

java.lang.Object
   |
   +----dnx.ice.Texture

public class Texture
extends Object
Textures for mapping onto objects . . .
See Also:
useTexture

Constructor Index

 o Texture()

Method Index

 o getHeight()
Return the height of the texture, or -1 if it is not yet known
 o getWidth()
Return the width of the texture, or -1 if it is not yet known.

Constructors

 o Texture
  public Texture()

Methods

 o getWidth
  public abstract int getWidth()
Return the width of the texture, or -1 if it is not yet known.
 o getHeight
  public abstract int getHeight()
Return the height of the texture, or -1 if it is not yet known

All Packages  Class Hierarchy  This Package  Previous  Next  Index