Package | Description |
---|---|
mmcorej |
Modifier and Type | Method and Description |
---|---|
Configuration |
CMMCore.getConfigData(java.lang.String configGroup,
java.lang.String configName)
Returns the configuration object for a given group and name.
|
Configuration |
CMMCore.getConfigGroupState(java.lang.String group)
Returns the partial state of the system, only for the devices included in the specified group.
|
Configuration |
CMMCore.getConfigGroupStateFromCache(java.lang.String group)
Returns the partial state of the system cache, only for the devices included in the specified group.
|
Configuration |
CMMCore.getConfigState(java.lang.String group,
java.lang.String config)
Returns a partial state of the system, only for devices included in the specified configuration.
|
Configuration |
CMMCore.getPixelSizeConfigData(java.lang.String configName)
Returns the configuration object for a give pixel size preset.
|
Configuration |
CMMCore.getSystemState()
Returns the entire system state, i.e.
|
Configuration |
CMMCore.getSystemStateCache()
Returns the entire system state, i.e.
|
Modifier and Type | Method and Description |
---|---|
static void |
MMCoreJJNI.CMMCore_setSystemState(long jarg1,
CMMCore jarg1_,
long jarg2,
Configuration jarg2_) |
static void |
MMCoreJJNI.Configuration_addSetting(long jarg1,
Configuration jarg1_,
long jarg2,
PropertySetting jarg2_) |
static void |
MMCoreJJNI.Configuration_deleteSetting(long jarg1,
Configuration jarg1_,
java.lang.String jarg2,
java.lang.String jarg3) |
static long |
MMCoreJJNI.Configuration_getSetting__SWIG_0(long jarg1,
Configuration jarg1_,
long jarg2) |
static long |
MMCoreJJNI.Configuration_getSetting__SWIG_1(long jarg1,
Configuration jarg1_,
java.lang.String jarg2,
java.lang.String jarg3) |
static java.lang.String |
MMCoreJJNI.Configuration_getVerbose(long jarg1,
Configuration jarg1_) |
static boolean |
MMCoreJJNI.Configuration_isConfigurationIncluded(long jarg1,
Configuration jarg1_,
long jarg2,
Configuration jarg2_) |
static boolean |
MMCoreJJNI.Configuration_isPropertyIncluded(long jarg1,
Configuration jarg1_,
java.lang.String jarg2,
java.lang.String jarg3) |
static boolean |
MMCoreJJNI.Configuration_isSettingIncluded(long jarg1,
Configuration jarg1_,
long jarg2,
PropertySetting jarg2_) |
static long |
MMCoreJJNI.Configuration_size(long jarg1,
Configuration jarg1_) |
protected static long |
Configuration.getCPtr(Configuration obj) |
boolean |
Configuration.isConfigurationIncluded(Configuration cfg) |
void |
CMMCore.setSystemState(Configuration conf)
Sets all properties contained in the Configuration object.
|