Package com.openinventor.hardcopy
Class SoVectorOutput
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.hardcopy.SoVectorOutput
- Direct Known Subclasses:
SoCGMVectorOutput
,SoGDIVectorOutput
,SoHPGLVectorOutput
,SoPSVectorOutput
Abstract class used to write vector formatted files.
This is an abstract class for all vectorized outputs.
-
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
Modifier and TypeMethodDescriptionvoid
Closes the current file opened withopenFile()
.boolean
Opens named file.Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Constructor Details
-
SoVectorOutput
public SoVectorOutput()Constructor.
-
-
Method Details
-
openFile
Opens named file. It returns false on error. -
closeFile
public void closeFile()Closes the current file opened withopenFile()
.
-