|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
public class SelectableTrajectoryStream
Group a selected flag with a TelemetryStream, so that this instance can be flaged as selected or not.
Field Summary | |
---|---|
static long |
serialVersionUID
Support serialization. |
Constructor Summary | |
---|---|
SelectableTrajectoryStream(org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream telemetryStream)
Constructor. |
|
SelectableTrajectoryStream(org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream stream,
java.lang.Integer indent)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getBackgroundColorValue()
Returns a background-color attribute with the value of color. |
double |
getBlankLength()
|
java.lang.String |
getColor()
|
java.lang.Integer |
getIndent()
Get the indent. |
double |
getLineLength()
|
java.lang.String |
getMarker()
|
java.lang.String |
getMarkerImageUrl()
Return a image url that shows only one marker. |
double |
getMaximum()
|
double |
getMinimum()
|
java.util.List<java.lang.Double> |
getNormalizedStreamData()
Get the stream data. |
java.util.List<java.lang.Double> |
getStreamData()
Get the stream data. |
java.util.List<java.lang.Double> |
getStreamData(java.lang.Integer maxStreamLength)
Get the stream data. |
org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream |
getTelemetryStream()
|
double |
getThickness()
|
java.lang.String |
getUnitName()
Return the Units of this stream. |
boolean |
isEmpty()
|
boolean |
isSelected()
|
void |
setBlankLength(double blankLength)
|
void |
setColor(java.lang.String color)
|
void |
setIndent(java.lang.Integer indent)
Set the indent. |
void |
setLineLength(double lineLength)
|
void |
setMarker(java.lang.String marker)
|
void |
setSelected(boolean selected)
|
void |
setTelemetryStream(org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream telemetryStream)
|
void |
setThickness(double thickness)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long serialVersionUID
Constructor Detail |
---|
public SelectableTrajectoryStream(org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream telemetryStream)
telemetryStream
- the TelemetryStream of this instance.public SelectableTrajectoryStream(org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream stream, java.lang.Integer indent)
stream
- The telemetry stream.indent
- The indent value.Method Detail |
---|
public void setSelected(boolean selected)
selected
- the selected to setpublic boolean isSelected()
public void setTelemetryStream(org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream telemetryStream)
telemetryStream
- the telemetryStream to setpublic org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream getTelemetryStream()
public void setColor(java.lang.String color)
color
- the color to setpublic java.lang.String getColor()
public java.lang.String getBackgroundColorValue()
public void setMarker(java.lang.String marker)
marker
- the marker to setpublic java.lang.String getMarker()
public boolean isEmpty()
public double getMaximum()
public double getMinimum()
public void setThickness(double thickness)
thickness
- the thickness to setpublic double getThickness()
public void setLineLength(double lineLength)
lineLength
- the lineLength to setpublic double getLineLength()
public void setBlankLength(double blankLength)
blankLength
- the blankLength to setpublic double getBlankLength()
public final java.util.List<java.lang.Double> getStreamData(java.lang.Integer maxStreamLength)
maxStreamLength
- The expected length of the list to plot. N/A points will be added to
reach the length specified.
public final java.util.List<java.lang.Double> getNormalizedStreamData()
public java.lang.String getMarkerImageUrl()
public java.lang.String getUnitName()
public final java.util.List<java.lang.Double> getStreamData()
public void setIndent(java.lang.Integer indent)
indent
- The indent value.public java.lang.Integer getIndent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |