From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Graphics::Grid::Grob::Null - Empty grob

VERSION

version 0.001

SYNOPSIS

my $grob = Graphics::Grid::Grob::Null->new();
# or use the function interface
my $grob = null_grob();

DESCRIPTION

This class represents an null grob which has zero width, zero height, and draw nothing. It can be used as a place-holder or as an invisible reference point for other drawing.

SEE ALSO

Graphics::Grid::Grob

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.