|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.playlist.smil.Core christophedelory.playlist.smil.Position christophedelory.playlist.smil.RegistrationPoint
public class RegistrationPoint
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.
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 |
---|
public RegistrationPoint()
Method Detail |
---|
public String getRegAlign()
null
.setRegAlign(java.lang.String)
public void setRegAlign(String regAlign)
regAlign
- the registration algorithm. May be null
.getRegAlign()
public boolean isSkipContent()
getSkipContent()
public Boolean getSkipContent()
null
.setSkipContent(java.lang.Boolean)
public void setSkipContent(Boolean skipContent)
skipContent
- the associated boolean. May be null
.getSkipContent()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |