public class InfoChart extends Object
| Constructor and Description |
|---|
InfoChart(String title,
String function,
int firstRow)
Instantiates a new info chart.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFirstRow()
Gets the first row.
|
String |
getFunction()
Gets the function.
|
int |
getLastRow()
Gets the last row.
|
String |
getTitle()
Gets the title.
|
void |
setFirstRow(int firstRow)
Sets the first row.
|
void |
setFunction(String function)
Sets the function.
|
void |
setLastRow(int lastRow)
Sets the last row.
|
void |
setTitle(String title)
Sets the title.
|
public String getFunction()
public void setFunction(String function)
function - the new functionpublic int getFirstRow()
public void setFirstRow(int firstRow)
firstRow - the new first rowpublic int getLastRow()
public void setLastRow(int lastRow)
lastRow - the new last rowpublic String getTitle()
public void setTitle(String title)
title - the new titleCopyright © 2022. All rights reserved.