Uses of Class
org.openpnp.capture.CaptureProperty
-
Packages that use CaptureProperty Package Description org.openpnp.capture -
-
Uses of CaptureProperty in org.openpnp.capture
Methods in org.openpnp.capture that return CaptureProperty Modifier and Type Method Description static CapturePropertyCaptureProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static CaptureProperty[]CaptureProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openpnp.capture with parameters of type CaptureProperty Modifier and Type Method Description booleanCaptureStream. getAutoProperty(CaptureProperty property)intCaptureStream. getProperty(CaptureProperty property)PropertyLimitsCaptureStream. getPropertyLimits(CaptureProperty property)voidCaptureStream. setAutoProperty(CaptureProperty property, boolean on)voidCaptureStream. setProperty(CaptureProperty property, int value)
-