Package com.openinventor.hardcopy
Class SoGDIVectorOutput
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.hardcopy.SoVectorOutput
com.openinventor.hardcopy.SoGDIVectorOutput
Manage vector output to GDI devices.
<font color="#0000FF">[Windows only] This class is not implemented on UNIX systems. </font>
<font color="#0000FF">[Windows only] This class is not implemented on UNIX systems. </font>
This class is used for writing vector formatted files (Enhanced Metafiles .EMF), for printing directly under MS-Windows, or with a application device context (DC).
An instance of SoGDIVectorOutput
is contained in an SoVectorizeGDIAction
. 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
Modifier and TypeMethodDescriptionvoid
openFile()
Default method: Opens the printer dialog box for paper output.Methods inherited from class com.openinventor.hardcopy.SoVectorOutput
closeFile, openFile
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Constructor Details
-
SoGDIVectorOutput
public SoGDIVectorOutput()Constructor. The default constructor enables the printer job.
-
-
Method Details
-
openFile
public void openFile()Default method: Opens the printer dialog box for paper output.
-