|
||||||||||
| 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.LabelConverter
| Constructor Summary | |
LabelConverter()
|
|
| 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 LabelConverter()
| Method Detail |
public boolean canConvertTo(java.lang.Object object,
java.lang.Class type)
ITypeConverter
canConvertTo in interface ITypeConverterobject - Object which shall be converted.type - Class type to which the given object shall be converted.
public java.lang.Object convertTo(java.lang.Object object,
java.lang.Class type)
ITypeConverter
convertTo in interface ITypeConverterobject - Object to convert.type - Class type to convert to.
public boolean canConvertFrom(java.lang.Object object)
ITypeConverterClass type of this implementation.
canConvertFrom in interface ITypeConverterobject - Object which shall be converted back.public java.lang.Object convertFrom(java.lang.Object object)
ITypeConverterClass type
of this implementation.
convertFrom in interface ITypeConverterobject - The Object to convert back.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||