|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.progeeks.meta.format.AbstractPropertyFormat
org.progeeks.meta.format.DefaultPropertyFormat
org.progeeks.graph.EdgeUserObjectFormat
public class EdgeUserObjectFormat
Constructor Summary | |
---|---|
EdgeUserObjectFormat()
|
Method Summary | |
---|---|
java.lang.String |
format(java.lang.Object obj)
Formats the specified object as a string. |
PropertyFormat |
getDelegateFormat()
Returns the delegate PropertyFormat that edge user objects will be passed to for string conversion. |
void |
setDelegateFormat(PropertyFormat format)
Sets the delegate PropertyFormat that edge user objects will be passed to for string conversion. |
Methods inherited from class org.progeeks.meta.format.DefaultPropertyFormat |
---|
format, parseObject, toString |
Methods inherited from class org.progeeks.meta.format.AbstractPropertyFormat |
---|
format, parseObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EdgeUserObjectFormat()
Method Detail |
---|
public void setDelegateFormat(PropertyFormat format)
public PropertyFormat getDelegateFormat()
public java.lang.String format(java.lang.Object obj)
format
in interface PropertyFormat
format
in class DefaultPropertyFormat
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |