public class GlyphDetail extends Object
Constructor and Description |
---|
GlyphDetail(int code) |
GlyphDetail(int code,
GlyphException error) |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Returns the character code.
|
void |
throwExceptionIfNotValid() |
public GlyphDetail(int code)
code
- character codepublic GlyphDetail(int code, GlyphException error)
code
- character codeerror
- glyph exceptionpublic void throwExceptionIfNotValid() throws GlyphException
GlyphException
public int getCode()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.