Package com.openinventor.hardcopy
Class SoVectorOutput
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.hardcopy.SoVectorOutput
-
- Direct Known Subclasses:
SoCGMVectorOutput
,SoGDIVectorOutput
,SoHPGLVectorOutput
,SoPSVectorOutput
public class SoVectorOutput extends Inventor
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 Constructor Description SoVectorOutput()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
closeFile()
Closes the current file opened withopenFile()
.boolean
openFile(java.lang.String file_name)
Opens named file.-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Method Detail
-
openFile
public boolean openFile(java.lang.String file_name)
Opens named file. It returns false on error.
-
closeFile
public void closeFile()
Closes the current file opened withopenFile()
.
-
-