Package com.openinventor.hardcopy
Class SoHPGLVectorOutput
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.hardcopy.SoVectorOutput
com.openinventor.hardcopy.SoHPGLVectorOutput
Class used to write vector formatted files in HPGL/2 format.
This class is used for writing vector formatted files in HPGL/2 language format. It provides some convenience functions for handling files. An instance of
SoHPGLVectorOutput
is contained in an SoVectorizeHPGLAction
; this is typically the only instance needed.-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.openinventor.hardcopy.SoVectorOutput
closeFile, openFile
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Constructor Details
-
SoHPGLVectorOutput
public SoHPGLVectorOutput()Constructor. The default constructor writes to stdout.
-