barcode4j 2.1.0

org.krysalis.barcode4j
Class HumanReadablePlacement

java.lang.Object
  extended by org.krysalis.barcode4j.HumanReadablePlacement

public class HumanReadablePlacement
extends java.lang.Object

Enumeration for placement of the human readable part of a barcode.

Version:
$Id: HumanReadablePlacement.java,v 1.3 2004/10/02 14:53:22 jmaerki Exp $
Author:
Jeremias Maerki

Field Summary
static HumanReadablePlacement HRP_BOTTOM
          The human-readable part is placed at the bottom of the barcode.
static HumanReadablePlacement HRP_NONE
          The human-readable part is suppressed.
static HumanReadablePlacement HRP_TOP
          The human-readable part is placed at the top of the barcode.
 
Constructor Summary
protected HumanReadablePlacement(java.lang.String name)
          Creates a new HumanReadablePlacement instance.
 
Method Summary
static HumanReadablePlacement byName(java.lang.String name)
          Returns a HumanReadablePlacement instance by name.
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HRP_NONE

public static final HumanReadablePlacement HRP_NONE
The human-readable part is suppressed.


HRP_TOP

public static final HumanReadablePlacement HRP_TOP
The human-readable part is placed at the top of the barcode.


HRP_BOTTOM

public static final HumanReadablePlacement HRP_BOTTOM
The human-readable part is placed at the bottom of the barcode.

Constructor Detail

HumanReadablePlacement

protected HumanReadablePlacement(java.lang.String name)
Creates a new HumanReadablePlacement instance.

Parameters:
name - the name for the instance
Method Detail

getName

public java.lang.String getName()
Returns:
the name of the instance.

byName

public static HumanReadablePlacement byName(java.lang.String name)
Returns a HumanReadablePlacement instance by name.

Parameters:
name - the name of the instance
Returns:
the requested instance

barcode4j 2.1.0

Copyright © 2000-2010 Jeremias Maerki. All rights reserved.