home *** CD-ROM | disk | FTP | other *** search
- /* Display-specific parameters for the control value display package.
-
- copyright (c) 1987, D. M. Auslander
-
- These values are expressed in nominal units of centimeters, so most
- will be fairly independent of the display being used.
-
- The screen mode, and any others that might be unique, will have to be
- changed for each display type.
-
- All of the dimensional information is relative to the point (x,y), which
- defines the coordinate location of the bottom of the val1 line.
-
- Created 26-June-87
-
- Updates:
-
- */
-
- static float laboff = 1.0; /* Distance to the bottom of the label
- from y */
- static float bx = 0.2, bw = 0.6; /* Distance from x to bars,
- bar width */
- static float v1x = 2.0, v1y = 4.0;
- /* Location relative to (x,y) of the
- start of the printed val1 */
- static float v2x = 3.0, v2y = 4.0;
- static float blx = 0.2; /* Distance from the right end of a fixed
- bar to its label */
- static float ltol = 0.05; /* Distance between moving bar and fixed bar
- that defines "overlap" */
- static int backc = 0; /* Background color */
-