public class GPlotData extends Object
Constructor and Description |
---|
GPlotData(String argPrefix,
String argDescription)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
GPlotPanel |
getPlots() |
String |
getPrefix() |
ReaderType |
getReader() |
String |
getSuffix() |
void |
setConf()
Setting of the GPlotpanel global configuration
|
void |
setDescription(String newDescription) |
void |
setPrefix(String newPrefix) |
void |
setReader(ReaderType type) |
void |
setSuffix(String newSuffix) |
public void setReader(ReaderType type)
type
- the reader type to setpublic ReaderType getReader()
public void setSuffix(String newSuffix)
newSuffix
- the suffix to setpublic String getSuffix()
public void setPrefix(String newPrefix)
newPrefix
- the prefix to setpublic String getPrefix()
public void setDescription(String newDescription)
newDescription
- the description to setpublic String getDescription()
public GPlotPanel getPlots()
public void setConf()
Copyright © 2024. All rights reserved.