PDF Clown
0.0.8

it.stefanochizzolini.clown.documents.contents
Class TextChar

java.lang.Object
  extended by it.stefanochizzolini.clown.documents.contents.TextChar

public final class TextChar
extends Object

Text character.

Remarks

Its purpose is to describe a text element extracted from content streams.

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

Field Summary
 Rectangle2D box
           
 TextStyle style
           
 char value
           
 boolean virtual
           
 
Constructor Summary
TextChar(char value, Rectangle2D box, TextStyle style, boolean virtual)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

box

public final Rectangle2D box

style

public final TextStyle style

value

public final char value

virtual

public final boolean virtual
Constructor Detail

TextChar

public TextChar(char value,
                Rectangle2D box,
                TextStyle style,
                boolean virtual)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

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.