|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.draw.Dr3DLight
public class Dr3DLight
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 |
---|
protected String dr3DDiffuseColor
protected String dr3DDirection
protected String dr3DEnabled
protected String dr3DSpecular
Constructor Detail |
---|
public Dr3DLight()
Method Detail |
---|
public String getDr3DDiffuseColor()
String
public String getDr3DDirection()
String
public String getDr3DEnabled()
String
public String getDr3DSpecular()
String
public void setDr3DDiffuseColor(String value)
value
- allowed object is String
public void setDr3DDirection(String value)
value
- allowed object is String
public void setDr3DEnabled(String value)
value
- allowed object is String
public void setDr3DSpecular(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |