The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Graphics::Grid::Driver - Role for Graphics::Grid driver implementations

VERSION

version 0.001

ATTRIBUTES

grid

Graphics::Grid object. Usually this attribute is set by the grid object when it creates or sets the driver object.

width

Width of the device, in resolution dots.

Default is 1000.

height

Height of the device, in resolution dots.

Default is 1000.

dpi

current_vptree

current_gp

CLASS METHODS

default_gpar()

SEE ALSO

Graphics::Grid

AUTHOR

Stephan Loyd <sloyd@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018-2023 by Stephan Loyd.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.