SVG:SVG2zinc::Backend::TclScript

SVG:SVG2zinc::Backend::TclScript is a backend class for generating Tcl script.
Download

SVG:SVG2zinc::Backend::TclScript Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Christophe Mertz
  • Publisher web site:
  • http://search.cpan.org/~cmertz/svg-svg2zinc-0.10/SVG2zinc/Backend/TclScript.pm

SVG:SVG2zinc::Backend::TclScript Tags


SVG:SVG2zinc::Backend::TclScript Description

SVG:SVG2zinc::Backend::TclScript is a backend class for generating Tcl script. SVG:SVG2zinc::Backend::TclScript is a backend class for generating Tcl script.SYNOPSIS use SVG:SVG2zinc::Backend::TclScript; $backend = SVG:SVG2zinc::Backend::TclScript->new( -out => filename_or_handle, -in => svgfilename, -verbose => 0|1, -render => 0|1|2, ); $backend->fileHeader(); $backend->treatLines("lineOfCode1", "lineOfCode2",...); $backend->comment("comment1", "comment2", ...); $backend->printLines("comment1", "comment2", ...); $backend->fileTail();SVG:SVG2zinc::Backend::TclScript is a class for generating Tcl script to display SVG files. The generated script is based on TkZinc.For more information, you should look at SVG:SVG2zinc::Backend(3pm).The new method accepts parameters described in the SVG:SVG2zinc::Backend class and the following additionnal parameters:-renderThe render value of the TkZinc widget. 0 means no openGL, 1 or 2 for openGL. Defaults to 1. Requirements: · Perl


SVG:SVG2zinc::Backend::TclScript Related Software