eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_BackgroundPosition':

Home

Documentation
www.exept.de
Everywhere
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-HTML-StyleSheet-Color and Background
Version:
rev: 1.11 date: 2018/04/26 10:34:01
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.

usage example(s):

    CSS_BackgroundPosition newBottomCenter printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition newBottomLeft printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition newBottomRight printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition newCenter printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition newCenterBottom printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition newCenterLeft printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition newCenterRight printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition newCenterTop printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition newLeftBottom printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition newLeftCenter printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition newLeftTop printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition newRightCenter printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition newRightTop printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition newTopCenter printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition newTopLeft printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition newTopRight printHtmlString.

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.

usage example(s):

    CSS_BackgroundPosition beBottomCenter printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition beBottomLeft printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition beBottomRight printHtmlString.

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

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

usage example(s):

    CSS_BackgroundPosition beCenterLeft printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition beCenterRight printHtmlString.

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.

usage example(s):

    CSS_BackgroundPosition beTopCenter printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition beTopLeft printHtmlString.

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

usage example(s):

    CSS_BackgroundPosition beTopRight printHtmlString.



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 05:58:31 GMT