public class TemplateChart extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TemplateChart.TemplateChartPropertiesAdapter |
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_HEIGHT |
static String |
SERIALIZED_NAME_PROPERTIES |
static String |
SERIALIZED_NAME_WIDTH |
static String |
SERIALIZED_NAME_X_POS |
static String |
SERIALIZED_NAME_Y_POS |
| Constructor and Description |
|---|
TemplateChart() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getHeight()
Get height
|
ViewProperties |
getProperties()
Get properties
|
Integer |
getWidth()
Get width
|
Integer |
getXPos()
Get xPos
|
Integer |
getYPos()
Get yPos
|
int |
hashCode() |
TemplateChart |
height(Integer height) |
TemplateChart |
properties(ViewProperties properties) |
void |
setHeight(Integer height) |
void |
setProperties(ViewProperties properties) |
void |
setWidth(Integer width) |
void |
setXPos(Integer xPos) |
void |
setYPos(Integer yPos) |
String |
toString() |
TemplateChart |
width(Integer width) |
TemplateChart |
xPos(Integer xPos) |
TemplateChart |
yPos(Integer yPos) |
public static final String SERIALIZED_NAME_X_POS
public static final String SERIALIZED_NAME_Y_POS
public static final String SERIALIZED_NAME_HEIGHT
public static final String SERIALIZED_NAME_WIDTH
public static final String SERIALIZED_NAME_PROPERTIES
public TemplateChart xPos(Integer xPos)
public Integer getXPos()
public void setXPos(Integer xPos)
public TemplateChart yPos(Integer yPos)
public Integer getYPos()
public void setYPos(Integer yPos)
public TemplateChart height(Integer height)
public Integer getHeight()
public void setHeight(Integer height)
public TemplateChart width(Integer width)
public Integer getWidth()
public void setWidth(Integer width)
public TemplateChart properties(ViewProperties properties)
public ViewProperties getProperties()
public void setProperties(ViewProperties properties)
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.