Uses of Enum Class
org.openpnp.capture.CaptureProperty
Packages that use CaptureProperty
-
Uses of CaptureProperty in org.openpnp.capture
Subclasses with type arguments of type CaptureProperty in org.openpnp.captureMethods in org.openpnp.capture that return CapturePropertyModifier and TypeMethodDescriptionstatic CapturePropertyReturns the enum constant of this class with the specified name.static CaptureProperty[]CaptureProperty.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openpnp.capture with parameters of type CapturePropertyModifier and TypeMethodDescriptionbooleanCaptureStream.getAutoProperty(CaptureProperty property) intCaptureStream.getProperty(CaptureProperty property) CaptureStream.getPropertyLimits(CaptureProperty property) voidCaptureStream.setAutoProperty(CaptureProperty property, boolean on) voidCaptureStream.setProperty(CaptureProperty property, int value)