com.yworks.yfiles.server.graphml.flexio.data.flexmarkup
Class CollapsibleNodeStyleDecorator
java.lang.Object
com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.CollapsibleNodeStyleDecorator
- All Implemented Interfaces:
- INodeStyle
- public class CollapsibleNodeStyleDecorator
- extends java.lang.Object
- implements INodeStyle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollapsibleNodeStyleDecorator
public CollapsibleNodeStyleDecorator()
CollapsibleNodeStyleDecorator
public CollapsibleNodeStyleDecorator(INodeStyle wrappedStyle)
getWrapped
public INodeStyle getWrapped()
- Returns:
- the wrapped
setWrapped
public void setWrapped(INodeStyle wrapped)
- Parameters:
wrapped - the wrapped to set
getButtonLocationParameter
public ILabelModelParameter getButtonLocationParameter()
- Returns:
- the buttonLocationParameter
setButtonLocationParameter
public void setButtonLocationParameter(ILabelModelParameter buttonLocationParameter)
- Parameters:
buttonLocationParameter - the buttonLocationParameter to set
getCollapsedIcon
public IIcon getCollapsedIcon()
- Returns:
- the collapsedIcon
setCollapsedIcon
public void setCollapsedIcon(IIcon collapsedIcon)
- Parameters:
collapsedIcon - the collapsedIcon to set
getExpandedIcon
public IIcon getExpandedIcon()
- Returns:
- the expandedIcon
setExpandedIcon
public void setExpandedIcon(IIcon expandedIcon)
- Parameters:
expandedIcon - the expandedIcon to set
getInsets
public Insets getInsets()
- Returns:
- the insets
setInsets
public void setInsets(Insets insets)
- Parameters:
insets - the insets to set
Copyright © 2000-2007 yWorks GmbH. All
rights reserved