Package com.openinventor.hardcopy
Class SoGDIVectorOutput
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.hardcopy.SoVectorOutput
-
- com.openinventor.hardcopy.SoGDIVectorOutput
-
public class SoGDIVectorOutput extends SoVectorOutput
Manage vector output to GDI devices.
<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 anSoVectorizeGDIAction
. 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 SoGDIVectorOutput()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
-
-