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
 java.awt.geom.GeneralPath getShape()
           
 java.lang.String getType()
           
 void read()
           
 java.lang.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 java.lang.String getType()
Specified by:
getType in class TTFGlyfTable.Glyph

getShape

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

read

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

toString

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.