Class ClassDef
- java.lang.Object
-
- org.apache.batik.svggen.font.table.ClassDef
-
- Direct Known Subclasses:
ClassDefFormat1
,ClassDefFormat2
public abstract class ClassDef extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClassDef()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract int
getFormat()
protected static ClassDef
read(java.io.RandomAccessFile raf)
-
-
-
Method Detail
-
getFormat
public abstract int getFormat()
-
read
protected static ClassDef read(java.io.RandomAccessFile raf) throws java.io.IOException
- Throws:
java.io.IOException
-
-