|
||||||||||
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.NodeScaledParameterConverter
Constructor Summary | |
NodeScaledParameterConverter()
|
Method Summary | |
boolean |
canConvertFrom(java.lang.Object object)
Returns, if the given object can be converted back to an instance of the default Class type of this implementation. |
boolean |
canConvertTo(java.lang.Object object,
java.lang.Class type)
Returns, if the given object can be converted in an instance of the given class type. |
java.lang.Object |
convertFrom(java.lang.Object object)
Converts the given object back to an instance of the default Class type
of this implementation. |
java.lang.Object |
convertTo(java.lang.Object object,
java.lang.Class type)
Converts the given object in an instance of the given class type and return this instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NodeScaledParameterConverter()
Method Detail |
public boolean canConvertFrom(java.lang.Object object)
ITypeConverter
Class
type of this implementation.
canConvertFrom
in interface ITypeConverter
object
- Object
which shall be converted back.public boolean canConvertTo(java.lang.Object object, java.lang.Class type)
ITypeConverter
canConvertTo
in interface ITypeConverter
object
- Object
which shall be converted.type
- Class
type to which the given object shall be converted.public java.lang.Object convertFrom(java.lang.Object object)
ITypeConverter
Class
type
of this implementation.
convertFrom
in interface ITypeConverter
object
- The Object
to convert back.
public java.lang.Object convertTo(java.lang.Object object, java.lang.Class type)
ITypeConverter
convertTo
in interface ITypeConverter
object
- Object
to convert.type
- Class
type to convert to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |