Class SoVectorizePSAction


  • public class SoVectorizePSAction
    extends SoVectorizeAction
    Realizes the vectorization of a scene graph to a file in PostScript format. This class is used for vectorizing scene graphs to PostScript format files. It contains an SoPSVectorOutput instance which writes by default to standard output. Methods on SoPSVectorOutput can be called to specify what file to write to.

    Limitations:

    • End line style TRIANGULAR is not supported; end line style ROUND is assumed instead.
    • Join line style NONE, MITERED_BEVELED, and TRIANGULAR are not supported; join line styles BEVELED, MITERED, and ROUNDED are assumed instead.
    • For LANDSCAPE orientation, the start position is the upper-left corner.
    • See additional limitations in SoVectorizeAction.
    • Constructor Detail

      • SoVectorizePSAction

        public SoVectorizePSAction()
        Constructor.
    • Method Detail

      • enableElement

        public static void enableElement​(java.lang.Class<? extends Inventor> t,
                                         int stkIndex)