Class ScriptRegion

All Implemented Interfaces:
Serializable

public class ScriptRegion extends Attribute implements Serializable
A script region. Script regions describe text as spans defined by ISO-15924.
See Also:
  • Constructor Details

    • ScriptRegion

      protected ScriptRegion(int startOffset, int endOffset, com.basistech.util.ISO15924 script, Map<String,Object> extendedProperties)
  • Method Details

    • getScript

      public com.basistech.util.ISO15924 getScript()
      Returns the script for this region.
      Returns:
      the script for this region
    • toStringHelper

      protected com.google.common.base.MoreObjects.ToStringHelper toStringHelper()
      Overrides:
      toStringHelper in class Attribute