org.apache.fop.configuration
Class FontTriplet
java.lang.Object
org.apache.fop.configuration.FontTriplet
- public class FontTriplet
- extends Object
FontTriplet contains information on name, weight, style of one font
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FontTriplet
public FontTriplet(String name,
String weight,
String style)
getName
public String getName()
getWeight
public String getWeight()
getStyle
public String getStyle()
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.