de.inghuimische.uta.typeset
Class AbstractGlyph
java.lang.Object
de.inghuimische.uta.typeset.AbstractBox
de.inghuimische.uta.typeset.AbstractGlyph
- All Implemented Interfaces:
- Box, Glyph
- Direct Known Subclasses:
- SimpleGlyph
- public abstract class AbstractGlyph
- extends AbstractBox
- implements Glyph
Abstract glyph implementation.
- Author:
- Christian Ziesemer
Method Summary |
int[] |
getCharacters()
Returns a array of characters represented by this glyph. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractGlyph
public AbstractGlyph()
getCharacters
public int[] getCharacters()
- Description copied from interface:
Glyph
- Returns a array of characters represented by this glyph.
- Specified by:
getCharacters
in interface Glyph
- Returns:
- a array of characters represented by this glyph.
 An inghuimische.de
project. | Copyright (C) 2004 Christian Ziesemer; See the Mozilla Public
License for more details.
|