public class DefaultHyphenator extends java.lang.Object implements IHyphenator
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultHyphenator.HyphenPattern
HyphenaPattern.java is an adaptation of Bram Steins hypher.js-Project:
https://github.com/bramstein/Hypher
Code from this project belongs to the following license:
Copyright (c) 2011, Bram Stein All rights reserved.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultHyphenator |
getInstance(DefaultHyphenator.HyphenPattern hyphenationPattern) |
java.util.List<java.lang.String> |
hyphenate(java.lang.String word) |
public static DefaultHyphenator getInstance(DefaultHyphenator.HyphenPattern hyphenationPattern)
public java.util.List<java.lang.String> hyphenate(java.lang.String word)
hyphenate in interface IHyphenator