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

Class: awShape

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

Class Overview




Author(s):

Variables

Constants

Methods


Child classes:

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

Class Details

[line 12]


Tags:

abstract:  


[ Top ]


Class Variables

$hide =  FALSE

[line 19]

Is the shape hidden ?



Tags:

access:  protected

Type:   bool


[ Top ]

$style =

[line 26]

Shape style



Tags:

access:  public

Type:   int


[ Top ]

$thickness =

[line 33]

Shape thickness



Tags:

access:  public

Type:   int


[ Top ]



Class Methods


method getStyle [line 70]

int getStyle( )

Return shape style



Tags:

access:  public


[ Top ]

method getThickness [line 88]

int getThickness( )

Return shape thickness



Tags:

access:  public


[ Top ]

method hide [line 97]

void hide( bool $hide)

Hide the shape



Tags:

access:  public


Parameters:

bool   $hide  

[ Top ]

method isHidden [line 115]

bool isHidden( )

Is the line hidden ?



Tags:

access:  public


[ Top ]

method setStyle [line 61]

void setStyle( int $style)

Change shape style



Tags:

access:  public


Parameters:

int   $style   Line style

[ Top ]

method setThickness [line 79]

void setThickness( int $thickness)

Change shape thickness



Tags:

access:  public


Parameters:

int   $thickness   Shape thickness in pixels

[ Top ]

method show [line 106]

void show( bool $shape)

Show the shape



Tags:

access:  public


Parameters:

bool   $shape  

[ Top ]


Class Constants

DASHED =  3

[line 54]

Dashed shape


[ Top ]

DOTTED =  2

[line 47]

Dotted shape


[ Top ]

SOLID =  1

[line 40]

Solid shape


[ Top ]



Documentation generated on Fri, 01 Apr 2011 09:32:49 +0200 by phpDocumentor 1.4.1