Class PointStatistic
java.lang.Object
PointStatistic
- public class PointStatistic
- extends java.lang.Object
Constructor Summary |
PointStatistic(java.lang.String type,
java.lang.String description,
java.lang.String name,
int timestamp)
Creates a new instance of PointStatistic |
PointStatistic(java.lang.String type,
java.lang.String description,
java.lang.String name,
int timestamp,
java.awt.Color colour)
|
PointStatistic(java.lang.String type,
java.lang.String description,
java.lang.String name,
int timestamp,
int size)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
statisticType
private java.lang.String statisticType
statisticDescription
private java.lang.String statisticDescription
colour
private java.awt.Color colour
symbol
private javax.swing.ImageIcon symbol
size
private int size
pointName
private java.lang.String pointName
timestamp
private int timestamp
PointStatistic
public PointStatistic(java.lang.String type,
java.lang.String description,
java.lang.String name,
int timestamp)
- Creates a new instance of PointStatistic
PointStatistic
public PointStatistic(java.lang.String type,
java.lang.String description,
java.lang.String name,
int timestamp,
java.awt.Color colour)
PointStatistic
public PointStatistic(java.lang.String type,
java.lang.String description,
java.lang.String name,
int timestamp,
int size)
getPointName
public java.lang.String getPointName()
getColour
public java.awt.Color getColour()
getSize
public int getSize()
getType
public java.lang.String getType()
getDescription
public java.lang.String getDescription()
getTimestamp
public int getTimestamp()