it.stefanochizzolini.clown.documents.contents
Class TextChar
java.lang.Object
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)
box
public final Rectangle2D box
style
public final TextStyle style
value
public final char value
virtual
public final boolean virtual
TextChar
public TextChar(char value,
Rectangle2D box,
TextStyle style,
boolean virtual)
toString
public String toString()
- Overrides:
toString
in class Object
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.