Class Dome3d
- java.lang.Object
- 
- jadex.extension.envsupport.observer.graphics.drawable3d.AbstractVisual3d
- 
- jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
- 
- jadex.extension.envsupport.observer.graphics.drawable3d.Dome3d
 
 
 
- 
 public class Dome3d extends Primitive3d 
- 
- 
Field SummaryFields Modifier and Type Field Description protected int_planesprotected double_radiusprotected int_samples- 
Fields inherited from class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3dABSOLUTE_POSITION, ABSOLUTE_ROTATION, ABSOLUTE_SIZE, color_, drawcondition, enableDCPos, enableDCRot, enableDCSize, materialPath_, PRIMITIVE_TYPE_ARROW, PRIMITIVE_TYPE_BOX, PRIMITIVE_TYPE_CYLINDER, PRIMITIVE_TYPE_DIRECTIONALLIGHT, PRIMITIVE_TYPE_DOME, PRIMITIVE_TYPE_EFFECT, PRIMITIVE_TYPE_OBJECT3D, PRIMITIVE_TYPE_POINTLIGHT, PRIMITIVE_TYPE_QUAD, PRIMITIVE_TYPE_SKY, PRIMITIVE_TYPE_SOUND, PRIMITIVE_TYPE_SPHERE, PRIMITIVE_TYPE_TERRAIN, PRIMITIVE_TYPE_TEXT3D, PRIMITIVE_TYPE_TORUS, renderinfos, SHADOW_CAST, SHADOW_OFF, SHADOW_RECEIVE, shadowtype, texturePath_, type
 
- 
 - 
Constructor SummaryConstructors Constructor Description Dome3d(double radius, int samples, int planes)Generates a new Dome3dDome3d(java.lang.Object position, java.lang.Object rotation, java.lang.Object size, int absFlags, java.lang.Object c, java.lang.String materialpath, java.lang.String texturePath, double radius, int samples, int planes, IParsedExpression drawcondition, java.lang.String shadowtype, java.util.ArrayList<SpatialControl> controler)Generates a new Dome3d
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPlanes()doublegetRadius()intgetSamples()voidsetPlanes(int planes)voidsetRadius(float radius)voidsetSamples(int samples)- 
Methods inherited from class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3denableAbsolutePosition, enableAbsoluteRotation, enableAbsoluteSize, getColor, getControler, getDrawCondition, getMaterialPath, getShadowtype, getTexturePath, getType, isRelativePosition, isRelativeRotation, isRelativeSize, setColor, setControler, setDrawCondition, setMaterialPath, setShadowtype, setTexturePath, setType
 - 
Methods inherited from class jadex.extension.envsupport.observer.graphics.drawable3d.AbstractVisual3dbindPosition, bindRotation, bindSize, getPosition, getRotation, getSize, setPosition, setRotation, setSize
 
- 
 
- 
- 
- 
Constructor Detail- 
Dome3dpublic Dome3d(double radius, int samples, int planes)Generates a new Dome3d- Parameters:
- radius-
- samples-
- planes-
 
 - 
Dome3dpublic Dome3d(java.lang.Object position, java.lang.Object rotation, java.lang.Object size, int absFlags, java.lang.Object c, java.lang.String materialpath, java.lang.String texturePath, double radius, int samples, int planes, IParsedExpression drawcondition, java.lang.String shadowtype, java.util.ArrayList<SpatialControl> controler)Generates a new Dome3d- Parameters:
- position-
- rotation-
- size-
- absFlags-
- c-
- texturePath-
- radius-
- samples-
- planes-
- drawcondition-
 
 
- 
 - 
Method Detail- 
setRadiuspublic void setRadius(float radius) - Parameters:
- radius-
 
 - 
getRadiuspublic double getRadius() 
 - 
getPlanespublic int getPlanes() 
 - 
setPlanespublic void setPlanes(int planes) - Parameters:
- planes-
 
 - 
getSamplespublic int getSamples() 
 - 
setSamplespublic void setSamples(int samples) - Parameters:
- samples-
 
 
- 
 
-