fop 0.93

org.apache.fop.hyphenation
Class Hyphenation

java.lang.Object
  extended byorg.apache.fop.hyphenation.Hyphenation

public class Hyphenation
extends java.lang.Object

This class represents a hyphenated word.

Author:
Carlos Villegas

Method Summary
 int[] getHyphenationPoints()
           
 java.lang.String getPostHyphenText(int index)
           
 java.lang.String getPreHyphenText(int index)
           
 int length()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

length

public int length()
Returns:
the number of hyphenation points in the word

getPreHyphenText

public java.lang.String getPreHyphenText(int index)
Returns:
the pre-break text, not including the hyphen character

getPostHyphenText

public java.lang.String getPostHyphenText(int index)
Returns:
the post-break text

getHyphenationPoints

public int[] getHyphenationPoints()
Returns:
the hyphenation points

toString

public java.lang.String toString()

fop 0.93

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.