Class BorderSP

Description

The BorderSP represents the 'border' StyleProperty.

A StyleProperty (SP) is one of the tree building pieces of CSS styles. It stores information about a single CSS style property by storing one or more

  1. StyleComponents
.

The other two CSS styles building pieces are

  1. StyleComponents
and
  1. StyleCollections
.

  • version: $Id: BorderSP.class.php,v 1.7 2006/06/02 15:56:07 cws-midd Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College

Located in /harmoni/core/GUIManager/StyleProperties/BorderSP.class.php (line 25)

StylePropertyInterface
   |
   --StyleProperty
      |
      --BorderSP
Method Summary
BorderSP BorderSP (string $width, string $style, string $color)
Variables
Methods
Constructor BorderSP (line 35)

The constructor. All parameters could be

  1. null
and if so will be ignored.

  • access: public
BorderSP BorderSP (string $width, string $style, string $color)
  • string $width: width The width of the border.
  • string $style: style The style of the border.
  • string $color: color The color of the border.

Inherited Methods

Inherited From StyleProperty

StyleProperty::StyleProperty()
StyleProperty::addSC()
StyleProperty::getCSS()
StyleProperty::getDescription()
StyleProperty::getDisplayName()
StyleProperty::getId()
StyleProperty::getName()
StyleProperty::getPostHTML()
StyleProperty::getPreHTML()
StyleProperty::getSCList()
StyleProperty::getSCs()
StyleProperty::getStyleComponent()
StyleProperty::setId()

Inherited From StylePropertyInterface

StylePropertyInterface::addSC()
StylePropertyInterface::getCSS()
StylePropertyInterface::getDescription()
StylePropertyInterface::getDisplayName()
StylePropertyInterface::getName()
StylePropertyInterface::getSCs()

Documentation generated on Wed, 19 Sep 2007 10:21:48 -0400 by phpDocumentor 1.3.0RC3