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

Class: awShape

Source Location: /class/system/artichow/php4/inc/Math.class.php

Class Overview




Variables

Methods


Child classes:

awPoint
Describe a point
awLine
Describe a line
awPolygon
Describe a polygon

Class Details

[line 12]


[ Top ]


Class Variables

$hide =  FALSE

[line 19]

Is the shape hidden ?


Type:   bool


[ Top ]

$style =

[line 26]

Shape style


Type:   int


[ Top ]

$thickness =

[line 33]

Shape thickness


Type:   int


[ Top ]



Class Methods


method getStyle [line 70]

int getStyle( )

Return shape style



[ Top ]

method getThickness [line 88]

int getThickness( )

Return shape thickness



[ Top ]

method hide [line 97]

void hide( bool $hide)

Hide the shape



Parameters:

bool   $hide  

[ Top ]

method isHidden [line 115]

bool isHidden( )

Is the line hidden ?



[ Top ]

method setStyle [line 61]

void setStyle( int $style)

Change shape style



Parameters:

int   $style   Line style

[ Top ]

method setThickness [line 79]

void setThickness( int $thickness)

Change shape thickness



Parameters:

int   $thickness   Shape thickness in pixels

[ Top ]

method show [line 106]

void show( bool $shape)

Show the shape



Parameters:

bool   $shape  

[ Top ]


Documentation generated on Sat, 08 Nov 2008 14:53:11 +0100 by phpDocumentor 1.4.1