Package org.apache.fop.hyphenation
Class Hyphen
java.lang.Object
org.apache.fop.hyphenation.Hyphen
- All Implemented Interfaces:
Serializable
Represents a hyphen.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
preBreak
pre break string -
noBreak
no break string -
postBreak
post break string
-
-
Constructor Details
-
Hyphen
Construct a hyphen.- Parameters:
pre
- break stringno
- break stringpost
- break string
-
Hyphen
Hyphen(String pre) Construct a hyphen.- Parameters:
pre
- break string
-
-
Method Details