FreeHEP API
Version v1.2.2

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

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

public abstract class TTFGlyfTable.Glyph
extends Object


Field Summary
 int xMax
           
 int xMin
           
 int yMax
           
 int yMin
           
 
Constructor Summary
TTFGlyfTable.Glyph()
           
 
Method Summary
 Rectangle getBBox()
           
abstract  GeneralPath getShape()
           
abstract  String getType()
           
 void read()
           
 String toDetailedString()
           
 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 String getType()

getShape

public abstract GeneralPath getShape()

read

public void read()
          throws IOException
IOException

getBBox

public Rectangle getBBox()

toString

public String toString()
Overrides:
toString in class Object

toDetailedString

public String toDetailedString()

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.