org.opensourcephysics.drawing3d.simple3d
Class SimpleElementCylinder

java.lang.Object
  extended by org.opensourcephysics.drawing3d.simple3d.SimpleElement
      extended by org.opensourcephysics.drawing3d.simple3d.SimpleAbstractTile
          extended by org.opensourcephysics.drawing3d.simple3d.SimpleElementCylinder
All Implemented Interfaces:
ImplementingObject

public class SimpleElementCylinder
extends SimpleAbstractTile

Title: SimpleElementCylinder

Description: Painter's algorithm implementation of a cylinder

Version:
August 2009
Author:
Francisco Esquembre

Field Summary
 
Fields inherited from class org.opensourcephysics.drawing3d.simple3d.SimpleElement
FORCE_RECOMPUTE
 
Constructor Summary
SimpleElementCylinder(ElementCylinder _element)
           
 
Method Summary
 
Methods inherited from class org.opensourcephysics.drawing3d.simple3d.SimpleAbstractTile
draw, drawQuickly, processChanges, setColorBelowWhenEqual, setColorOriginAndDirection, setColorRegions, setDrawQuickInterior
 
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

SimpleElementCylinder

public SimpleElementCylinder(ElementCylinder _element)