| java.lang.Object | 
    
    
    
        
            |    ↳ | 
         	
        java.lang.Enum<E extends java.lang.Enum<E>> | 
    
    
    
        
            |   | 
        
               ↳ | 
         	
        com.datalogic.decode.configuration.DatamatrixAggressiveness | 
    
    
Class Overview
DatamatrixAggressiveness is an enumeration defining the allowed aggressive mode for Datamatrix barcodes.
 The aggressive mode can provide an improvement of decoding performance, but the decoding robustness
 can decrease with the performance improvement. Therefore LOW aggressive mode should be set
 in case of barcode printed with good quality. HIGH is suggested to improve performance in case
 of barcode printed with poor quality.
 
 The type is one of:
 
 
 | LOW | 
 Low aggressiveness with high robustness. | 
 
 
 | HIGH | 
 High aggressiveness, but robustness worsening. | 
 
 
 
Summary
| Enum Values | 
    
    
        | DatamatrixAggressiveness  | 
        HIGH  | 
        High aggressiveness for decoding poor quality barcodes.  | 
    
    
    
    
        | DatamatrixAggressiveness  | 
        LOW  | 
        Low aggressiveness for decoding good quality barcodes.  | 
    
    
    
| 
  [Expand]
   Inherited Methods  | 
   
From class
  java.lang.Enum
  
   
  
    
    
	 
    
        | 
            
            
            final
            
            
            Object
         | 
        
        clone()
        
   |  
	 
    
        | 
            
            
            final
            
            
            int
         | 
        
        compareTo(E arg0)
        
   |  
	 
    
        | 
            
            
            
            
            
            int
         | 
        
        compareTo(Object arg0)
        
   |  
	 
    
        | 
            
            
            final
            
            
            boolean
         | 
        
        equals(Object arg0)
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        finalize()
        
   |  
	 
    
        | 
            
            
            final
            
            
            Class<E>
         | 
        
        getDeclaringClass()
        
   |  
	 
    
        | 
            
            
            final
            
            
            int
         | 
        
        hashCode()
        
   |  
	 
    
        | 
            
            
            final
            
            
            String
         | 
        
        name()
        
   |  
	 
    
        | 
            
            
            final
            
            
            int
         | 
        
        ordinal()
        
   |  
	 
    
        | 
            
            
            
            
            
            String
         | 
        
        toString()
        
   |  
	 
    
        | 
            
            
            
            static
            <T extends Enum<T>>
            T
         | 
        
        valueOf(Class<T> arg0, String arg1)
        
   |  
 
   
 
 | 
   
From class
  java.lang.Object
  
   
  
    
    
	 
    
        | 
            
            
            
            
            
            Object
         | 
        
        clone()
        
   |  
	 
    
        | 
            
            
            
            
            
            boolean
         | 
        
        equals(Object arg0)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        finalize()
        
   |  
	 
    
        | 
            
            
            final
            
            
            Class<?>
         | 
        
        getClass()
        
   |  
	 
    
        | 
            
            
            
            
            
            int
         | 
        
        hashCode()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notify()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notifyAll()
        
   |  
	 
    
        | 
            
            
            
            
            
            String
         | 
        
        toString()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long arg0, int arg1)
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long arg0)
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait()
        
   |  
 
   
 
 | 
   
From interface
  java.lang.Comparable
  
   
  
    
    
	 
    
        | 
            abstract
            
            
            
            
            int
         | 
        
        compareTo(T arg0)
        
   |  
 
   
 
 | 
Enum Values
 
    
      
    
      
  High aggressiveness for decoding poor quality barcodes.
 
    
     
 
 
    
      
    
      
  Low aggressiveness for decoding good quality barcodes.
 
    
     
 
Public Methods