org.jzy3d.plot3d.primitives.enlightables
Class AbstractEnlightable
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.AbstractDrawable
-
- org.jzy3d.plot3d.primitives.AbstractWireframeable
-
- org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
-
- All Implemented Interfaces:
- IGLRenderer, ISortableDraw
- Direct Known Subclasses:
- EnlightableDisk, EnlightablePolygon, EnlightableSphere
public abstract class AbstractEnlightable extends AbstractWireframeable
-
-
Constructor Summary
Constructors Constructor and Description AbstractEnlightable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ColorgetMaterialAmbiantReflection()LIGHT CONFIGColorgetMaterialDiffuseReflection()ColorgetMaterialEmission()floatgetMaterialShininess()ColorgetMaterialSpecularReflection()voidsetMaterialAmbiantReflection(Color materialAmbiantReflection)voidsetMaterialDiffuseReflection(Color materialDiffuseReflection)voidsetMaterialEmission(Color materialEmission)voidsetMaterialShininess(float shininess)voidsetMaterialSpecularReflection(Color materialSpecularReflection)-
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractWireframeable
getFaceDisplayed, getWireframeColor, getWireframeDisplayed, getWireframeWidth, setFaceDisplayed, setWireframeColor, setWireframeDisplayed, setWireframeWidth
-
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractDrawable
addDrawableListener, applyGeometryTransform, dispose, doTransform, draw, getBarycentre, getBoundingBoxColor, getBounds, getDistance, getLegend, getLongestDistance, getShortestDistance, getSpaceTransformer, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setSpaceTransformer, setTransform, setTransformBefore, toString, toString, updateBounds
-
-
-
-
Method Detail
-
getMaterialAmbiantReflection
public Color getMaterialAmbiantReflection()
LIGHT CONFIG
-
setMaterialAmbiantReflection
public void setMaterialAmbiantReflection(Color materialAmbiantReflection)
-
getMaterialDiffuseReflection
public Color getMaterialDiffuseReflection()
-
setMaterialDiffuseReflection
public void setMaterialDiffuseReflection(Color materialDiffuseReflection)
-
getMaterialSpecularReflection
public Color getMaterialSpecularReflection()
-
setMaterialSpecularReflection
public void setMaterialSpecularReflection(Color materialSpecularReflection)
-
getMaterialEmission
public Color getMaterialEmission()
-
setMaterialEmission
public void setMaterialEmission(Color materialEmission)
-
getMaterialShininess
public float getMaterialShininess()
-
setMaterialShininess
public void setMaterialShininess(float shininess)
-
-
DMelt 3.0 © DataMelt by jWork.ORG