Class AbstractRenderer

  • Direct Known Subclasses:
    SceneGraphRenderer

    public abstract class AbstractRenderer
    extends java.lang.Object
    An abstract renderer.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static ISceneGraph sg  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void initialize​(ISceneGraph sg)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractRenderer

        public AbstractRenderer()
    • Method Detail

      • initialize

        public static void initialize​(ISceneGraph sg)