pub trait DetectionRXingResultRowIndicatorColumn: DetectionRXingResultColumnTrait {
    // Required methods
    fn adjustCompleteIndicatorColumnRowNumbers(
        &mut self,
        barcodeMetadata: &BarcodeMetadata
    ) -> u32;
    fn getRowHeights(&mut self) -> Option<Vec<u32>>;
    fn getBarcodeMetadata(&mut self) -> Option<BarcodeMetadata>;
    fn isLeft(&self) -> bool;
}
Expand description

@author Guenther Grau

Required Methods§

Implementors§