Bivio::Type::Text
# Copyright (c) 1999-2010 bivio Software, Inc. All rights reserved.
# $Id$
package Bivio::Type::Text;
use strict;
use Bivio::Base 'Type.Line';
sub get_width {
return 500;
}
1;
Bivio::Type::Text # Copyright (c) 1999-2010 bivio Software, Inc. All rights reserved.
# $Id$
package Bivio::Type::Text;
use strict;
use Bivio::Base 'Type.Line';
sub get_width {
return 500;
}
1;
|