org.opensourcephysics.drawing3d.simple3d
Class SimpleElementLight

java.lang.Object
  extended by org.opensourcephysics.drawing3d.simple3d.SimpleElement
      extended by org.opensourcephysics.drawing3d.simple3d.SimpleElementSegment
          extended by org.opensourcephysics.drawing3d.simple3d.SimpleElementArrow
              extended by org.opensourcephysics.drawing3d.simple3d.SimpleElementLight
All Implemented Interfaces:
ImplementingObject

public class SimpleElementLight
extends SimpleElementArrow

Title: SimpleElementObject

Description: Lights are not supported in simple3d

An arrow is displayed just to show the light direction, but has no effect on the illumination of the scene.

Version:
April 2010
Author:
Francisco Esquembre

Field Summary
 
Fields inherited from class org.opensourcephysics.drawing3d.simple3d.SimpleElement
FORCE_RECOMPUTE
 
Constructor Summary
SimpleElementLight(ElementLight _element)
           
 
Method Summary
 
Methods inherited from class org.opensourcephysics.drawing3d.simple3d.SimpleElementArrow
draw, drawQuickly
 
Methods inherited from class org.opensourcephysics.drawing3d.simple3d.SimpleElementSegment
processChanges
 
Methods inherited from class org.opensourcephysics.drawing3d.simple3d.SimpleElement
addToScene, getObjects3D, removeFromScene, styleChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleElementLight

public SimpleElementLight(ElementLight _element)