JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.swing.encode
Interface Java3dImageable

All Known Implementing Classes:
JCChart3dAreaJava3d

public interface Java3dImageable

Used to mark a component that uses Java3D drawing as one that can encode such drawing to an image.


Method Summary
 Image getJava3dAsImage(Point imagePosition)
          Get an image represention of the Java3d objects used by the implementing class.
 

Method Detail

getJava3dAsImage

public Image getJava3dAsImage(Point imagePosition)
Get an image represention of the Java3d objects used by the implementing class.

Parameters:
imagePosition - a Point object. To be filled with the location of the within the implementing component.
Returns:
an Image class representation of the Java3d objects used by the implementing class. Null if no image can be created.

Copyright © 2004 Quest Software Inc..
All rights reserved.