public class ShowPropertiesToolLogger extends Object
Constructor and Description |
---|
ShowPropertiesToolLogger() |
ShowPropertiesToolLogger(String str) |
Modifier and Type | Method and Description |
---|---|
void |
addLine(double[] point) |
void |
addLine(String newLine) |
void |
addLine(String description,
double[] point) |
void |
addLine(String description,
int[] ints) |
void |
addPoint(double[] point) |
void |
addPoint(int[] ints) |
void |
clear() |
String |
getLog() |
void |
setHomogeneousLogging(boolean hom) |
void |
setLine(String line) |
public ShowPropertiesToolLogger()
public ShowPropertiesToolLogger(String str)
public void addLine(String newLine)
public void addLine(String description, double[] point)
public void addLine(String description, int[] ints)
public void addLine(double[] point)
public void addPoint(double[] point)
public void addPoint(int[] ints)
public void clear()
public void setLine(String line)
public String getLog()
public void setHomogeneousLogging(boolean hom)