JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d.j3d
Class ImageUtility

java.lang.Object
  |
  +--com.klg.jclass.chart3d.j3d.ImageUtility

public class ImageUtility
extends Object


Constructor Summary
ImageUtility()
           
 
Method Summary
static Texture2D loadTexture2D(String filename)
          Loads a 2D texture from a file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageUtility

public ImageUtility()
Method Detail

loadTexture2D

public static Texture2D loadTexture2D(String filename)
Loads a 2D texture from a file.

Parameters:
filename - Name of file containing the 2D texture
Returns:
A Texture2D object.

Copyright © 2004 Quest Software Inc..
All rights reserved.