|
WebObjects 5.2.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | 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.WOSMILRegion
WOSMILRegion creates content for the SMIL "region
" element. A "region
"
element defines the location, size and scaling of media objects.
Binding | SMIL attribute |
---|---|
elementID | id |
fit | fit |
top | top |
left | left |
height | height |
width | width |
regionID | id |
title | title |
bgcolor | background-color |
zIndex | z-index |
skipContent | skip-content |
otherTagString | use this binding to add custom attributes |
Nested Class Summary |
Nested classes inherited from class com.webobjects.appserver.WOComponent |
WOComponent.Event |
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCoding |
NSKeyValueCoding.DefaultImplementation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.Null, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.Utility, NSKeyValueCoding.ValueAccessor |
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCodingAdditions |
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility |
Nested classes inherited from class com.webobjects.foundation.NSValidation |
NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException |
Field Summary |
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding |
NullValue |
Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
KeyPathSeparator |
Constructor Summary | |
WOSMILRegion(WOContext context)
Creates a WOSMILRegion. |
Method Summary | |
String |
bgcolor()
Returns the value of the bgcolor binding. |
String |
fit()
Returns the value of the fit binding. |
int |
height()
Returns the value of the height binding. |
int |
left()
Returns the value of the left binding. |
String |
otherTagString()
Returns the value of the otherTagString property. |
String |
regionID()
Returns the value of the regionID binding. |
void |
setBgcolor(String bgcolor)
Sets the value of the bgcolor binding. |
void |
setFit(String fit)
Sets the value of the fit binding. |
void |
setHeight(int height)
Sets the value of the height binding. |
void |
setLeft(int left)
Sets the value of the left binding. |
void |
setRegionID(String regionID)
Sets the value of the regionID binding. |
void |
setSkipContent(boolean shouldSkipContent)
Sets the value of the skipContent binding. |
void |
setTitle(String title)
Sets value of the title binding. |
void |
setTop(int top)
Sets the value of the top binding. |
void |
setWidth(int width)
Sets the value of the width binding. |
void |
setZIndex(int zIndex)
Sets the value of the zIndex binding. |
boolean |
skipContent()
Returns the value of the skipContent binding. |
String |
title()
Returns the value of the title binding. |
int |
top()
Returns the value of the top binding. |
int |
width()
Returns the value of the width binding. |
int |
zIndex()
Returns the value of the zIndex 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 WOSMILRegion(WOContext context)
context
- context this component is created withMethod Detail |
public String bgcolor()
bgcolor
binding.
bgcolor
bindingpublic String fit()
fit
binding.
fit
bindingpublic int height()
height
binding.
height
bindingpublic int left()
left
binding.
left
bindingpublic String otherTagString()
WOSMILElement
otherTagString
property.
otherTagString
in class WOSMILElement
otherTagString
propertypublic String regionID()
regionID
binding.
regionID
bindingpublic void setBgcolor(String bgcolor)
bgcolor
binding.
bgcolor
- value for the bgcolor
bindingpublic void setFit(String fit)
fit
binding.
fit
- value for the fit
bindingpublic void setHeight(int height)
height
binding.
height
- value for the height
bindingpublic void setLeft(int left)
left
binding.
left
- value for the left
bindingpublic void setRegionID(String regionID)
regionID
binding.
regionID
- value for the regionID
bindingpublic void setSkipContent(boolean shouldSkipContent)
skipContent
binding.
shouldSkipContent
- value for the skipContent
bindingpublic void setTitle(String title)
title
binding.
title
- value for the title
bindingpublic void setTop(int top)
top
binding.
top
- the value for the top
bindingpublic void setWidth(int width)
width
binding.
width
- value for the width
bindingpublic void setZIndex(int zIndex)
zIndex
binding.
zIndex
- value for the zIndex
bindingpublic boolean skipContent()
skipContent
binding.
skipContent
bindingpublic String title()
title
binding.
title
bindingpublic int top()
top
binding.
top
bindingpublic int width()
width
binding.
width
bindingpublic int zIndex()
zIndex
binding.
zIndex
binding
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |