FreeHEP API
Version current

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

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

public class TTFGlyfTable.SimpleGlyph
extends TTFGlyfTable.Glyph

Source Code:
TTFGlyfTable.SimpleGlyph.java

Field Summary
 int[] endPtsOfContours
           
 int[] flags
           
 int[] instructions
           
 int numberOfContours
           
 boolean[] onCurve
           
 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
 GeneralPath getShape()
           
 String getType()
           
 void read()
           
 String toDetailedString()
           
 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 GeneralPath shape
Constructor Detail

TTFGlyfTable.SimpleGlyph

public TTFGlyfTable.SimpleGlyph(int numberOfContours)
Method Detail

getType

public String getType()
Specified by:
getType in class TTFGlyfTable.Glyph

read

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

toString

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

toDetailedString

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

getShape

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.