com.adobe.icomm.assetplacement.model
Class PromoImageSlideShowController

java.lang.Object
  extended by com.adobe.icomm.assetplacement.model.PackageElement
      extended by com.adobe.icomm.assetplacement.model.Controller
          extended by com.adobe.icomm.assetplacement.model.PromoImageSlideShowController

public class PromoImageSlideShowController
extends Controller

Class that represents the <PromoImageSlideShow> element within a package definition file. This class provides access to things like w/h/contentType and speed properties


Method Summary
 String getDelay()
          The number of milliseconds between each image in the slide show.
 String getHeight()
          Defines the height of the image cell in pixels.
 String getWidth()
          Defines the width of the image cell in pixels.
 void setDelay(String value)
          The number of milliseconds between each image in the slide show.
 void setHeight(String value)
          Defines the height of the image cell in pixels.
 void setWidth(String value)
          Defines the width of the image cell in pixels.
 void validate(Validator validator)
          Validate the slideshow delay.
 
Methods inherited from class com.adobe.icomm.assetplacement.model.Controller
getControllerType, getID, setID
 
Methods inherited from class com.adobe.icomm.assetplacement.model.PackageElement
getAttribute, getMetaData, remove, setAttribute, setMetaData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDelay

public String getDelay()
The number of milliseconds between each image in the slide show.

Returns:
the delay between images, in milliseconds.

setDelay

public void setDelay(String value)
The number of milliseconds between each image in the slide show.

Parameters:
value - the new delay value, in milliseconds.

getWidth

public String getWidth()
Defines the width of the image cell in pixels.

Returns:
the width of the PromoImageSlideShow.

setWidth

public void setWidth(String value)
Defines the width of the image cell in pixels.

Parameters:
value - the new width of the PromoImageSlideShow.

getHeight

public String getHeight()
Defines the height of the image cell in pixels.

Returns:
the height of the PromoImageSlideShow.

setHeight

public void setHeight(String value)
Defines the height of the image cell in pixels.

Parameters:
value - the new height of the PromoImageSlideShow.

validate

public void validate(Validator validator)
Validate the slideshow delay.

Overrides:
validate in class Controller
Parameters:
validator - the validator


[an error occurred while processing this directive] [an error occurred while processing this directive]