org.freehep.graphicsio.font.truetype
Class TTFGlyfTable.CompositeGlyph

java.lang.Object
  extended by org.freehep.graphicsio.font.truetype.TTFGlyfTable.Glyph
      extended by org.freehep.graphicsio.font.truetype.TTFGlyfTable.CompositeGlyph
Enclosing class:
TTFGlyfTable

public class TTFGlyfTable.CompositeGlyph
extends TTFGlyfTable.Glyph


Field Summary
 
Fields inherited from class org.freehep.graphicsio.font.truetype.TTFGlyfTable.Glyph
xMax, xMin, yMax, yMin
 
Constructor Summary
TTFGlyfTable.CompositeGlyph()
           
 
Method Summary
 GeneralPath getShape()
           
 String getType()
           
 void read()
           
 String toString()
           
 
Methods inherited from class org.freehep.graphicsio.font.truetype.TTFGlyfTable.Glyph
getBBox, toDetailedString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TTFGlyfTable.CompositeGlyph

public TTFGlyfTable.CompositeGlyph()
Method Detail

getType

public String getType()
Specified by:
getType in class TTFGlyfTable.Glyph

getShape

public GeneralPath getShape()
Specified by:
getShape in class TTFGlyfTable.Glyph

read

public void read()
          throws IOException
Overrides:
read in class TTFGlyfTable.Glyph
Throws:
IOException

toString

public String toString()
Overrides:
toString in class TTFGlyfTable.Glyph


Copyright © 2012. All Rights Reserved.