Package com.itextpdf.io.font.woff2
Class Woff2Common.Table
- java.lang.Object
-
- com.itextpdf.io.font.woff2.Woff2Common.Table
-
- All Implemented Interfaces:
java.lang.Comparable<Woff2Common.Table>
- Enclosing class:
- Woff2Common
public static class Woff2Common.Table extends java.lang.Object implements java.lang.Comparable<Woff2Common.Table>
-
-
Field Summary
Fields Modifier and Type Field Description int
dst_length
int
dst_offset
int
flags
int
src_length
int
src_offset
int
tag
int
transform_length
-
Constructor Summary
Constructors Constructor Description Table()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Woff2Common.Table o)
-
-
-
Method Detail
-
compareTo
public int compareTo(Woff2Common.Table o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<Woff2Common.Table>
-
-