PDF Clown
0.0.8

it.stefanochizzolini.clown.documents.contents.entities
Class Barcode

java.lang.Object
  extended by it.stefanochizzolini.clown.documents.contents.entities.Entity
      extended by it.stefanochizzolini.clown.documents.contents.entities.Barcode
All Implemented Interfaces:
IContentEntity
Direct Known Subclasses:
EAN13Barcode

public abstract class Barcode
extends Entity

Abstract barcode object.

Since:
0.0.6
Version:
0.0.6
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Field Summary
protected  String code
           
 
Constructor Summary
protected Barcode(String code)
           
 
Method Summary
 String getCode()
          Gets the code to represent.
 
Methods inherited from class it.stefanochizzolini.clown.documents.contents.entities.Entity
toInlineObject, toXObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

protected String code
Constructor Detail

Barcode

protected Barcode(String code)
Method Detail

getCode

public String getCode()
Gets the code to represent.


PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.