Class Overview
SnapOcrUiCustomization is the class that configures the Snap OCR settings related to
 the UI customization.
 
Summary
| 
  [Expand]
   Inherited Methods  | 
   
From class
  com.datalogic.device.configuration.PropertyGroup
  
   
  
    
    
	 
    
        | 
            
            
            
            
            
            ArrayList<PropertyGroup>
         | 
        
        getGroups()
        
         Returns the property groups contained in this group, not in the whole subtree. 
  
   |  
	 
    
        | 
            
            
            
            
            
            int
         | 
        
        getId()
        
        Gets the integer value of the unique identifier  PropertyGroupID of the group.  
  
   |  
	 
    
        | 
            
            
            
            
            
            String
         | 
        
        getName()
        
        
  
   |  
	 
    
        | 
            
            
            
            
            
            ArrayList<Property>
         | 
        
        getProperties()
        
         Returns the properties contained in this group, not in the whole subtree. 
  
   |  
	 
    
        | 
            
            
            
            
            
            Property
         | 
        
        getPropertyById(int id)
        
        Gets the  Property, belonging to this group's subtree, whose identifier has the given integer value in  PropertyID.  
  
   |  
	 
    
        | 
            
            
            
            
            
            Property
         | 
        
        getPropertyByName(String name)
        
        Gets the  Property, belonging to this group's subtree, whose identifier has the integer value defined by the given string in  PropertyID.  
  
   |  
	 
    
        | 
            
            
            
            
            
            PropertyGroup
         | 
        
        getPropertyGroupById(int id)
        
        
  
   |  
	 
    
        | 
            
            
            
            
            
            PropertyGroup
         | 
        
        getPropertyGroupByName(String name)
        
        Gets the  PropertyGroup, belonging to this group's subtree, whose identifier has the integer value defined by the given string in  PropertyGroupID.  
  
   |  
	 
    
        | 
            
            
            
            
            
            boolean
         | 
        
        isFullySupported()
        
         Tells if this property group is completely supported by the underling decoding
 hardware. 
  
   |  
	 
    
        | 
            
            
            
            
            
            boolean
         | 
        
        isSupported()
        
         Tells if this property group is supported by the underling decoding
 hardware. 
  
   |  
	 
    
        | 
            
            
            
            
            
            int
         | 
        
        load(PropertyGetter from)
        
         Load the properties values contained by this group from the
 PropertyGetter. 
  
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        setToDefault()
        
         Resets to the default value all the properties contained in the subtree. 
  
   |  
	 
    
        | 
            
            
            
            
            
            int
         | 
        
        store(PropertyEditor to, boolean persist)
        
         Store the properties values contained by this property into the
 PropertyEditor persistently or not, depending from the persist parameter. 
  
   |  
 
   
 
 | 
   
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()
        
   |  
 
   
 
 | 
 
Fields
 
    
      
    
      
  blockColor is used to setup the background color in the OCR result dialog.
 
    
     
 
 
    
      
    
      
  referenceRoiVisible is used to show or hide the reference ROI from
 the preview and from the OCR result dialog.
 
    
     
 
 
    
      
    
      
  textColor is used to setup the text color in the OCR result dialog.
 
    
     
 
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      SnapOcrUiCustomization
      (PropertyGetter editor)
    
      
    
      
  This is the constructor of SnapOcrUiCustomization.