org.xhtmlrenderer.css.value
Class FontSpecification

java.lang.Object
  extended by org.xhtmlrenderer.css.value.FontSpecification

public class FontSpecification
extends Object

Created by IntelliJ IDEA. User: tobe Date: 2005-jun-23 Time: 00:28:43 To change this template use File | Settings | File Templates.


Field Summary
 String[] families
           
 IdentValue fontStyle
           
 IdentValue fontWeight
           
 float size
           
 IdentValue variant
           
 
Constructor Summary
FontSpecification()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

size

public float size

fontWeight

public IdentValue fontWeight

families

public String[] families

fontStyle

public IdentValue fontStyle

variant

public IdentValue variant
Constructor Detail

FontSpecification

public FontSpecification()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.