|
WebObjects 5.2 | |||||||||
| 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.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 |
| 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 | |
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 with| Method 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()
WOSMILElementotherTagString property.otherTagString in class WOSMILElementcom.webobjects.smil.WOSMILElementotherTagString propertypublic String regionID()
regionID binding.regionID bindingpublic void setBgcolor(String bgcolor)
bgcolor binding.color - 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 Fri Feb 21 13:15:00 PST 2003. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||