org.jopendocument.model.draw
Class Dr3DLight

java.lang.Object
  extended by org.jopendocument.model.draw.Dr3DLight

public class Dr3DLight
extends Object


Field Summary
protected  String dr3DDiffuseColor
           
protected  String dr3DDirection
           
protected  String dr3DEnabled
           
protected  String dr3DSpecular
           
 
Constructor Summary
Dr3DLight()
           
 
Method Summary
 String getDr3DDiffuseColor()
          Gets the value of the dr3DDiffuseColor property.
 String getDr3DDirection()
          Gets the value of the dr3DDirection property.
 String getDr3DEnabled()
          Gets the value of the dr3DEnabled property.
 String getDr3DSpecular()
          Gets the value of the dr3DSpecular property.
 void setDr3DDiffuseColor(String value)
          Sets the value of the dr3DDiffuseColor property.
 void setDr3DDirection(String value)
          Sets the value of the dr3DDirection property.
 void setDr3DEnabled(String value)
          Sets the value of the dr3DEnabled property.
 void setDr3DSpecular(String value)
          Sets the value of the dr3DSpecular property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dr3DDiffuseColor

protected String dr3DDiffuseColor

dr3DDirection

protected String dr3DDirection

dr3DEnabled

protected String dr3DEnabled

dr3DSpecular

protected String dr3DSpecular
Constructor Detail

Dr3DLight

public Dr3DLight()
Method Detail

getDr3DDiffuseColor

public String getDr3DDiffuseColor()
Gets the value of the dr3DDiffuseColor property.

Returns:
possible object is String

getDr3DDirection

public String getDr3DDirection()
Gets the value of the dr3DDirection property.

Returns:
possible object is String

getDr3DEnabled

public String getDr3DEnabled()
Gets the value of the dr3DEnabled property.

Returns:
possible object is String

getDr3DSpecular

public String getDr3DSpecular()
Gets the value of the dr3DSpecular property.

Returns:
possible object is String

setDr3DDiffuseColor

public void setDr3DDiffuseColor(String value)
Sets the value of the dr3DDiffuseColor property.

Parameters:
value - allowed object is String

setDr3DDirection

public void setDr3DDirection(String value)
Sets the value of the dr3DDirection property.

Parameters:
value - allowed object is String

setDr3DEnabled

public void setDr3DEnabled(String value)
Sets the value of the dr3DEnabled property.

Parameters:
value - allowed object is String

setDr3DSpecular

public void setDr3DSpecular(String value)
Sets the value of the dr3DSpecular property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.