info.informatica.doc.style.css.property
Class AttributeToStyle

java.lang.Object
  extended by info.informatica.doc.style.css.property.AttributeToStyle

public final class AttributeToStyle
extends Object

Transforms HTML attributes into style declarations.

Author:
Carlos Amengual (amengual at informatica.info)

Constructor Summary
protected AttributeToStyle()
           
 
Method Summary
static void bgcolor(String bgcolorAttr, StringBuilder buf)
           
static void height(String heightAttr, StringBuilder buf)
           
static void width(String widthAttr, StringBuilder buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeToStyle

protected AttributeToStyle()
Method Detail

bgcolor

public static void bgcolor(String bgcolorAttr,
                           StringBuilder buf)

width

public static void width(String widthAttr,
                         StringBuilder buf)

height

public static void height(String heightAttr,
                          StringBuilder buf)


Copyright © 2011 informatica.info. All Rights Reserved.