|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yworks.yfiles.server.graphml.flexio.data.DelegatingStyle
Abstract base class for containers which model styles which inherit from DelegatingStyle at the client.
| Field Summary | |
protected java.lang.Object |
wrapped
The wrapped style. |
| Constructor Summary | |
DelegatingStyle()
|
|
| Method Summary | |
java.util.Collection |
getSharedInstances()
Returns an Collection for objects that shall be shared. |
java.lang.Object |
getWrapped()
Gets the wrapped style. |
void |
setWrapped(java.lang.Object wrapped)
Sets the wrapped style. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.yworks.yfiles.server.graphml.flexio.data.IEdgeStyle |
getSourceArrow, getTargetArrow |
| Field Detail |
protected java.lang.Object wrapped
| Constructor Detail |
public DelegatingStyle()
| Method Detail |
public java.lang.Object getWrapped()
public void setWrapped(java.lang.Object wrapped)
wrapped - The wrapped style.public java.util.Collection getSharedInstances()
ISharedInstanceProviderCollection for objects that shall be shared.
getSharedInstances in interface ISharedInstanceProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||