FreeHEP API
Version v1.1

org.freehep.graphicsio.swf
Class Glyph

java.lang.Object
  |
  +--org.freehep.graphicsio.swf.Glyph

public class Glyph
extends Object

SWF Glyph.

Version:
$Id: Glyph.java,v 1.3 2002/03/06 15:58:03 duns Exp $
Author:
Mark Donszelmann, Charles Loomis

Constructor Summary
Glyph(int index, int advance)
           
Glyph(SWFInputStream input, int glyphBits, int advanceBits)
           
 
Method Summary
 int getAdvanceBits()
           
 int getGlyphBits()
           
 String toString()
           
 void write(SWFOutputStream swf, int glyphBits, int advanceBits)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Glyph

public Glyph(int index,
             int advance)

Glyph

public Glyph(SWFInputStream input,
             int glyphBits,
             int advanceBits)
      throws IOException
Method Detail

write

public void write(SWFOutputStream swf,
                  int glyphBits,
                  int advanceBits)
           throws IOException
IOException

getGlyphBits

public int getGlyphBits()

getAdvanceBits

public int getAdvanceBits()

toString

public String toString()
Overrides:
toString in class Object

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.