Class GonioKappaPhiDecorator
java.lang.Object
gda.factory.ConfigurableBase
gda.factory.FindableConfigurableBase
uk.ac.gda.component.beamline.common.gonio.GonioAdapter
uk.ac.gda.component.beamline.common.gonio.GonioKappaPhiDecorator
- All Implemented Interfaces:
Stoppable,Configurable,Findable,gda.observable.IObservable,GonioKappaPhiService,GonioService
-
Nested Class Summary
Nested classes/interfaces inherited from interface uk.ac.gda.component.beamline.gonio.GonioService
GonioService.Axis -
Constructor Summary
ConstructorsConstructorDescriptionGonioKappaPhiDecorator(Gonio gonio, String scannableKappa, String scannablePhi) -
Method Summary
Modifier and TypeMethodDescriptionvoidDefault implementation for classes that do not have to do any specific configuration.
Classes that do their own configuration should *not* call this superclass function, as it may cause the object to appear configured before it really is.moveKappa(double kappa) movePhi(double phi) readPhi()voidsetScannableKappa(String scannableKappa) voidsetScannablePhi(String scannablePhi) Methods inherited from class uk.ac.gda.component.beamline.common.gonio.GonioAdapter
activate, addIObserver, addScannableName, deleteIObserver, deleteIObservers, getGonio, getScannableName, isConfigured, moveOmega, moveTableX, moveTableY, moveTableZ, moveTo, moveX, moveY, moveZ, park, readAxis, readOmega, readTableX, readTableY, readTableZ, readX, readY, readZ, setGonio, stopMethods inherited from class gda.factory.FindableConfigurableBase
getName, setNameMethods inherited from class gda.factory.ConfigurableBase
isConfigureAtStartup, reconfigure, setConfiguredMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface uk.ac.gda.component.beamline.gonio.GonioService
activate, getName, getScannableName, moveOmega, moveTableX, moveTableY, moveTableZ, moveTo, moveX, moveY, moveZ, park, readAxis, readOmega, readTableX, readTableY, readTableZ, readX, readY, readZ, stopMethods inherited from interface gda.observable.IObservable
addIObserver, deleteIObserver, deleteIObservers
-
Constructor Details
-
GonioKappaPhiDecorator
public GonioKappaPhiDecorator() -
GonioKappaPhiDecorator
public GonioKappaPhiDecorator(Gonio gonio, String scannableKappa, String scannablePhi) throws FactoryException - Throws:
FactoryException
-
-
Method Details
-
configure
Description copied from class:ConfigurableBaseDefault implementation for classes that do not have to do any specific configuration.
Classes that do their own configuration should *not* call this superclass function, as it may cause the object to appear configured before it really is.- Specified by:
configurein interfaceConfigurable- Overrides:
configurein classGonioAdapter- Throws:
FactoryException- if there is an error in configuration e.g. required variable not set or cannot connect to device
-
getScannableKappa
-
getScannablePhi
-
moveKappa
- Specified by:
moveKappain interfaceGonioKappaPhiService- Throws:
DeviceException
-
movePhi
- Specified by:
movePhiin interfaceGonioKappaPhiService- Throws:
DeviceException
-
readKappa
- Specified by:
readKappain interfaceGonioKappaPhiService- Throws:
DeviceException
-
readPhi
- Specified by:
readPhiin interfaceGonioKappaPhiService- Throws:
DeviceException
-
setScannableKappa
-
setScannablePhi
-