Uses of Class
org.apache.fop.complexscripts.fonts.GlyphPositioningTable.DeviceTable
-
Packages that use GlyphPositioningTable.DeviceTable Package Description org.apache.fop.complexscripts.fonts -
-
Uses of GlyphPositioningTable.DeviceTable in org.apache.fop.complexscripts.fonts
Methods in org.apache.fop.complexscripts.fonts that return GlyphPositioningTable.DeviceTable Modifier and Type Method Description GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Value. getXAdvDevice()
GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Anchor. getXDevice()
GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Value. getXPlaDevice()
GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Value. getYAdvDevice()
GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Anchor. getYDevice()
GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Value. getYPlaDevice()
Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphPositioningTable.DeviceTable Constructor Description Anchor(int x, int y, GlyphPositioningTable.DeviceTable xDevice, GlyphPositioningTable.DeviceTable yDevice)
Instantiate an Anchor (format 3).Value(int xPlacement, int yPlacement, int xAdvance, int yAdvance, GlyphPositioningTable.DeviceTable xPlaDevice, GlyphPositioningTable.DeviceTable yPlaDevice, GlyphPositioningTable.DeviceTable xAdvDevice, GlyphPositioningTable.DeviceTable yAdvDevice)
Instantiate a Value.
-