linea21-externals
[ class tree: linea21-externals ] [ index: linea21-externals ] [ all elements ]

Class: awComponentGroup

Source Location: /class/system/artichow/php5/Component.class.php

Class Overview

awComponent
   |
   --awComponentGroup

A graph can contain some groups of components


Author(s):

Variables

Methods


Child classes:

A graph with axis can contain some groups of components

Inherited Variables

Inherited Methods

Class: awComponent

awComponent::__construct()
Build the component
awComponent::auto()
Adjust automatically the component ?
awComponent::drawComponent()
Draw the component on the graph Component should be drawed into specified coords
awComponent::drawEnvelope()
Draw the grid around your component
awComponent::finalize()
Finalize the drawing of the component
awComponent::getBackground()
Return the component background
awComponent::getPosition()
Get component coords with its padding
awComponent::getSpace()
Get space width in pixels
awComponent::init()
Init the drawing of the component
awComponent::setAbsPosition()
Change the absolute position of the component on the graph
awComponent::setAbsSize()
Change the absolute size of the component
awComponent::setBackgroundColor()
Change component background color
awComponent::setBackgroundGradient()
Change component background gradient
awComponent::setBackgroundImage()
Change component background image
awComponent::setCenter()
Set the center of the component
awComponent::setPadding()
Change component padding
awComponent::setSize()
Change the size of the component
awComponent::setSpace()
Change component space

Class Details

[line 19]
A graph can contain some groups of components



Tags:

abstract:  


[ Top ]


Class Variables

$components =

[line 26]

Components of this group



Tags:

access:  protected

Type:   array


[ Top ]



Class Methods


constructor __construct [line 31]

awComponentGroup __construct( )

Build the component group



Tags:

access:  public


Overrides awComponent::__construct() (Build the component)

[ Top ]

method add [line 41]

void add( $component)

Add a component to the group



Tags:

access:  public


Parameters:

awComponent   $component   A component

[ Top ]


Documentation generated on Thu, 03 May 2012 15:03:32 +0200 by phpDocumentor 1.4.1