com.yworks.yfiles.server.graphml.flexio.data.flexmarkup
Class CollapsibleNodeStyleDecorator

java.lang.Object
  extended bycom.yworks.yfiles.server.graphml.flexio.data.flexmarkup.CollapsibleNodeStyleDecorator
All Implemented Interfaces:
INodeStyle, ISharedInstanceProvider

public class CollapsibleNodeStyleDecorator
extends java.lang.Object
implements INodeStyle, ISharedInstanceProvider


Constructor Summary
CollapsibleNodeStyleDecorator()
           
CollapsibleNodeStyleDecorator(INodeStyle wrappedStyle)
           
 
Method Summary
 ILabelModelParameter getButtonLocationParameter()
           
 IIcon getCollapsedIcon()
           
 IIcon getExpandedIcon()
           
 Insets getInsets()
           
 java.util.Collection getSharedInstances()
          Returns an Collection for objects that shall be shared.
 INodeStyle getWrapped()
           
 void setButtonLocationParameter(ILabelModelParameter buttonLocationParameter)
           
 void setCollapsedIcon(IIcon collapsedIcon)
           
 void setExpandedIcon(IIcon expandedIcon)
           
 void setInsets(Insets insets)
           
 void setWrapped(INodeStyle wrapped)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollapsibleNodeStyleDecorator

public CollapsibleNodeStyleDecorator()

CollapsibleNodeStyleDecorator

public CollapsibleNodeStyleDecorator(INodeStyle wrappedStyle)
Method Detail

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

getSharedInstances

public java.util.Collection getSharedInstances()
Description copied from interface: ISharedInstanceProvider
Returns an Collection for objects that shall be shared.

Specified by:
getSharedInstances in interface ISharedInstanceProvider
Returns:


Copyright © 2000-2013 yWorks GmbH. All rights reserved