|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xj.anylogic.engine.presentation.Configuration3D
public class Configuration3D
Configuration of 3D world of the associated active object
This object controls the background color and grid at the Z=0 plane.
Background and grid are only applied at the scope of the underlying
active object.
Grid is drawn only on computers with video cards
supporting GLSL shader model.
| Method Summary | |
|---|---|
java.awt.Color |
getBackgroundColor()
Returns the background color of 3D world of the active object |
java.awt.Color |
getGridColor()
Returns grid color or null (if grid is invisible) |
void |
setBackgroundColor(java.awt.Color backgroundColor)
Sets the background color of 3D world of the active object |
void |
setGridColor(java.awt.Color gridColor)
Sets new grid color value or disables grid |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.awt.Color getGridColor()
null (if grid is invisible)
null (if grid is invisible)public void setGridColor(java.awt.Color gridColor)
gridColor - new grid color, or null to make grid invisiblepublic java.awt.Color getBackgroundColor()
nullpublic void setBackgroundColor(java.awt.Color backgroundColor)
backgroundColor - the background color of 3D world of the active object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||