|
||||||||||
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.NodeScaledParameter
Constructor Summary | |
NodeScaledParameter(IPortLocationModel model,
YPoint offsets)
|
Method Summary | |
IPortLocationModel |
getModel()
Gets the model that has created this parameter. |
YPoint |
getOffset()
|
java.util.Collection |
getSharedInstances()
Returns an Collection for objects that shall be shared. |
boolean |
supports(Port port)
Determines whether this parameter can be used for a given port instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NodeScaledParameter(IPortLocationModel model, YPoint offsets)
Method Detail |
public YPoint getOffset()
public IPortLocationModel getModel()
IPortLocationModelParameter
getModel
in interface IPortLocationModelParameter
public boolean supports(Port port)
IPortLocationModelParameter
Some parameters cannot be used with all types of ports. E.g. they can only
be used with ports that belong to Node
instances.
supports
in interface IPortLocationModelParameter
port
- The port this parameter should be associated with.
public java.util.Collection getSharedInstances()
ISharedInstanceProvider
Collection
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 |