eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_BackgroundPosition':

Home

everywhere
www.exept.de
for:
[back]

Class: CSS_BackgroundPosition (in HTML)


Inheritance:

   Object
   |
   +--HTML::CSS_AbstractStyleObject
      |
      +--HTML::CSS_AbstractStyleProperty
         |
         +--HTML::CSS_BackgroundPosition

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-StyleSheet-Color and Background
Version:
rev: 1.10 date: 2008/09/03 09:54:38
user: cg
file: HTML__CSS_BackgroundPosition.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

instance creation
o  newBottomCenter
Create a new background-position set to bottom center.

o  newBottomLeft
Create a new background-position set to bottom left.

o  newBottomRight
Create a new background-position set to bottom right.

o  newCenter
Create a new background-image set to center (horizontal and vertical).

o  newCenterBottom
Create a new background-image set to center bottom.

o  newCenterLeft
Create a new background-image set to center left.

o  newCenterRight
Create a new background-image set to center right.

o  newCenterTop
Create a new background-image set to center top.

o  newLeftBottom
Create a new background-image set to left bottom.

o  newLeftCenter
Create a new background-image set to left center.

o  newLeftTop
Create a new background-image set to left top.

o  newRightCenter
Create a new background-image set to right center.

o  newRightTop
Create a new background-image set to right top.

o  newTopCenter
Create a new background-position set to top center.

o  newTopLeft
Create a new background-position set to top left.

o  newTopRight
Create a new background-position set to top right.

required protocol
o  keyName
Return a key name for background-position.


Instance protocol:

accessing
o  acceptHTMLVisitor: aVisitor
visitor pattern: dispatch me to the visitor

interface-accessing
o  beBottomCenter
Set the background-position to be bottom center.

o  beBottomLeft
Set the background-position to be bottom left.

o  beBottomRight
Set the background-position to be bottom right.

o  beCenterBottom
Set the background-position to be center bottom.

o  beCenterLeft
Set the background-position to be center left.

o  beCenterRight
Set the background-position to be center right.

o  beCenterTop
Set the background-position to be center top.

o  beLeftBottom
Set the background-position to be left bottom.

o  beLeftCenter
Set the background-position to be left center.

o  beLeftTop
Set the background-position to be left top.

o  beRightBottom
Set the background-position to be right bottom.

o  beRightCenter
Set the background-position to be right center.

o  beRightTop
Set the background-position to be right top.

o  beTopCenter
Set the background-position to be top center.

o  beTopLeft
Set the background-position to be top left.

o  beTopRight
Set the background-position to be top right.



ST/X 6.1.1; WebServer 1.620 at exept:8081; Sat, 11 Feb 2012 01:00:14 GMT