com.jeamy.jascom.wrap
Class TelescopeAxes

java.lang.Object
  extended by 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

Field Summary
static TelescopeAxes axisPrimary
           
static TelescopeAxes axisSecondary
           
static TelescopeAxes axisTertiary
           
 int enumb
           
 
Method Summary
static java.util.Enumeration elements()
           
static TelescopeAxes first()
           
static TelescopeAxes getTelescopeAxes(int type)
           
static TelescopeAxes last()
           
 TelescopeAxes next()
           
 TelescopeAxes prev()
           
static int size()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

enumb

public final int enumb

axisPrimary

public static final TelescopeAxes axisPrimary

axisSecondary

public static final TelescopeAxes axisSecondary

axisTertiary

public static final TelescopeAxes axisTertiary
Method Detail

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()