JGraph Layout Pro 1.4.3.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News JGraph Layout Pro 1.4.3.1 (Default branch)
# 1  
Old 01-20-2009
JGraph Layout Pro 1.4.3.1 (Default branch)

ImageJGraph Layout Pro is a high performance graphlayout library for JGraph that automaticallypositions your graph, diagram, or network in avisually pleasing manner. Layout Pro providesflexibility and a simple design, enabling you touse circular, tree, force-directed, andhierarchical layouts with ease. Example uses areorganisational charts, workflow and processdiagrams, call charts, network diagrams, UMLtools, and more. It comes with its owndocumentation and an example applet.License: Other/Proprietary License with SourceChanges:
This release fixes an issue with cell bounds being incorrectly calculated occasionally when in a group structure.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Gtk2::Layout(3pm)					User Contributed Perl Documentation					 Gtk2::Layout(3pm)

NAME
Gtk2::Layout - wrapper for GtkLayout HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Layout INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::Layout->new ($hadjustment=undef, $vadjustment=undef) o $hadjustment (Gtk2::Adjustment or undef) o $vadjustment (Gtk2::Adjustment or undef) window or undef = $layout->get_bin_window $layout->freeze adjustment = $layout->get_hadjustment $layout->set_hadjustment ($adjustment) o $adjustment (Gtk2::Adjustment) $layout->move ($child_widget, $x, $y) o $child_widget (Gtk2::Widget) o $x (integer) o $y (integer) $layout->put ($child_widget, $x, $y) o $child_widget (Gtk2::Widget) o $x (integer) o $y (integer) (width, height) = $layout->get_size $layout->set_size ($width, $height) o $width (integer) o $height (integer) $layout->thaw adjustment = $layout->get_vadjustment $layout->set_vadjustment ($adjustment) o $adjustment (Gtk2::Adjustment) PROPERTIES
'hadjustment' (Gtk2::Adjustment : default undef : readable / writable / private) The GtkAdjustment for the horizontal position 'height' (Glib::UInt : default 100 : readable / writable / private) The height of the layout 'vadjustment' (Gtk2::Adjustment : default undef : readable / writable / private) The GtkAdjustment for the vertical position 'width' (Glib::UInt : default 100 : readable / writable / private) The width of the layout CHILD PROPERTIES
'x' (integer : default 0 : readable / writable / private) X position of child widget 'y' (integer : default 0 : readable / writable / private) Y position of child widget SIGNALS
set-scroll-adjustments (Gtk2::Layout, Gtk2::Adjustment, Gtk2::Adjustment) SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::Layout(3pm)