PDF Clown
0.0.8

it.stefanochizzolini.clown.documents.contents.objects
Interface ShowText.IScanner

Enclosing class:
ShowText

public static interface ShowText.IScanner


Method Summary
 void scanChar(char textChar, Rectangle2D textCharBox)
          Notifies the scanner about a text character.
 void scanFont(double fontSize)
          Notifies the scanner about the font.
 

Method Detail

scanFont

void scanFont(double fontSize)
Notifies the scanner about the font.

Parameters:
fontSize - Scaled font size.

scanChar

void scanChar(char textChar,
              Rectangle2D textCharBox)
Notifies the scanner about a text character.

Parameters:
textChar - Scanned character.
textCharBox - Bounding box of the scanned character.

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.