FreeHEP API
Version current

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

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

public abstract class TTFGlyfTable.Glyph
extends Object

Source Code:
TTFGlyfTable.Glyph.java

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
Throws:
IOException

getBBox

public Rectangle getBBox()

toString

public String toString()

toDetailedString

public String toDetailedString()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.