com.sap.ip.me.api.pios.symbology
Class SymbologyLinear

java.lang.Object
  extended bycom.sap.ip.me.api.pios.symbology.Symbology
      extended bycom.sap.ip.me.api.pios.symbology.SymbologyLinear
Direct Known Subclasses:
Codabar, Code128, Code39, EAN13, EAN8, Interleaved2Of5, UCCEAN128, UPC_A

public abstract class SymbologyLinear
extends Symbology

Base class for all Linear Symbologies.

A series of varying-width parallel bars and spaces — have been with us for over 25 years. These linear, or 1D symbologies continue to be the most widely used optical recognition technology. Well over 100 encodation schemes or symbologies have been invented over the years, but the most common 1D symbologies are Code 39, pioneered by the defense and automotive industries; the Universal Product Code (U.P.C.), first employed by the supermarket industry in 1973; Codabar, used early on by blood banks, Interleaved 2-of-5 (ITF), and Code 128.

Since:
MI 2.5
Author:
Abaco

Field Summary
 
Fields inherited from class com.sap.ip.me.api.pios.symbology.Symbology
options
 
Constructor Summary
SymbologyLinear(long validOptions)
          Constructs a new SymbologyLinear object.
 
Methods inherited from class com.sap.ip.me.api.pios.symbology.Symbology
getName, getOptions, getType, setOptions, validateOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbologyLinear

public SymbologyLinear(long validOptions)
Constructs a new SymbologyLinear object.

Parameters:
validOptions - a mask containing the valid options for this symbology


Copyright © 2005 SAP AG. All Rights Reserved.