PDF Clown
0.1.2

org.pdfclown.documents.contents
Class TextChar

java.lang.Object
  extended by org.pdfclown.documents.contents.TextChar

public final class TextChar
extends Object

Text character.

It describes a text element extracted from content streams.

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

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

Constructor Detail

TextChar

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

getBox

public Rectangle2D getBox()

getStyle

public TextStyle getStyle()

getValue

public char getValue()

isVirtual

public boolean isVirtual()

toString

public String toString()
Overrides:
toString in class Object

PDF Clown
0.1.2

Project home page

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