|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
public class SelectableTelemetryStream
Group a selected flag with a TelemetryStream, so that this instance can be flagged as selected or not.
Field Summary | |
---|---|
static long |
serialVersionUID
Support serialization. |
Constructor Summary | |
---|---|
SelectableTelemetryStream(org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream telemetryStream)
|
Method Summary | |
---|---|
java.lang.String |
getBackgroundColorValue()
Returns a background-color attribute with the value of color. |
double |
getBlankLength()
|
double |
getLineLength()
|
java.lang.String |
getMarker()
|
java.lang.String |
getMarkerColor()
|
java.lang.String |
getMarkerImageUrl()
Return a image url that shows only one marker. |
double |
getMaximum()
|
double |
getMinimum()
|
java.lang.String |
getStreamColor()
|
java.util.List<java.lang.Double> |
getStreamData()
|
java.lang.String |
getStreamName()
Return the name of this stream. |
org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream |
getTelemetryStream()
|
double |
getThickness()
|
java.lang.String |
getUnitName()
Return the Unit of this stream. |
boolean |
isEmpty()
|
boolean |
isSelected()
|
void |
setBlankLength(double blankLength)
|
void |
setColor(java.lang.String color)
Set the color to both stream and marker color. |
void |
setLineLength(double lineLength)
|
void |
setMarker(java.lang.String marker)
|
void |
setMarkerColor(java.lang.String markerColor)
|
void |
setSelected(boolean selected)
|
void |
setStreamColor(java.lang.String streamColor)
|
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 SelectableTelemetryStream(org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream telemetryStream)
telemetryStream
- the TelemetryStream of this instance.Method Detail |
---|
public void setSelected(boolean selected)
selected
- the selected to setpublic boolean isSelected()
public org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream getTelemetryStream()
public void setColor(java.lang.String color)
color
- the color to set.public java.lang.String getStreamColor()
public void setStreamColor(java.lang.String streamColor)
streamColor
- the stream color to set.public java.lang.String getMarkerColor()
public void setMarkerColor(java.lang.String markerColor)
markerColor
- the marker color to set.public java.lang.String getBackgroundColorValue()
public void setMarker(java.lang.String marker)
marker
- the marker to setpublic java.lang.String getMarker()
public final 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()
public java.lang.String getMarkerImageUrl()
public java.lang.String getUnitName()
public java.lang.String getStreamName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |