org.hackystat.projectbrowser.page.trajectory.datapanel
Class TrajectoryStreamYAxis
java.lang.Object
org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryStreamYAxis
- All Implemented Interfaces:
- java.io.Serializable
public class TrajectoryStreamYAxis
- extends java.lang.Object
- implements java.io.Serializable
Class that represent an Y axis of some Telemetry Streams.
- Author:
- Shaoxuan Zhang, Pavel Senin
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- Support serialization.
- See Also:
- Constant Field Values
TrajectoryStreamYAxis
public TrajectoryStreamYAxis(java.lang.String unitName)
- Parameters:
unitName
- the unit of this axis.
getUnitName
public java.lang.String getUnitName()
- Returns:
- the unitName
setMaximum
public void setMaximum(double maximum)
- Parameters:
maximum
- the maximum to set
getMaximum
public double getMaximum()
- Returns:
- the maximum
setMinimum
public void setMinimum(double minimum)
- Parameters:
minimum
- the minimum to set
getMinimum
public double getMinimum()
- Returns:
- the minimum
setColor
public void setColor(java.lang.String color)
- Parameters:
color
- the color to set
getColor
public java.lang.String getColor()
- Returns:
- the color