| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GroupFeature
This is a common interface for group node realizers.
| Method Summary | |
|---|---|
|  YInsets | getBorderInsets()Returns the size of the empty border that will be added to the minimal bounds of this realizer. | 
|  YInsets | getMinimalInsets()Returns the minimal insets defined for this realizer. | 
|  boolean | isGroupClosed()Returns trueif this group node realizer is closed andfalseotherwise. | 
|  void | setBorderInsets(YInsets insets)Sets the size of the empty border that will be added to the minimal bounds of this realizer. | 
|  void | setGroupClosed(boolean closed)Opens or closes the group node realizer. | 
|  void | setMinimalInsets(YInsets insets)Sets the insets that define the minimal distance between the border of the group node and its graph content. | 
| Method Detail | 
|---|
boolean isGroupClosed()
true if this group node realizer is closed and false
 otherwise.
true if this group node realizer is closed and false
 otherwise.void setGroupClosed(boolean closed)
closed - true for closing, false for opening a group nodeHierarchyManager.isGroupNode(Node), 
HierarchyManager.isFolderNode(Node)void setMinimalInsets(YInsets insets)
insets - the insets.getMinimalInsets()YInsets getMinimalInsets()
setMinimalInsets(y.geom.YInsets)void setBorderInsets(YInsets insets)
insets - the insets to add to the minimal auto bounds.getBorderInsets()YInsets getBorderInsets()
setBorderInsets(y.geom.YInsets)| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||