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

java.lang.Object
  extended bycom.sap.ip.me.api.pios.symbology.Symbology
      extended bycom.sap.ip.me.api.pios.symbology.Symbology2D
Direct Known Subclasses:
PDF417

public abstract class Symbology2D
extends Symbology

Base class for all 2D Symbologies.

The need to encode more information in a smaller space has driven the development, standardization, and growing use of 2D bar codes. Where traditional 1D bar codes act as a license plate to reference information stored in a database, 2D codes can fulfill the same function while taking up significantly less space. Or 2D codes can function as the database itself, and therefore assure complete portability for 2D labeled items.

Since:
MI 2.5
Author:
Abaco

Field Summary
 
Fields inherited from class com.sap.ip.me.api.pios.symbology.Symbology
options
 
Constructor Summary
Symbology2D(long validOptions)
          Constructs a new Symbology2D 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

Symbology2D

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

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


Copyright © 2005 SAP AG. All Rights Reserved.