Lizzy v1.1.1

christophedelory.playlist.smil
Class RegistrationPoint

java.lang.Object
  extended by christophedelory.playlist.smil.Core
      extended by christophedelory.playlist.smil.Position
          extended by christophedelory.playlist.smil.RegistrationPoint

public class RegistrationPoint
extends Position

Determines the (x, y) coordinates of a point relative to a region upper-left corner for use in aligning elements in the document's body on regions within a visual rendering surface. A regPoint may be defined using absolute (pixel) or relative (percentage) based values.

Version:
$Revision: 92 $
Author:
Christophe Delory

Constructor Summary
RegistrationPoint()
           
 
Method Summary
 String getRegAlign()
          Returns the registration algorithm.
 Boolean getSkipContent()
          Checks if the content may be skipped or not.
 boolean isSkipContent()
          Checks if the content may be skipped or not.
 void setRegAlign(String regAlign)
          Initializes the registration algorithm.
 void setSkipContent(Boolean skipContent)
          Specifies if the content may be skipped or not.
 
Methods inherited from class christophedelory.playlist.smil.Position
getBottomString, getLeftString, getRightString, getTopString, setBottom, setBottomString, setLeft, setLeftString, setRight, setRightString, setTop, setTopString
 
Methods inherited from class christophedelory.playlist.smil.Core
getClassName, getId, getLang, getTitle, setClassName, setId, setLang, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationPoint

public RegistrationPoint()
Method Detail

getRegAlign

public String getRegAlign()
Returns the registration algorithm. The regAlign value uniquely identifies the registration algorithm to be used for the regPoint defined for the object, and overrides any regAlign attribute on the referenced regPoint element.

Returns:
the registration algorithm. May be null.
See Also:
setRegAlign(java.lang.String)

setRegAlign

public void setRegAlign(String regAlign)
Initializes the registration algorithm.

Parameters:
regAlign - the registration algorithm. May be null.
See Also:
getRegAlign()

isSkipContent

public boolean isSkipContent()
Checks if the content may be skipped or not.

Returns:
the associated boolean.
See Also:
getSkipContent()

getSkipContent

public Boolean getSkipContent()
Checks if the content may be skipped or not. The skip content controls whether the content of an element is evaluated or should be skipped.

Returns:
the associated boolean. May be null.
See Also:
setSkipContent(java.lang.Boolean)

setSkipContent

public void setSkipContent(Boolean skipContent)
Specifies if the content may be skipped or not.

Parameters:
skipContent - the associated boolean. May be null.
See Also:
getSkipContent()

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.