/[Frey]/trunk/lib/Frey/Class/Graph.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/Class/Graph.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1079 by dpavlin, Thu Jun 4 20:30:24 2009 UTC revision 1080 by dpavlin, Thu Jun 4 20:45:28 2009 UTC
# Line 90  has portrait => ( Line 90  has portrait => (
90          isa => 'Bool',          isa => 'Bool',
91  );  );
92    
93    has no_overlap => (
94            documentation => 'avoid overlaping nodes',
95            is => 'rw',
96            isa => 'Bool',
97    );
98    
99  has produce_dot => (  has produce_dot => (
100          documentation => 'dump .dot text format',          documentation => 'dump .dot text format',
101          is => 'rw',          is => 'rw',
# Line 109  sub as_markup { Line 115  sub as_markup {
115  #               layout => 'neato', # grabs too much memory  #               layout => 'neato', # grabs too much memory
116  #               layout => 'twopi', # grabs too much memory  #               layout => 'twopi', # grabs too much memory
117  #               overlap => 'compress',  #               overlap => 'compress',
118                  no_overlap => 1,                  no_overlap => $self->no_overlap,
119    
120                  node => {                  node => {
121                          shape => 'box',                          shape => 'box',

Legend:
Removed from v.1079  
changed lines
  Added in v.1080

  ViewVC Help
Powered by ViewVC 1.1.26