|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.infragistics.faces.shared.component.ModelComponent
com.infragistics.faces.chart.component.Light
Light components specify a light source used to illuminate the three dimensional charts.
Each light source specifies a color and can be one of:
| Constructor Summary | |
Light()
|
|
| Method Summary | |
java.awt.Color |
getColor()
Returns the color of this light source. |
java.lang.String |
getDirection()
Returns the light direction. |
float |
getFocus()
Returns the spotlight beam focus. |
java.lang.String |
getPosition()
Returns the position of this light source. |
void |
setColor(java.awt.Color color)
Sets the color of this light source. |
void |
setDirection(java.lang.String direction)
Sets the light direction. |
void |
setFocus(float focus)
Sets the spotlight beam focus. |
void |
setPosition(java.lang.String position)
Sets the position of this light source. |
| Methods inherited from class com.infragistics.faces.shared.component.ModelComponent |
getParent, getValueBinding, setParent, setValueBinding |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Light()
| Method Detail |
public java.awt.Color getColor()
public void setColor(java.awt.Color color)
color - Colorpublic java.lang.String getDirection()
public float getFocus()
public java.lang.String getPosition()
public void setDirection(java.lang.String direction)
direction - Stringpublic void setFocus(float focus)
focus - floatpublic void setPosition(java.lang.String position)
position - String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||