Module imp3d

Interface SceneGraphExport.ObjectExport

All Known Implementing Classes:
POVAttribute, POVCamera, POVPhong, POVRGBAShader
Enclosing class:
SceneGraphExport

public static interface SceneGraphExport.ObjectExport
This interface is used to export an object (as an attribute of a node of the scene tree) to the destination.
Author:
Ole Kniemeyer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Exports object to the destination.
  • Method Details

    • export

      void export(Object object, SceneGraphExport sge) throws IOException
      Exports object to the destination.
      Parameters:
      object - some attribute value of the scene tree
      sge - invoking export instance
      Throws:
      IOException