| 
WebObjects 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--com.webobjects.appserver.WOElement
        |
        +--com.webobjects.appserver.WOComponent
              |
              +--com.webobjects.smil.WOSMILElement
                    |
                    +--com.webobjects.smil.WOSMILAnchor
WOSMILAnchor creates content for a SMIL "anchor" element. The "anchor" element offers the
 ability to break media objects up into temporal or spatial sub-parts and reference those
 sub-parts from other elements
| Binding | SMIL attribute | 
|---|---|
elementID | id | 
coordinates | coords | 
begin | begin | 
end | end | 
show | show | 
skipContent | skip-content | 
title | title | 
otherTagString | use this binding to add custom attributes | 
| Inner classes inherited from class com.webobjects.appserver.WOComponent | 
WOComponent.Event | 
| Inner classes inherited from class com.webobjects.foundation.NSKeyValueCoding | 
NSKeyValueCoding.DefaultImplementation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.Null, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.Utility, NSKeyValueCoding.ValueAccessor | 
| Inner classes inherited from class com.webobjects.foundation.NSKeyValueCodingAdditions | 
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility | 
| Inner classes inherited from class com.webobjects.foundation.NSValidation | 
NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException | 
| Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding | 
NullValue | 
| Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions | 
KeyPathSeparator | 
| Constructor Summary | |
WOSMILAnchor(WOContext context)
Creates a WOSMILAnchor.  | 
|
| Method Summary | |
 String | 
begin()
Returns the value of the begin binding. | 
 String | 
coordinates()
Returns the value of the coordinates binding. | 
 String | 
end()
Returns the value of the end binding. | 
 String | 
otherTagString()
Returns the value of the otherTagString property. | 
 void | 
setBegin(String begin)
Sets the value of the begin binding. | 
 void | 
setCoordinates(String newCoordinates)
Sets the value of the value of the coordinates binding. | 
 void | 
setEnd(String end)
Sets the value of the end binding. | 
 void | 
setShow(String shouldShow)
Sets the value of the show binding. | 
 void | 
setSkipContent(boolean shouldSkipContent)
Sets the value of the skipContent binding. | 
 void | 
setTitle(String newTitle)
Sets the value of the title binding. | 
 String | 
show()
Returns the value of the show binding. | 
 boolean | 
skipContent()
Returns the value of the skipContent binding. | 
 String | 
title()
Returns the value of the title binding. | 
| Methods inherited from class com.webobjects.smil.WOSMILElement | 
elementID, setElementID, setOtherTagString, synchronizesVariablesWithBindings | 
| Methods inherited from class java.lang.Object | 
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public WOSMILAnchor(WOContext context)
context - context this component is created with| Method Detail | 
public String begin()
begin binding.begin bindingpublic String coordinates()
coordinates binding.coordinates bindingpublic String end()
end binding.end bindingpublic String otherTagString()
WOSMILElementotherTagString property.otherTagString in class WOSMILElementcom.webobjects.smil.WOSMILElementotherTagString propertypublic void setBegin(String begin)
begin binding.begin - value for the begin bindingpublic void setCoordinates(String newCoordinates)
coordinates binding.newCoordinates - value for the coordinates bindingpublic void setEnd(String end)
end binding.end - value for the end bindingpublic void setShow(String shouldShow)
show binding.show - value for the show bindingpublic void setSkipContent(boolean shouldSkipContent)
skipContent binding.shouldSkipContent - value for the skipContent bindingpublic void setTitle(String newTitle)
title binding.newTitle - value for the title bindingpublic String show()
show binding.show bindingpublic boolean skipContent()
skipContent binding.skipContent bindingpublic String title()
title binding.title binding
  | 
Last updated Thu Jan 10 18:10:21 PST 2002. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||