public abstract class Series<T extends Series<T>>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Series.PointStyle |
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name |
Modifier | Constructor and Description |
---|---|
protected |
Series(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
int |
getBorderWidth() |
com.fasterxml.jackson.databind.node.ObjectNode |
getJsonDataNode(com.fasterxml.jackson.databind.ObjectMapper mapper) |
java.lang.String |
getName() |
protected abstract T |
getThis() |
T |
setBorderWidth(int borderWidth) |
T |
setName(java.lang.String label) |
protected abstract T getThis()
public java.lang.String getName()
public T setName(java.lang.String label)
public int getBorderWidth()
public T setBorderWidth(int borderWidth)
public com.fasterxml.jackson.databind.node.ObjectNode getJsonDataNode(com.fasterxml.jackson.databind.ObjectMapper mapper)
Copyright © 2001-2017 Jalios SA. All Rights Reserved.