|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectastex.Texture
public class Texture
| Constructor Summary | |
|---|---|
Texture()
|
|
Texture(int w,
int h)
|
|
Texture(java.lang.String filename)
Load texture from a file. |
|
Texture(java.net.URL docURL,
java.lang.String filename)
Load texture from url. |
|
| Method Summary | |
|---|---|
void |
fillValues(java.lang.String[] colors,
int tc)
Fill values with specified colors along texture coordinate. |
static Texture |
lipophilicityTexture()
|
static java.awt.Image |
loadImage(java.lang.String resource)
Create an image from a file/url as appropriate. |
static Texture |
loadTexture(java.lang.String resource)
Load a texture from file/url as appropriate. |
static void |
setDocumentBase(java.net.URL db)
Set the document base. |
void |
setSize(int w,
int h)
Resample the texture to the specified size. |
static Texture |
simpleTexture()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Texture(int w,
int h)
public Texture()
public Texture(java.net.URL docURL,
java.lang.String filename)
public Texture(java.lang.String filename)
| Method Detail |
|---|
public static void setDocumentBase(java.net.URL db)
public static Texture lipophilicityTexture()
public static Texture simpleTexture()
public void fillValues(java.lang.String[] colors,
int tc)
public void setSize(int w,
int h)
public static java.awt.Image loadImage(java.lang.String resource)
public static Texture loadTexture(java.lang.String resource)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||