|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object endrov.hardware.EvCoreDevice
public class EvCoreDevice
Field Summary | |
---|---|
EvDeviceObserver |
event
|
Constructor Summary | |
---|---|
EvCoreDevice()
|
Method Summary | |
---|---|
void |
addDeviceListener(EvDeviceObserver.DeviceListener listener)
Add a listener for updates. |
boolean |
getAutoShutterEnabled()
Get if autoshuttering enabled |
HWAutoFocus |
getCurrentAutofocus()
Get current Autofocus device |
HWCamera |
getCurrentCamera()
Get current camera |
EvDevicePath |
getCurrentDevicePathAutofocus()
Get current Autofocus device |
EvDevicePath |
getCurrentDevicePathCamera()
Get current camera |
EvDevicePath |
getCurrentDevicePathFocus()
Get current focus device (z stage) |
EvDevicePath |
getCurrentDevicePathImageScanner()
|
EvDevicePath |
getCurrentDevicePathShutter()
Get current shutter |
EvDevicePath |
getCurrentDevicePathSLM()
Get current SLM device |
EvDevicePath |
getCurrentDevicePathXYStage()
Get current XY stage |
HWStage |
getCurrentFocus()
Get current focus device (z stage) |
HWImageScanner |
getCurrentImageScanner()
|
HWShutter |
getCurrentShutter()
Get current shutter |
HWSpatialLightModulator |
getCurrentSLM()
Get current SLM device |
HWStage |
getCurrentXYStage()
Get current XY stage |
java.lang.String |
getDescName()
Descriptive name of hardware |
java.util.SortedMap<java.lang.String,java.lang.String> |
getPropertyMap()
|
java.util.SortedMap<java.lang.String,DevicePropertyType> |
getPropertyTypes()
|
java.lang.String |
getPropertyValue(java.lang.String prop)
|
java.lang.Boolean |
getPropertyValueBoolean(java.lang.String prop)
|
boolean |
hasConfigureDialog()
|
void |
openConfigureDialog()
|
void |
removeDeviceListener(EvDeviceObserver.DeviceListener listener)
|
void |
setPropertyValue(java.lang.String prop,
boolean value)
|
void |
setPropertyValue(java.lang.String prop,
java.lang.String value)
|
void |
updateDeviceCategories()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public EvDeviceObserver event
Constructor Detail |
---|
public EvCoreDevice()
Method Detail |
---|
public void updateDeviceCategories()
public java.lang.String getDescName()
EvDevice
getDescName
in interface EvDevice
public java.util.SortedMap<java.lang.String,java.lang.String> getPropertyMap()
getPropertyMap
in interface EvDevice
public java.util.SortedMap<java.lang.String,DevicePropertyType> getPropertyTypes()
getPropertyTypes
in interface EvDevice
public java.lang.String getPropertyValue(java.lang.String prop)
getPropertyValue
in interface EvDevice
public java.lang.Boolean getPropertyValueBoolean(java.lang.String prop)
getPropertyValueBoolean
in interface EvDevice
public boolean hasConfigureDialog()
hasConfigureDialog
in interface EvDevice
public void openConfigureDialog()
openConfigureDialog
in interface EvDevice
public void setPropertyValue(java.lang.String prop, java.lang.String value)
setPropertyValue
in interface EvDevice
public void setPropertyValue(java.lang.String prop, boolean value)
setPropertyValue
in interface EvDevice
public void addDeviceListener(EvDeviceObserver.DeviceListener listener)
EvDevice
addDeviceListener
in interface EvDevice
public void removeDeviceListener(EvDeviceObserver.DeviceListener listener)
removeDeviceListener
in interface EvDevice
public EvDevicePath getCurrentDevicePathAutofocus()
public EvDevicePath getCurrentDevicePathCamera()
public EvDevicePath getCurrentDevicePathImageScanner()
public EvDevicePath getCurrentDevicePathFocus()
public EvDevicePath getCurrentDevicePathSLM()
public EvDevicePath getCurrentDevicePathShutter()
public EvDevicePath getCurrentDevicePathXYStage()
public boolean getAutoShutterEnabled()
public HWAutoFocus getCurrentAutofocus()
public HWCamera getCurrentCamera()
public HWStage getCurrentFocus()
public HWSpatialLightModulator getCurrentSLM()
public HWShutter getCurrentShutter()
public HWStage getCurrentXYStage()
public HWImageScanner getCurrentImageScanner()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |