org.apache.fop.configuration
Class FontTriplet

java.lang.Object
  extended byorg.apache.fop.configuration.FontTriplet

public class FontTriplet
extends Object

FontTriplet contains information on name, weight, style of one font


Constructor Summary
FontTriplet(String name, String weight, String style)
           
 
Method Summary
 String getName()
           
 String getStyle()
           
 String getWeight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontTriplet

public FontTriplet(String name,
                   String weight,
                   String style)
Method Detail

getName

public String getName()

getWeight

public String getWeight()

getStyle

public String getStyle()


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.