Multivalent API

multivalent.std.adaptor
Class CSSContext

java.lang.Object
  extended by multivalent.Context
      extended by multivalent.std.adaptor.CSSContext

public class CSSContext
extends Context

Version:
$Revision: 1.2 $ $Date: 2002/02/01 08:48:29 $
See Also:
CSS

Field Summary
 java.lang.String borderstyle
           
 java.awt.Color cborderbottom
           
 java.awt.Color cborderleft
           
 java.awt.Color cborderright
           
 java.awt.Color cbordertop
           
 
Fields inherited from class multivalent.Context
align, background, baseline, BOOL_FALSE, BOOL_INHERIT, BOOL_INVALID, BOOL_TRUE, borderbottom, borderleft, borderright, bordertop, COLOR_INHERIT, COLOR_INVALID, dasharray, dashphase, display, elide, family, flags, FLOAT_INVALID, FLOATARRAY_INVALID, floats, flush, foreground, g, INT_INVALID, justify, linecap, linejoin, linewidth, marginbottom, marginleft, marginright, margintop, miterlimit, mode, OBJECT_INVALID, overline, overstrike, paddingbottom, paddingleft, paddingright, paddingtop, pagebackground, signal, size, spaceabove, spacebelow, spot, STRING_INVALID, STROKE_DEFAULT, strokeColor, styleSheet, textAT, texttransform, underline, underline2, vactive_, valid, valign, weight, x, xdelta, xor, y, ydelta, zoom
 
Constructor Summary
CSSContext()
           
 
Method Summary
 void clear()
           
 void clearNonInherited()
           
 boolean paintAfter(Context cx, INode node)
           
 boolean paintBefore(Context cx, INode node)
          Border painted before content, so content can overwrite.
 
Methods inherited from class multivalent.Context
add, addBase, addq, clearBase, deleteBase, eatHeight, floatStackSize, flowFloats, flushFloats, getFloatHeightToGo, getFloatWidth, getFont, getStroke, paintAfter, paintBefore, popFloat, priorityInsert, pushFloat, queueFloat, remove, removeq, reset, reset, reset, reset, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cbordertop

public java.awt.Color cbordertop

cborderbottom

public java.awt.Color cborderbottom

cborderleft

public java.awt.Color cborderleft

cborderright

public java.awt.Color cborderright

borderstyle

public java.lang.String borderstyle
Constructor Detail

CSSContext

public CSSContext()
Method Detail

clear

public void clear()
Overrides:
clear in class Context

clearNonInherited

public void clearNonInherited()
Overrides:
clearNonInherited in class Context

paintBefore

public boolean paintBefore(Context cx,
                           INode node)
Border painted before content, so content can overwrite.

Overrides:
paintBefore in class Context

paintAfter

public boolean paintAfter(Context cx,
                          INode node)
Overrides:
paintAfter in class Context

Multivalent API