Uses of Class
org.robovm.apple.coreimage.CIDataMatrixCodeECCVersion
| Package | Description |
|---|---|
| org.robovm.apple.coreimage |
-
Uses of CIDataMatrixCodeECCVersion in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage that return CIDataMatrixCodeECCVersion Modifier and Type Method Description CIDataMatrixCodeECCVersionCIDataMatrixCodeDescriptor. getEccVersion()static CIDataMatrixCodeECCVersionCIDataMatrixCodeECCVersion. valueOf(long n)Returns the enum constant of this type with the specified name.static CIDataMatrixCodeECCVersionCIDataMatrixCodeECCVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static CIDataMatrixCodeECCVersion[]CIDataMatrixCodeECCVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coreimage with parameters of type CIDataMatrixCodeECCVersion Modifier and Type Method Description static CIDataMatrixCodeDescriptorCIDataMatrixCodeDescriptor. descriptor(NSData errorCorrectedPayload, long rowCount, long columnCount, CIDataMatrixCodeECCVersion eccVersion)protected longCIDataMatrixCodeDescriptor. init(NSData errorCorrectedPayload, long rowCount, long columnCount, CIDataMatrixCodeECCVersion eccVersion)Constructors in org.robovm.apple.coreimage with parameters of type CIDataMatrixCodeECCVersion Constructor Description CIDataMatrixCodeDescriptor(NSData errorCorrectedPayload, long rowCount, long columnCount, CIDataMatrixCodeECCVersion eccVersion)