Name : perl-Treemap
| |
Version : 0.2
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 7.49
| Date : 2024-08-05 20:48:35
|
Group : Development/Libraries/Perl
| Source RPM : perl-Treemap-0.2-7.49.src.rpm
|
Size : 0.20 MB
| |
Packager : (none)
| |
Summary : Create Treemaps from various sources of data.
|
Description :
This base class is not meant to be directly instantiated. Subclasses of Treemap which implement specific Treemap layout algorithms should be instantiated instead. See the SEE ALSO section below for a list.
Traditional representations of hiarchal information trees are very space consuming. There is a large amount of redundant information and padding to convey the tree structure.
Treemaps are representations of trees that use space-filling nested rectangles to convey the tree structure.
e.g., a directory tree:
2 ./CVS/Root 2 ./CVS/Repository 2 ./CVS/Entries 2 ./CVS/Entries.Log 10 ./CVS 2 ./Treemap/CVS/Root 2 ./Treemap/CVS/Repository 2 ./Treemap/CVS/Entries 2 ./Treemap/CVS/Entries.Log . . . (goes on for 80 lines)
e.g., a treemap of a directory tree:
.-------------------------------. | ROOT | |.-----------..-------..-------.| ||ImUgly.ttf ||Treemap|| CVS || || ||.-----.|| || || |||Input||| || || ||| || >-----< | || || >---< ||example|| || |||Outpu||| || || ||`_____\'|| || |`-----------\'`-------\'`-------\'| `-------------------------------\'
Raster output is much more useful (like a GIF, or PNG) than ascii, as the labels are scaled appropriately, and alpha transparency is used to show information that would otherwise be hidden.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/openSUSE_Tumbleweed/noarch |