public class RestorableGraphSequence extends java.lang.Object implements JsonSerializable
| Constructor and Description |
|---|
RestorableGraphSequence() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGraphLayoutInfo(GraphLayoutInfo info) |
void |
fromJson(javax.json.JsonValue json) |
RestoredGraphSequence |
getRestoredSequence() |
javax.json.JsonValue |
toJson() |
public void addGraphLayoutInfo(GraphLayoutInfo info)
public RestoredGraphSequence getRestoredSequence()
public void fromJson(javax.json.JsonValue json)
fromJson in interface JsonSerializablepublic javax.json.JsonValue toJson()
toJson in interface JsonSerializable