Copyright © 2018 Lloyd R. Prentice
Version: .01
Authors: Lloyd R. Prentice.
| color/1 | Return color of line Colors: white, silver, gray, black, maroon, red, fuschia, purple, lime, green, olive, yellow, navy, blue, teal, aqua. |
| coordinates/1 | Return beginning and end coordinates of line. |
| create/2 | Create line map. |
| dash/1 | Return style of line; e.g. |
| features/1 | Return style of line; e.g. |
| format/1 | Return page format. |
| from/1 | Return start-of-line coordinates. |
| line/3 | Draw line to PDF. |
| to/1 | Return end-of-line coordinates. |
| update_color/2 | Update color of line: e.g. |
| update_dash/2 | Update style of line: e.g. |
| update_format/2 | Update page format SEE: rp(ep_format:formats(). |
| update_from/2 | |
| update_to/2 | |
| update_width/2 | Update width of line. |
| width/1 | Return width of line. |
Return color of line Colors: white, silver, gray, black, maroon, red, fuschia, purple, lime, green, olive, yellow, navy, blue, teal, aqua
Return beginning and end coordinates of line
Create line map
dash(X1::ep_line()) -> atom()
Return style of line; e.g. solid, dash, dot, dashdot
Return style of line; e.g. width, dash, color
format(X1::ep_line()) -> page_format()
Return page format
Return start-of-line coordinates
line(PDF::pdf_server_pid(), Job::ep_job(), LineMap::ep_line()) -> ok
Draw line to PDF
Return end-of-line coordinates
Update color of line: e.g. white, silver, gray, black, maroon, red, fuschia, purple, lime, green, olive, yellow, navy, blue, teal, aqua
Update style of line: e.g. solid, dash, dot, dashdot
update_format(Format::page_format(), LineMap::ep_line()) -> ep_line()
Update page format SEE: rp(ep_format:formats().
Update width of line
Return width of line
Generated by EDoc