fr.inria.insitu.glite.font
Class GlyphContainer

java.lang.Object
  extended by fr.inria.insitu.glite.font.GlyphContainer

public class GlyphContainer
extends Object

Class GlyphContainer

Version:
$Revision: 1.1 $
Author:
Jean-Daniel Fekete

Constructor Summary
GlyphContainer(Font font)
           
 
Method Summary
 void addGlyph(GLGlyph glyph, int code)
           
 void dispose()
           
 Rectangle2D getCharBounds(int code)
           
 GLGlyph getGlyph(int code)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlyphContainer

public GlyphContainer(Font font)
Method Detail

dispose

public void dispose()

addGlyph

public void addGlyph(GLGlyph glyph,
                     int code)

getGlyph

public GLGlyph getGlyph(int code)

getCharBounds

public Rectangle2D getCharBounds(int code)


Copyright © 2006 by Jean-Daniel Fekete and INRIA, France All rights reserved.