Class PCLTTFFontReader.TableOffset
- java.lang.Object
-
- org.apache.fop.render.pcl.fonts.truetype.PCLTTFFontReader.TableOffset
-
- Enclosing class:
- PCLTTFFontReader
private static class PCLTTFFontReader.TableOffset extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private intnewOffsetprivate longoriginLengthprivate longoriginOffset
-
Constructor Summary
Constructors Constructor Description TableOffset(long originOffset, long originLength, int newOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNewOffset()longgetOriginLength()longgetOriginOffset()
-