Package com.openinventor.hardcopy
Class SoHPGLVectorOutput
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.hardcopy.SoVectorOutput
-
- com.openinventor.hardcopy.SoHPGLVectorOutput
-
public class SoHPGLVectorOutput extends SoVectorOutput
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 ofSoHPGLVectorOutput
is contained in anSoVectorizeHPGLAction
; 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 Constructor Description SoHPGLVectorOutput()
Constructor.
-
Method Summary
-
Methods inherited from class com.openinventor.hardcopy.SoVectorOutput
closeFile, openFile
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-