public class SimpleNodeStyle extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
emitEnd(Appendable stream)
Emit the end of a node or relationship.
|
void |
emitNodeStart(Appendable stream,
org.neo4j.graphdb.Node node)
Emit the start of a node.
|
void |
emitProperty(Appendable stream,
String key,
Object value)
Emit a property of a node of relationship.
|
public void emitNodeStart(Appendable stream, org.neo4j.graphdb.Node node) throws IOException
stream - the stream to emit the node to.node - the node to emit.IOException - if there is an error on the stream.public void emitEnd(Appendable stream) throws IOException
stream - the stream to emit the end on.IOException - if there is an error on the stream.public void emitProperty(Appendable stream, String key, Object value) throws IOException
stream - the stream to emit the property on.key - the key of the property.value - the value of the property.IOException - if there is an error on the stream.Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.