fop 1.1

Uses of Class
org.apache.fop.complexscripts.fonts.GlyphPositioningTable.DeviceTable

Packages that use GlyphPositioningTable.DeviceTable
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
 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
GlyphPositioningTable.Anchor(int x, int y, GlyphPositioningTable.DeviceTable xDevice, GlyphPositioningTable.DeviceTable yDevice)
          Instantiate an Anchor (format 3).
GlyphPositioningTable.Value(int xPlacement, int yPlacement, int xAdvance, int yAdvance, GlyphPositioningTable.DeviceTable xPlaDevice, GlyphPositioningTable.DeviceTable yPlaDevice, GlyphPositioningTable.DeviceTable xAdvDevice, GlyphPositioningTable.DeviceTable yAdvDevice)
          Instantiate a Value.
 


fop 1.1

Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.