com.excilys.ebi.gatling.jenkins.chart
Class Serie<X extends Number,Y extends Number>
java.lang.Object
com.excilys.ebi.gatling.jenkins.chart.Serie<X,Y>
- All Implemented Interfaces:
- com.fasterxml.jackson.databind.JsonSerializable
public class Serie<X extends Number,Y extends Number>
- extends Object
- implements com.fasterxml.jackson.databind.JsonSerializable
|
Constructor Summary |
Serie()
|
|
Method Summary |
void |
addPoint(X x,
Y y)
|
void |
serialize(com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider)
|
void |
serializeWithType(com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Serie
public Serie()
addPoint
public void addPoint(X x,
Y y)
serialize
public void serialize(com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider)
throws IOException
- Specified by:
serialize in interface com.fasterxml.jackson.databind.JsonSerializable
- Throws:
IOException
serializeWithType
public void serializeWithType(com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
- Specified by:
serializeWithType in interface com.fasterxml.jackson.databind.JsonSerializable
Copyright © 2004-2012. All Rights Reserved.