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

java.lang.Object
  extended by org.freehep.graphicsio.font.truetype.TTFGlyfTable.Glyph
Direct Known Subclasses:
TTFGlyfTable.CompositeGlyph, TTFGlyfTable.SimpleGlyph
Enclosing class:
TTFGlyfTable

public abstract class TTFGlyfTable.Glyph
extends java.lang.Object


Field Summary
 int xMax
           
 int xMin
           
 int yMax
           
 int yMin
           
 
Constructor Summary
TTFGlyfTable.Glyph()
           
 
Method Summary
 java.awt.Rectangle getBBox()
           
abstract  java.awt.geom.GeneralPath getShape()
           
abstract  java.lang.String getType()
           
 void read()
           
 java.lang.String toDetailedString()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

xMin

public int xMin

yMin

public int yMin

xMax

public int xMax

yMax

public int yMax
Constructor Detail

TTFGlyfTable.Glyph

public TTFGlyfTable.Glyph()
Method Detail

getType

public abstract java.lang.String getType()

getShape

public abstract java.awt.geom.GeneralPath getShape()

read

public void read()
          throws java.io.IOException
Throws:
java.io.IOException

getBBox

public java.awt.Rectangle getBBox()

toString

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

toDetailedString

public java.lang.String toDetailedString()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.