Class Hyphen

java.lang.Object
org.apache.fop.hyphenation.Hyphen
All Implemented Interfaces:
Serializable

public class Hyphen extends Object implements Serializable
Represents a hyphen.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • preBreak

      public String preBreak
      pre break string
    • noBreak

      public String noBreak
      no break string
    • postBreak

      public String postBreak
      post break string
  • Constructor Details

    • Hyphen

      Hyphen(String pre, String no, String post)
      Construct a hyphen.
      Parameters:
      pre - break string
      no - break string
      post - break string
    • Hyphen

      Hyphen(String pre)
      Construct a hyphen.
      Parameters:
      pre - break string
  • Method Details