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

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

public class TTFGlyfTable.SimpleGlyph
extends TTFGlyfTable.Glyph


Field Summary
 int[] endPtsOfContours
           
 int[] flags
           
 int[] instructions
           
 int numberOfContours
           
 boolean[] onCurve
           
 java.awt.geom.GeneralPath shape
           
 int[] xCoordinates
           
 int[] yCoordinates
           
 
Fields inherited from class org.freehep.graphicsio.font.truetype.TTFGlyfTable.Glyph
xMax, xMin, yMax, yMin
 
Constructor Summary
TTFGlyfTable.SimpleGlyph(int numberOfContours)
           
 
Method Summary
 java.awt.geom.GeneralPath getShape()
           
 java.lang.String getType()
           
 void read()
           
 java.lang.String toDetailedString()
           
 java.lang.String toString()
           
 
Methods inherited from class org.freehep.graphicsio.font.truetype.TTFGlyfTable.Glyph
getBBox
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

numberOfContours

public int numberOfContours

endPtsOfContours

public int[] endPtsOfContours

instructions

public int[] instructions

flags

public int[] flags

xCoordinates

public int[] xCoordinates

yCoordinates

public int[] yCoordinates

onCurve

public boolean[] onCurve

shape

public java.awt.geom.GeneralPath shape
Constructor Detail

TTFGlyfTable.SimpleGlyph

public TTFGlyfTable.SimpleGlyph(int numberOfContours)
Method Detail

getType

public java.lang.String getType()
Specified by:
getType 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

toDetailedString

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

getShape

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.