Package | Description |
---|---|
mmcorej |
Modifier and Type | Method and Description |
---|---|
StrVector |
CMMCore.getAllowedPropertyValues(java.lang.String label,
java.lang.String propName)
Returns all valid values for the specified property.
|
StrVector |
CMMCore.getAvailableConfigGroups()
Returns the names of all defined configuration groups
|
StrVector |
CMMCore.getAvailableConfigs(java.lang.String configGroup)
Returns all defined configuration names in a given group
|
StrVector |
CMMCore.getAvailableDeviceDescriptions(java.lang.String library)
Get descriptions for available devices from the specified library.
|
StrVector |
CMMCore.getAvailableDevices(java.lang.String library)
Get available devices from the specified device library.
|
StrVector |
CMMCore.getAvailablePixelSizeConfigs()
Returns all defined resolution preset names
|
StrVector |
CMMCore.getDeviceAdapterNames()
Return the names of discoverable device adapters.
|
StrVector |
CMMCore.getDeviceAdapterSearchPaths()
Return the current device adapter search paths.
|
StrVector |
CMMCore.getDevicePropertyNames(java.lang.String label)
Returns all property names supported by the device.
|
StrVector |
CMMCore.getInstalledDevices(java.lang.String hubLabel)
Performs auto-detection and loading of child devices that are attached to a Hub device.
|
StrVector |
Metadata.GetKeys() |
StrVector |
CMMCore.getLoadedDevices()
Returns an array of labels for currently loaded devices.
|
StrVector |
CMMCore.getLoadedDevicesOfType(DeviceType devType)
Returns an array of labels for currently loaded devices of specific type.
|
StrVector |
CMMCore.getLoadedPeripheralDevices(java.lang.String hubLabel) |
StrVector |
CMMCore.getStateLabels(java.lang.String stateDeviceLabel)
Return labels for all states
|
Modifier and Type | Method and Description |
---|---|
static void |
MMCoreJJNI.CMMCore_loadPropertySequence(long jarg1,
CMMCore jarg1_,
java.lang.String jarg2,
java.lang.String jarg3,
long jarg4,
StrVector jarg4_) |
static void |
MMCoreJJNI.CMMCore_setDeviceAdapterSearchPaths(long jarg1,
CMMCore jarg1_,
long jarg2,
StrVector jarg2_) |
protected static long |
StrVector.getCPtr(StrVector obj) |
void |
CMMCore.loadPropertySequence(java.lang.String label,
java.lang.String propName,
StrVector eventSequence) |
void |
CMMCore.setDeviceAdapterSearchPaths(StrVector paths)
Set the device adapter search paths.
|
static void |
MMCoreJJNI.StrVector_add(long jarg1,
StrVector jarg1_,
java.lang.String jarg2) |
static long |
MMCoreJJNI.StrVector_capacity(long jarg1,
StrVector jarg1_) |
static void |
MMCoreJJNI.StrVector_clear(long jarg1,
StrVector jarg1_) |
static java.lang.String |
MMCoreJJNI.StrVector_get(long jarg1,
StrVector jarg1_,
int jarg2) |
static boolean |
MMCoreJJNI.StrVector_isEmpty(long jarg1,
StrVector jarg1_) |
static void |
MMCoreJJNI.StrVector_reserve(long jarg1,
StrVector jarg1_,
long jarg2) |
static void |
MMCoreJJNI.StrVector_set(long jarg1,
StrVector jarg1_,
int jarg2,
java.lang.String jarg3) |
static long |
MMCoreJJNI.StrVector_size(long jarg1,
StrVector jarg1_) |