Libchart

Simple PHP chart drawing library
  • Introduction
  • Download
  • Sample Code
  • Reference API
  • Links
  • Main Page
  • Classes
  • Directories
  • Class List
  • Class Members

Padding Class Reference

List of all members.

Public Member Functions

 Padding ($top, $right=null, $bottom=null, $left=null)

Public Attributes

 $top
 $right
 $bottom
 $left

Detailed Description

A padding.

Author:
Jean-Marc Trémeaux (jm.tremeaux at gmail.com) on 27 july 2007


Member Function Documentation

Padding::Padding ( $  top,
$  right = null,
$  bottom = null,
$  left = null 
)

Creates a new padding.

Parameters:
integer Top padding
integer Right padding
integer Bottom padding
integer Left padding


Member Data Documentation

Padding::$top

Top padding

Padding::$right

Right padding

Padding::$bottom

Bottom padding

Padding::$left

Left padding


The documentation for this class was generated from the following file:
  • Padding.php

Site last modified August 13th, 2007 by Jean-Marc Trémeaux