Uses of Class
org.hackystat.telemetry.service.resource.chart.jaxb.YAxis

Packages that use YAxis
org.hackystat.telemetry.service.resource.chart.jaxb Provides the JAXB classes corresponding to the TelemetryChart XML schema. 
 

Uses of YAxis in org.hackystat.telemetry.service.resource.chart.jaxb
 

Fields in org.hackystat.telemetry.service.resource.chart.jaxb declared as YAxis
protected  YAxis TelemetryStream.yAxis
           
 

Methods in org.hackystat.telemetry.service.resource.chart.jaxb that return YAxis
 YAxis ObjectFactory.createYAxis()
          Create an instance of YAxis
 YAxis TelemetryStream.getYAxis()
          Gets the value of the yAxis property.
 

Methods in org.hackystat.telemetry.service.resource.chart.jaxb with parameters of type YAxis
 void TelemetryStream.setYAxis(YAxis value)
          Sets the value of the yAxis property.