public class ChartMacroParameters extends Object
| Constructor and Description |
|---|
ChartMacroParameters() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
String |
getParams() |
String |
getSource() |
String |
getTitle() |
String |
getType() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setParams(String params) |
void |
setSource(String source) |
void |
setTitle(String title) |
void |
setType(String chartType) |
void |
setWidth(int width) |
public String getTitle()
public void setTitle(String title)
title - - refer to getTitle().public int getWidth()
public void setWidth(int width)
width - - refer to getWidth().public int getHeight()
public void setHeight(int height)
height - - refer to getHeight().public String getType()
public String getSource()
public void setSource(String source)
source - - refer to getSource()public String getParams()
public void setParams(String params)
params - Additional parameters for the data source.Copyright © 2004–2018 XWiki. All rights reserved.