public class LoremIpsum
extends Object
Lorem Ipsum sample text generation.
-
-
Constructor Summary
Constructors
-
Method Summary
Produces a Lorem Ipsum String of, at most, sz characters.
-
-
Constructor Details
-
LoremIpsum
public LoremIpsum()
-
Method Details
-
toString
public String toString(int sz)
Produces a Lorem Ipsum String of, at most, sz characters.
- Parameters:
sz
- the maximum size for the generated String.
- Returns:
- the Lorem Ipsum String.
-