|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cutter | |
|---|---|
| org.jbox.textCutter | This package defines APIs for cutting text into words. |
| org.jbox.textCutter.CJK | This package defines APIs for cutting text of CJK unicode into words. |
| org.jbox.textCutter.EN | This package defines APIs for cutting text of English language into words. |
| Uses of Cutter in org.jbox.textCutter |
|---|
| Classes in org.jbox.textCutter that implement Cutter | |
|---|---|
class |
AbstractCutter
A abstract class define default behavior of Cutter. |
| Methods in org.jbox.textCutter with parameters of type Cutter | |
|---|---|
void |
CutterBox.addCutter(Cutter c)
Add a Cutter into CutterBox. |
| Uses of Cutter in org.jbox.textCutter.CJK |
|---|
| Classes in org.jbox.textCutter.CJK that implement Cutter | |
|---|---|
class |
SimpleCJKCutter
A concrete class of Cutter for CJK. |
| Uses of Cutter in org.jbox.textCutter.EN |
|---|
| Classes in org.jbox.textCutter.EN that implement Cutter | |
|---|---|
class |
SimpleENCutter
A concrete class of Cutter for English. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||