com.jhlabs.image
Class LightFilter.Material

java.lang.Object
  extended by com.jhlabs.image.LightFilter.Material
Enclosing class:
LightFilter

public static class LightFilter.Material
extends java.lang.Object

A class representing material properties.


Constructor Summary
LightFilter.Material()
           
 
Method Summary
 int getDiffuseColor()
           
 float getOpacity()
           
 void setDiffuseColor(int diffuseColor)
           
 void setOpacity(float opacity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightFilter.Material

public LightFilter.Material()
Method Detail

setDiffuseColor

public void setDiffuseColor(int diffuseColor)

getDiffuseColor

public int getDiffuseColor()

setOpacity

public void setOpacity(float opacity)

getOpacity

public float getOpacity()