|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet._01001111.text.LoremIpsum
public class LoremIpsum
| Field Summary | |
|---|---|
protected java.lang.String |
standard
|
| Constructor Summary | |
|---|---|
LoremIpsum()
|
|
| Method Summary | |
|---|---|
java.lang.String |
paragraph()
|
java.lang.String |
paragraph(boolean useStandard)
Get a paragraph |
java.lang.String |
paragraphs(int count)
|
java.lang.String |
paragraphs(int count,
boolean useStandard)
Get multiple paragraphs |
java.lang.String |
randomPunctuation()
Get a random punctuation mark |
java.lang.String |
randomWord()
Get a random word |
java.lang.String |
sentence()
Get a sentence |
java.lang.String |
sentenceFragment()
Get a sentence fragment |
java.lang.String |
sentences(int count)
Get multiple sentences |
java.lang.String |
words(int count)
Get a string of words |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final java.lang.String standard
| Constructor Detail |
|---|
public LoremIpsum()
| Method Detail |
|---|
public java.lang.String randomWord()
public java.lang.String randomPunctuation()
public java.lang.String words(int count)
count - - the number of words to fetchpublic java.lang.String sentenceFragment()
public java.lang.String sentence()
public java.lang.String sentences(int count)
count - - the number of sentencespublic java.lang.String paragraph(boolean useStandard)
public java.lang.String paragraph()
public java.lang.String paragraphs(int count,
boolean useStandard)
count - - the number of paragraphspublic java.lang.String paragraphs(int count)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||