hep.graphics.heprep.util
Class HepRepFont
java.lang.Object
hep.graphics.heprep.util.HepRepFont
- public class HepRepFont
- extends Object
Static class to allow for font manipulation
- Version:
- $Id: HepRepFont.java,v 1.3 2004/07/30 06:07:34 duns Exp $
- Author:
- M.Donszelmann
- Source Code:
- HepRepFont.java
Method Summary |
static int |
getStyle(String name)
this method returns an integer encoding the font style |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cvsId
public static final String cvsId
- See Also:
- Constant Field Values
getStyle
public static final int getStyle(String name)
- this method returns an integer encoding the font style
- Parameters:
name
- of the style ("italic+bold" or "italic, bold"
- Returns:
- encoded font style
Copyright © 2000-2004 FreeHEP, All Rights Reserved.