next up previous contents
Next: eview.m Up: Basic Functions Previous: eclose.m   Contents

eopen.m

NAME
eopen - open EPS-file, define size of page, size of window and
call 'einit' to initialize the global parameter

SYNOPSIS
eopen([ epsFileName[,pageOrientation[,winWidth,winHeight]]])
[,origin[,xScaleFac,yScaleFac[,pageWidth,pageHeight]]]]]])

PARAMETER(S)
epsFileName name of eps-file (default name is defined as eFileName)
pageOrientation page orientation,
0=portrait 1=landscape 2=upside-down 3=seaside
winWidth width of window(=eps bounding-box)
winHeight height of window(=eps bounding-box)
origin vector of origin, [xOffset yOffset]
xScaleFac scale factor 1= no resize
yScaleFac scale factor 1= no resize
pageWidth width of page
pageHeight height of page

GLOBAL PARAMETER(S)
eFileName
ePageWidth
ePageHeight
ePageScaleFac
ePageOrientation
eUserUnit
eWinWidth
eWinHeight
eWinOrigin
eFonts


Stefan Müller 2002-01-15