Uses of Class
org.openpnp.capture.CaptureFormat
-
Packages that use CaptureFormat Package Description org.openpnp.capture -
-
Uses of CaptureFormat in org.openpnp.capture
Methods in org.openpnp.capture that return CaptureFormat Modifier and Type Method Description CaptureFormatCaptureStream. getFormat()Methods in org.openpnp.capture that return types with arguments of type CaptureFormat Modifier and Type Method Description List<CaptureFormat>CaptureDevice. getFormats()Methods in org.openpnp.capture with parameters of type CaptureFormat Modifier and Type Method Description CaptureStreamCaptureDevice. openStream(CaptureFormat format)Constructors in org.openpnp.capture with parameters of type CaptureFormat Constructor Description CaptureStream(com.sun.jna.Pointer context, int streamId, CaptureFormat format)
-