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

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

Uses of DriveRates in com.jeamy.jascom
 

Methods in com.jeamy.jascom that return DriveRates
 DriveRates TelescopeProperties.trackingRate()
           
 

Methods in com.jeamy.jascom with parameters of type DriveRates
 void TelescopeProperties.setTrackingRate(DriveRates TrackingRate)
           
 

Uses of DriveRates in com.jeamy.jascom.wrap
 

Fields in com.jeamy.jascom.wrap declared as DriveRates
static DriveRates DriveRates.driveKing
           
static DriveRates DriveRates.driveLunar
           
static DriveRates DriveRates.driveSidereal
           
static DriveRates DriveRates.driveSolar
           
 

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