Search this API

y.view.hierarchy
Class GroupLayoutConfigurator.MinNodeSizeDataProvider

java.lang.Object
  extended by y.util.DataProviderAdapter
      extended by y.view.hierarchy.GroupLayoutConfigurator.MinNodeSizeDataProvider
All Implemented Interfaces:
DataProvider
Enclosing class:
GroupLayoutConfigurator

public static class GroupLayoutConfigurator.MinNodeSizeDataProvider
extends DataProviderAdapter

A data provider 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.

Constructor Summary
GroupLayoutConfigurator.MinNodeSizeDataProvider(Graph2D graph)
           
 
Method Summary
 java.lang.Object get(java.lang.Object v)
          Subclasses may override this method to provide access to object values.
 
Methods inherited from class y.util.DataProviderAdapter
defined, getBool, getDouble, getInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupLayoutConfigurator.MinNodeSizeDataProvider

public GroupLayoutConfigurator.MinNodeSizeDataProvider(Graph2D graph)
Method Detail

get

public java.lang.Object get(java.lang.Object v)
Description copied from class: DataProviderAdapter
Subclasses may override this method to provide access to object values.

Specified by:
get in interface DataProvider
Overrides:
get in class DataProviderAdapter

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.