y.view.hierarchy
Class GroupLayoutConfigurator.MinNodeSizeDataProvider
java.lang.Object
y.util.DataProviderAdapter
y.view.hierarchy.GroupLayoutConfigurator.MinNodeSizeDataProvider
All Implemented Interfaces: DataProvider
Enclosing class: GroupLayoutConfigurator
public static class GroupLayoutConfigurator.MinNodeSizeDataProvider extends DataProviderAdapter
A dataprovider that returns minimal sizes of node realizers that are provided through the node realizer's
SizeConstraintProvider, see NodeRealizer.getSizeConstraintProvider()
Your browser does not support SVG content.
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
GroupLayoutConfigurator.MinNodeSizeDataProvider
public GroupLayoutConfigurator.MinNodeSizeDataProvider (Graph2D graph)
get
public Object get (Object v)
Description copied from class: DataProviderAdapter
Throws UnsupportedOperationException .
Subclasses may override this
method to provide access to object values.
Specified by: get in interface DataProvider Overrides: get in class DataProviderAdapter