diff options
author | Roman Kennke <roman@kennke.org> | 2006-11-07 12:57:12 +0000 |
---|---|---|
committer | Roman Kennke <roman@kennke.org> | 2006-11-07 12:57:12 +0000 |
commit | 4c6d0ec7ff1e6ff696e386ea0d3d261addf895f1 (patch) | |
tree | 85f0732564eb51b4c2e325a30a460ffdf53a5da2 /external/relaxngDatatype | |
parent | c437ac7f1b462ec5a6f569b31cc17de97882a199 (diff) | |
download | classpath-4c6d0ec7ff1e6ff696e386ea0d3d261addf895f1.tar.gz |
2006-11-07 Roman Kennke <kennke@aicas.com>
* gnu/javax/swing/text/html/css/BorderWidth.java:
New class. Handles CSS border width values.
* gnu/javax/swing/text/html/css/Length.java
(floatValue): Made protected so that BorderWidth can access it.
* javax/swing/text/html/CSS.java
(Attribute.BORDER_BOTTOM_COLOR): New static field.
(Attribute.BORDER_BOTTOM_STYLE): New static field.
(Attribute.BORDER_LEFT_COLOR): New static field.
(Attribute.BORDER_LEFT_STYLE): New static field.
(Attribute.BORDER_RIGHT_COLOR): New static field.
(Attribute.BORDER_RIGHT_STYLE): New static field.
(Attribute.BORDER_TOP_COLOR): New static field.
(Attribute.BORDER_TOP_STYLE): New static field.
(getValue): Added some mappings for the border color and
border width values.
* javax/swing/text/html/CSSBorder.java: New class. Implements
CSS borders.
* javax/swing/text/html/StyleSheet.java
(BoxPainter.background): New field.
(BoxPainter.border): New field.
(BoxPainter.bottomInset): Documented.
(BoxPainter.leftInset): Documented.
(BoxPainter.rightInset): Documented.
(BoxPainter.topInset): Documented.
(BoxPainter.BoxPainter): Added support for borders and background.
(BoxPainter.getInset): Add border insets.
(BoxPainter.paint): Implemented. Paints the background and the
CSS border.
(addRule): Be less picky about parse and IO exceptions.
(getBoxPainter): Adjust to new BoxPainter constructor.
Diffstat (limited to 'external/relaxngDatatype')
0 files changed, 0 insertions, 0 deletions