Uses of Class
org.apache.batik.svggen.font.table.GlyfTable
-
Packages that use GlyfTable Package Description org.apache.batik.svggen.font.table -
-
Uses of GlyfTable in org.apache.batik.svggen.font.table
Fields in org.apache.batik.svggen.font.table declared as GlyfTable Modifier and Type Field Description protected GlyfTable
GlyfDescript. parentTable
Constructors in org.apache.batik.svggen.font.table with parameters of type GlyfTable Constructor Description GlyfCompositeDescript(GlyfTable parentTable, java.io.ByteArrayInputStream bais)
GlyfDescript(GlyfTable parentTable, short numberOfContours, java.io.ByteArrayInputStream bais)
GlyfSimpleDescript(GlyfTable parentTable, short numberOfContours, java.io.ByteArrayInputStream bais)
-