org.apache.batik.svggen.font.table
Class Program
java.lang.Object
org.apache.batik.svggen.font.table.Program
- Direct Known Subclasses:
- FpgmTable, GlyfDescript, PrepTable
public abstract class Program
- extends Object
- Version:
- $Id: Program.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- David Schweinsberg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Program
public Program()
getInstructions
public short[] getInstructions()
readInstructions
protected void readInstructions(RandomAccessFile raf,
int count)
throws IOException
- Throws:
IOException
readInstructions
protected void readInstructions(ByteArrayInputStream bais,
int count)
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.