Documentation of 'org.jzy3d.plot3d.rendering.lights.Light' Java class
Light
org.jzy3d.plot3d.rendering.lights

Class Light



  • public class Light
    extends java.lang.Object
    • Constructor Detail

      • Light

        public Light()
      • Light

        public Light(int id)
      • Light

        public Light(int id,
                     boolean representationDisplayed)
      • Light

        public Light(int id,
                     boolean enabled,
                     boolean representationDisplayed)
    • Method Detail

      • resetCounter

        public static void resetCounter()
      • apply

        public void apply(com.jogamp.opengl.GL gl,
                          Coord3d scale)
      • setRepresentationDisplayed

        public void setRepresentationDisplayed(boolean status)
        Indicates if a square is drawn to show the light position.
      • getRepresentationDisplayed

        public boolean getRepresentationDisplayed()
      • getRepresentationRadius

        public float getRepresentationRadius()
      • setRepresentationRadius

        public void setRepresentationRadius(float representationRadius)
      • getId

        public int getId()
      • setPosition

        public void setPosition(Coord3d position)
      • getPosition

        public Coord3d getPosition()
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled(boolean enabled)
      • getAmbiantColor

        public Color getAmbiantColor()
      • setAmbiantColor

        public void setAmbiantColor(Color ambiantColor)
      • getDiffuseColor

        public Color getDiffuseColor()
      • setDiffuseColor

        public void setDiffuseColor(Color diffuseColor)
      • getSpecularColor

        public Color getSpecularColor()
      • setSpecularColor

        public void setSpecularColor(Color specularColor)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.