ice.pilots.html4
Class CharacterAttributes

java.lang.Object
  extended byice.pilots.html4.CharacterAttributes

public class CharacterAttributes
extends Object

The purpose of this class is to provide a way of publicly exposing CSS attribute information without requiring access to the CSSAttribs class. It was originally designed to allow the Accessibility implemenation to get CSS attribute information for a character. The HTML4DocumentAccess class uses it to provide the CSSAttrib information of a character at a specific index. So at this point, it is not exhaustive or necessarily complete. Just enough to get the job done for accessibility support. The long-term plan is to flush it out so that it can be used for testing, etc.


Field Summary
static Color background_color
           
static Object background_image
           
static Color border_bottom_color
           
static int border_bottom_style
           
static int border_bottom_width
           
static Color border_left_color
           
static int border_left_style
           
static int border_left_width
           
static Color border_right_color
           
static int border_right_style
           
static int border_right_width
           
static Color border_top_color
           
static int border_top_style
           
static int border_top_width
           
static Color color
           
static int display
           
static String font_family
           
static int font_size
           
static int font_style
           
static int height
           
static int line_height
           
static byte listStyleType
           
static int margin_bottom
           
static int margin_left
           
static int margin_right
           
static int margin_top
           
static Color outline_color
           
static int padding_bottom
           
static int padding_left
           
static int padding_right
           
static int padding_top
           
static int text_align
           
static byte text_decoration
           
static short text_indent
           
static int vertical_align_type
           
 
Constructor Summary
CharacterAttributes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

background_color

public static Color background_color

background_image

public static Object background_image

border_bottom_color

public static Color border_bottom_color

border_bottom_style

public static int border_bottom_style

border_bottom_width

public static int border_bottom_width

border_left_color

public static Color border_left_color

border_left_style

public static int border_left_style

border_left_width

public static int border_left_width

border_right_color

public static Color border_right_color

border_right_style

public static int border_right_style

border_right_width

public static int border_right_width

border_top_color

public static Color border_top_color

border_top_style

public static int border_top_style

border_top_width

public static int border_top_width

font_family

public static String font_family

font_size

public static int font_size

font_style

public static int font_style

margin_bottom

public static int margin_bottom

margin_left

public static int margin_left

margin_right

public static int margin_right

margin_top

public static int margin_top

padding_bottom

public static int padding_bottom

padding_left

public static int padding_left

padding_right

public static int padding_right

padding_top

public static int padding_top

text_align

public static int text_align

text_decoration

public static byte text_decoration

text_indent

public static short text_indent

vertical_align_type

public static int vertical_align_type

color

public static Color color

display

public static int display

outline_color

public static Color outline_color

height

public static int height

line_height

public static int line_height

listStyleType

public static byte listStyleType
Constructor Detail

CharacterAttributes

public CharacterAttributes()