public class Hyphenation extends Object
| Constructor and Description | 
|---|
Hyphenation(String word, int[] points) 
            
              rawWord as made of alternating strings and   Hyphen instances 
             |  
          
| Modifier and Type | Method and Description | 
|---|---|
int[] |  
           getHyphenationPoints()  |  
          
String |  
           getPostHyphenText(int index)  |  
          
String |  
           getPreHyphenText(int index)  |  
          
int |  
           length()  |  
          
String |  
           toString()  |  
          
public int length()
public String getPreHyphenText(int index)
public String getPostHyphenText(int index)
public int[] getHyphenationPoints()
Copyright © 1998–2019. All rights reserved.