org.hackystat.projectbrowser.page.trajectory.datapanel
Class TrajectoryStreamYAxis

java.lang.Object
  extended by 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

Field Summary
static long serialVersionUID
          Support serialization.
 
Constructor Summary
TrajectoryStreamYAxis(java.lang.String unitName)
           
 
Method Summary
 java.lang.String getColor()
           
 double getMaximum()
           
 double getMinimum()
           
 java.lang.String getUnitName()
           
 void setColor(java.lang.String color)
           
 void setMaximum(double maximum)
           
 void setMinimum(double minimum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Support serialization.

See Also:
Constant Field Values
Constructor Detail

TrajectoryStreamYAxis

public TrajectoryStreamYAxis(java.lang.String unitName)
Parameters:
unitName - the unit of this axis.
Method Detail

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