|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.telemetry.analyzer.evaluator.TelemetryChartObject.YAxis
public static class TelemetryChartObject.YAxis
A Y-axis, consisting of a label, a boolean indicating if the Axis is an integer, and an optional lower bound and upper bound value.
Constructor Summary | |
---|---|
TelemetryChartObject.YAxis(java.lang.String label,
boolean integerAxis,
java.lang.Number lowerBound,
java.lang.Number upperBound)
Constructs this instance. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Tests equality of two objects. |
java.lang.String |
getLabel()
Gets y-axis label. |
java.lang.Number |
getLowerBound()
Gets lower bound in case y-axis is not auto-scaled. |
java.lang.Number |
getUpperBound()
Gets upper bound in case y-axis is not auto-scaled. |
int |
hashCode()
Computes hash code. |
boolean |
isAutoScaledAxis()
Determine if y-axis is auto-scaled. |
boolean |
isIntegerAxis()
Determines if y-axis is integer axis. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TelemetryChartObject.YAxis(java.lang.String label, boolean integerAxis, java.lang.Number lowerBound, java.lang.Number upperBound)
label
- Y-axis label.integerAxis
- True if y-axis is integer axis.lowerBound
- Y-axis lower bound, use null to enable y-axis autoscale.upperBound
- Y-axis upper bound, use null to enable y-axis autoscale.Method Detail |
---|
public java.lang.String getLabel()
public boolean isIntegerAxis()
public boolean isAutoScaledAxis()
public java.lang.Number getLowerBound()
public java.lang.Number getUpperBound()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- another object to be compared with this object.
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |