com.jeamy.jascom.wrap
Class TelescopeAxes
java.lang.Object
com.jeamy.jascom.wrap.TelescopeAxes
public final class TelescopeAxes
- extends java.lang.Object
Title: JASCOM: Ascom for Java
Description: Java to Ascom Wrapper
Copyright: Copyright (c) 2004
Company: EOAUI
- Version:
- ALPHA 2
- Author:
- Jeamy Lee
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
enumb
public final int enumb
axisPrimary
public static final TelescopeAxes axisPrimary
axisSecondary
public static final TelescopeAxes axisSecondary
axisTertiary
public static final TelescopeAxes axisTertiary
getTelescopeAxes
public static TelescopeAxes getTelescopeAxes(int type)
throws JascomException
- Throws:
JascomException
first
public static TelescopeAxes first()
last
public static TelescopeAxes last()
prev
public TelescopeAxes prev()
next
public TelescopeAxes next()
size
public static int size()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
elements
public static java.util.Enumeration elements()