|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.ecs.Element | +--org.apache.ecs.ElementAttributes | +--org.apache.ecs.SinglePartElement | +--org.apache.ecs.HR
This class creates an <HR> tag.
Fields inherited from class org.apache.ecs.SinglePartElement |
v_element |
Fields inherited from class org.apache.ecs.ElementAttributes |
attribute_filter,
end_modifier,
end_modifier_defined,
filter_attribute_state,
NO_ATTRIBUTE_VALUE,
start_modifier,
start_modifier_defined |
Fields inherited from class org.apache.ecs.Element |
case_type,
codeset,
element,
end_element,
filter,
filter_state,
position,
VERSION |
Constructor Summary | |
HR()
Basic constructor. |
|
HR(int width)
Basic constructor |
|
HR(int width,
java.lang.String align)
Basic constructor |
|
HR(int width,
java.lang.String align,
int size)
Basic constructor |
|
HR(java.lang.String width)
Basic constructor |
|
HR(java.lang.String width,
java.lang.String align)
Basic constructor |
|
HR(java.lang.String width,
java.lang.String align,
int size)
Basic constructor |
|
HR(java.lang.String width,
java.lang.String align,
java.lang.String size)
Basic constructor |
Method Summary | |
(package private) void |
Private initialization routine. |
HR |
setAlign(java.lang.String align)
Sets the ALIGN="" attribute |
HR |
setNoShade(boolean shade)
Sets the noshade |
HR |
setSize(int size)
Sets the SIZE="" attribute |
HR |
setSize(java.lang.String size)
Sets the SIZE="" attribute |
HR |
setWidth(int width)
Sets the WIDTH="" attribute |
HR |
setWidth(java.lang.String width)
Sets the WIDTH="" attribute |
Methods inherited from class org.apache.ecs.SinglePartElement |
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
output,
output,
registryHasElement,
registryHasElement,
removeElementFromRegistry,
removeElementFromRegistry |
Methods inherited from class org.apache.ecs.Element |
alterCase,
getCase,
getCodeSet,
getElementHashEntry,
getElementType,
getFilter,
getFilterState,
getNeedClosingTag,
getTagPosition,
getVersion,
setCase,
setCodeSet,
setElementType,
setFilter,
setFilterState,
setNeedClosingTag,
setTagPosition,
toString,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
Constructor Detail |
public HR()
public HR(java.lang.String width)
width
- sets the WIDTH="" attributepublic HR(int width)
width
- sets the WIDTH="" attributepublic HR(java.lang.String width, java.lang.String align)
width
- sets the WIDTH="" attributealign
- sets the ALIGN="" attributepublic HR(int width, java.lang.String align)
width
- sets the WIDTH="" attributealign
- sets the ALIGN="" attributepublic HR(java.lang.String width, java.lang.String align, java.lang.String size)
width
- sets the WIDTH="" attributealign
- sets the ALIGN="" attributesize
- sets the SIZE="" attributepublic HR(java.lang.String width, java.lang.String align, int size)
width
- sets the WIDTH="" attributealign
- sets the ALIGN="" attributesize
- sets the SIZE="" attributepublic HR(int width, java.lang.String align, int size)
width
- sets the WIDTH="" attributealign
- sets the ALIGN="" attributesize
- sets the SIZE="" attributeMethod Detail |
void()
public HR setWidth(java.lang.String width)
width
- the WIDTH="" attributepublic HR setWidth(int width)
width
- the WIDTH="" attributepublic HR setAlign(java.lang.String align)
align
- the ALIGN="" attributepublic HR setSize(java.lang.String size)
hspace
- the SIZE="" attributepublic HR setSize(int size)
hspace
- the SIZE="" attributepublic HR setNoShade(boolean shade)
shade
- true or false
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |