com.inscoper.nbo.CameraSettings
Represents the XML element CameraSettings. More...
Inherits from com.inscoper.nbo.DetectorSettings_Type, com.inscoper.nbo.Settings_Type, com.inscoper.nbo.Reference_Type, com.inscoper.nbo.NBOBaseClass
Public Functions
|
Name |
| synchronized void |
delete() |
|
CameraSettings() |
| String |
getTypeName() Returns the class type name. |
| String |
getXMLName() Returns the XML element name corresponding to this class. |
| ENBOType |
getNBOType() Returns the NBO Type corresponding to this class. |
| NBOBaseClassVector |
getChildren() Returns a list of all classes derived from this class. |
| NBOBaseClassVector |
getSubElements() Returns a list of all child elements contained in this class. |
| void |
fromJsonFile(String path, boolean validate) Populates this object from a JSON file. |
| void |
fromJsonFile(String path) Populates this object from a JSON file. |
| void |
fromJsonString(String json_string, boolean validate) Populates this object from a JSON string. |
| void |
fromJsonString(String json_string) Populates this object from a JSON string. |
| void |
fromXmlFile(String path, boolean validate) Populates this object from a XML file. |
| void |
fromXmlFile(String path) Populates this object from a XML file. |
| void |
fromXmlString(String xml_string, boolean validate) Populates this object from a XML string. |
| void |
fromXmlString(String xml_string) Populates this object from a XML string. |
| void |
toXmlFile(String filename, boolean validate) Serializes this object to an XML file. |
| void |
toXmlFile(String filename) Serializes this object to an XML file. |
| String |
toXmlString(boolean validate) Serializes this object to an XML string. |
| String |
toXmlString() Serializes this object to an XML string. |
| void |
setBinning(Binning_Type value, boolean validate) Sets the value of the Binning attribute. |
| void |
setBinning(Binning_Type value) Sets the value of the Binning attribute. |
| Binning_Type |
getBinning() Returns the value of the Binning attribute. |
| void |
resetBinning() Resets the Binning attribute to an unset state. |
| boolean |
hasBinning() Checks whether the optional Binning attribute is present. |
| void |
setPixelReadOutRate(float value, boolean validate) Sets the value of the PixelReadOutRate attribute. |
| void |
setPixelReadOutRate(float value) Sets the value of the PixelReadOutRate attribute. |
| float |
getPixelReadOutRate() Returns the value of the PixelReadOutRate attribute. |
| void |
resetPixelReadOutRate() Resets the PixelReadOutRate attribute to an unset state. |
| boolean |
hasPixelReadOutRate() Checks whether the PixelReadOutRate attribute is present. |
| void |
setPixelReadOutRateUnit(UnitsFrequency_Type value, boolean validate) Sets the value of the PixelReadOutRateUnit attribute. |
| void |
setPixelReadOutRateUnit(UnitsFrequency_Type value) Sets the value of the PixelReadOutRateUnit attribute. |
| UnitsFrequency_Type |
getPixelReadOutRateUnit() Returns the value of the PixelReadOutRateUnit attribute. |
| void |
resetPixelReadOutRateUnit() Resets the PixelReadOutRateUnit attribute to an unset state. |
| boolean |
hasPixelReadOutRateUnit() Checks whether the optional PixelReadOutRateUnit attribute is present. |
| void |
setSensorExposureMode(CMOSSensorExposureMode_Type value, boolean validate) Sets the value of the SensorExposureMode attribute. |
| void |
setSensorExposureMode(CMOSSensorExposureMode_Type value) Sets the value of the SensorExposureMode attribute. |
| CMOSSensorExposureMode_Type |
getSensorExposureMode() Returns the value of the SensorExposureMode attribute. |
| void |
resetSensorExposureMode() Resets the SensorExposureMode attribute to an unset state. |
| boolean |
hasSensorExposureMode() Checks whether the optional SensorExposureMode attribute is present. |
| void |
setIntegration(PositiveInt_Type value, boolean validate) Sets the value of the Integration attribute. |
| void |
setIntegration(PositiveInt_Type value) Sets the value of the Integration attribute. |
| PositiveInt_Type |
getIntegration() Returns the value of the Integration attribute. |
| void |
resetIntegration() Resets the Integration attribute to an unset state. |
| boolean |
hasIntegration() Checks whether the optional Integration attribute is present. |
| void |
setFrameRate(float value, boolean validate) Sets the value of the FrameRate attribute. |
| void |
setFrameRate(float value) Sets the value of the FrameRate attribute. |
| float |
getFrameRate() Returns the value of the FrameRate attribute. |
| void |
resetFrameRate() Resets the FrameRate attribute to an unset state. |
| boolean |
hasFrameRate() Checks whether the FrameRate attribute is present. |
| void |
setFrameRateUnit(UnitsFrequency_Type value, boolean validate) Sets the value of the FrameRateUnit attribute. |
| void |
setFrameRateUnit(UnitsFrequency_Type value) Sets the value of the FrameRateUnit attribute. |
| UnitsFrequency_Type |
getFrameRateUnit() Returns the value of the FrameRateUnit attribute. |
| void |
resetFrameRateUnit() Resets the FrameRateUnit attribute to an unset state. |
| boolean |
hasFrameRateUnit() Checks whether the optional FrameRateUnit attribute is present. |
| void |
setOperatingTemperature(float value, boolean validate) Sets the value of the OperatingTemperature attribute. |
| void |
setOperatingTemperature(float value) Sets the value of the OperatingTemperature attribute. |
| float |
getOperatingTemperature() Returns the value of the OperatingTemperature attribute. |
| void |
resetOperatingTemperature() Resets the OperatingTemperature attribute to an unset state. |
| boolean |
hasOperatingTemperature() Checks whether the OperatingTemperature attribute is present. |
| void |
setOperatingTemperatureUnit(UnitsTemperature_Type value, boolean validate) Sets the value of the OperatingTemperatureUnit attribute. |
| void |
setOperatingTemperatureUnit(UnitsTemperature_Type value) Sets the value of the OperatingTemperatureUnit attribute. |
| UnitsTemperature_Type |
getOperatingTemperatureUnit() Returns the value of the OperatingTemperatureUnit attribute. |
| void |
resetOperatingTemperatureUnit() Resets the OperatingTemperatureUnit attribute to an unset state. |
| boolean |
hasOperatingTemperatureUnit() Checks whether the optional OperatingTemperatureUnit attribute is present. |
| CameraSettings |
__internal_create(long cPtr, boolean own) |
| CameraSettings |
fromBase(NBOBaseClass base) Cast a NBOBaseClass to a CameraSettings. |
Protected Functions
Additional inherited members
Public Functions inherited from com.inscoper.nbo.DetectorSettings_Type
Protected Functions inherited from com.inscoper.nbo.DetectorSettings_Type
Public Functions inherited from com.inscoper.nbo.Settings_Type
Protected Functions inherited from com.inscoper.nbo.Settings_Type
Public Functions inherited from com.inscoper.nbo.Reference_Type
Protected Functions inherited from com.inscoper.nbo.Reference_Type
Protected Functions inherited from com.inscoper.nbo.NBOBaseClass
Detailed Description
public class com.inscoper.nbo.CameraSettings;
Represents the XML element CameraSettings.
This element refers to the Camera used to acquire this Channel and it holds the Settings that were applied to the Camera during this Acquisition.
Public Functions Documentation
function delete
function CameraSettings
function getTypeName
function getXMLName
function getNBOType
function getChildren
function getSubElements
function fromJsonFile
function fromJsonFile
function fromJsonString
function fromJsonString
function fromXmlFile
function fromXmlFile
function fromXmlString
function fromXmlString
function toXmlFile
function toXmlFile
function toXmlString
function toXmlString
function setBinning
function setBinning
function getBinning
function resetBinning
function hasBinning
function setPixelReadOutRate
function setPixelReadOutRate
function getPixelReadOutRate
function resetPixelReadOutRate
function hasPixelReadOutRate
function setPixelReadOutRateUnit
function setPixelReadOutRateUnit
function getPixelReadOutRateUnit
function resetPixelReadOutRateUnit
function hasPixelReadOutRateUnit
function setSensorExposureMode
function setSensorExposureMode
function getSensorExposureMode
function resetSensorExposureMode
function hasSensorExposureMode
function setIntegration
function setIntegration
function getIntegration
function resetIntegration
function hasIntegration
function setFrameRate
function setFrameRate
function getFrameRate
function resetFrameRate
function hasFrameRate
function setFrameRateUnit
function setFrameRateUnit
function getFrameRateUnit
function resetFrameRateUnit
function hasFrameRateUnit
function setOperatingTemperature
function setOperatingTemperature
function getOperatingTemperature
function resetOperatingTemperature
function hasOperatingTemperature
function setOperatingTemperatureUnit
function setOperatingTemperatureUnit
function getOperatingTemperatureUnit
function resetOperatingTemperatureUnit
function hasOperatingTemperatureUnit
function __internal_create
function fromBase
Protected Functions Documentation
function CameraSettings
function swigSetCMemOwn
function finalize
function getCPtr