org.apache.batik.svggen.font.table
Class Script

java.lang.Object
  extended by org.apache.batik.svggen.font.table.Script

public class Script
extends Object

Version:
$Id: Script.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
David Schweinsberg

Constructor Summary
protected Script(RandomAccessFile raf, int offset)
          Creates new ScriptTable
 
Method Summary
 LangSys getDefaultLangSys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Script

protected Script(RandomAccessFile raf,
                 int offset)
          throws IOException
Creates new ScriptTable

Throws:
IOException
Method Detail

getDefaultLangSys

public LangSys getDefaultLangSys()


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.