Class DefaultDrawable3D

java.lang.Object
org.jfree.chart3d.graphics3d.DefaultDrawable3D
All Implemented Interfaces:
Drawable3D

public class DefaultDrawable3D extends Object implements Drawable3D
Provides a default implementation of the Drawable3D interface. This is not used directly in Orson Charts, since the Chart3D class implements the Drawable3D interface itself. However, it is used in testing to ensure that the org.jfree.chart3d.graphics3d package can function on a stand-alone basis.
  • Field Details

  • Constructor Details

    • DefaultDrawable3D

      public DefaultDrawable3D(World world)
      Creates a new instance to display the content of the specified world.
      Parameters:
      world - the world to view (null not permitted).
  • Method Details