Auar / flexvizgraphlib

Automatically exported from code.google.com/p/flexvizgraphlib
0 stars 0 forks source link

Cannot set orientation for hierarchicallayouter #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. For the demo application I've attempted to modify the orientation
2. Added: 
(layouter as HierarchicalLayouter).orientation = (layouter as 
HierarchicalLayouter).ORIENT_LEFT_RIGHT;
3. Run, and receive no errors, but the orientation has not changed

What is the expected output? What do you see instead?
Would like to change the orientation to left-right instead of top-down.

Original issue reported on code.google.com by craig081...@gmail.com on 24 Oct 2007 at 10:44

GoogleCodeExporter commented 9 years ago
This should work since a while. Could you confirm that it works in the 
vgExplorer?
For me it does.

Original comment by spo...@gmail.com on 21 Mar 2008 at 3:39