multivalent.std.adaptor

Class CSSGeneral

public class CSSGeneral extends CLGeneral

Adds CSS-specific attributes to CLGeneral.

Version: $Revision: 1.2 $ $Date: 2002/02/01 08:47:55 $

Field Summary
Stringborderstyle
Colorcborderbottom
Colorcborderleft
Colorcborderright
Colorcbordertop
Stringtexttransform
Constructor Summary
CSSGeneral()
CSSGeneral(int priority)
Method Summary
booleanappearance(Context cx, boolean all)
All attributes or just inherited ones?
voidcopyInto(CLGeneral dest)
booleanequals(Object o)
inthashCode()
voidinvalidate()

Field Detail

borderstyle

public String borderstyle

cborderbottom

public Color cborderbottom

cborderleft

public Color cborderleft

cborderright

public Color cborderright

cbordertop

public Color cbordertop

texttransform

public String texttransform

Constructor Detail

CSSGeneral

public CSSGeneral()

CSSGeneral

public CSSGeneral(int priority)

Method Detail

appearance

public boolean appearance(Context cx, boolean all)
All attributes or just inherited ones?

copyInto

public void copyInto(CLGeneral dest)

equals

public boolean equals(Object o)

hashCode

public int hashCode()

invalidate

public void invalidate()