Uses of Class
com.jeamy.jascom.wrap.TelescopeAxes

Packages that use TelescopeAxes
com.jeamy.jascom   
com.jeamy.jascom.wrap   
 

Uses of TelescopeAxes in com.jeamy.jascom
 

Methods in com.jeamy.jascom with parameters of type TelescopeAxes
 java.util.List Telescope.axisRates(TelescopeAxes axis)
          axisRates
 boolean Telescope.canMoveAxis(TelescopeAxes axis)
          canMoveAxis
 void Telescope.moveAxis(TelescopeAxes axis, double rate)
          moveAxis
 

Uses of TelescopeAxes in com.jeamy.jascom.wrap
 

Fields in com.jeamy.jascom.wrap declared as TelescopeAxes
static TelescopeAxes TelescopeAxes.axisPrimary
           
static TelescopeAxes TelescopeAxes.axisSecondary
           
static TelescopeAxes TelescopeAxes.axisTertiary
           
 

Methods in com.jeamy.jascom.wrap that return TelescopeAxes
static TelescopeAxes TelescopeAxes.first()
           
static TelescopeAxes TelescopeAxes.getTelescopeAxes(int type)
           
static TelescopeAxes TelescopeAxes.last()
           
 TelescopeAxes TelescopeAxes.next()
           
 TelescopeAxes TelescopeAxes.prev()