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

Class: awMark

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

Class Overview


Draw marks


Variables

Methods



Class Details

[line 34]
Draw marks



[ Top ]


Class Variables

$border =

[line 167]

Marks border


Type:   Border


[ Top ]

$driver =

[line 153]

To draw marks


Type:   Driver


[ Top ]

$fill =

[line 139]

Fill mark



Tags:

var:  Gradient

Type:   Color,


[ Top ]

$hide =

[line 118]

Must marks be hidden ?


Type:   bool


[ Top ]

$image =

[line 146]

Mark image


Type:   Image


[ Top ]

$move =

[line 160]

Move position from this vector


Type:   Point


[ Top ]

$size =  8

[line 132]

Mark size


Type:   int


[ Top ]

$type =

[line 125]

Mark type


Type:   int


[ Top ]



Class Methods


constructor awMark [line 172]

awMark awMark( )

Build the mark



[ Top ]

method changeType [line 329]

void changeType( $image)



Parameters:

   $image  

[ Top ]

method draw [line 261]

void draw( $driver $driver, $point $point)

Draw the mark



Parameters:

$driver   $driver  
$point   $point   Mark center

[ Top ]

method drawCircle [line 334]

void drawCircle( $point)



Parameters:

   $point  

[ Top ]

method drawCross [line 439]

void drawCross( $point, [ $upright = FALSE])



Parameters:

   $point  
   $upright  

[ Top ]

method drawImage [line 481]

void drawImage( $point)



Parameters:

   $point  

[ Top ]

method drawRhombus [line 411]

void drawRhombus( $point)



Parameters:

   $point  

[ Top ]

method drawSquare [line 350]

void drawSquare( $point)



Parameters:

   $point  

[ Top ]

method drawTriangle [line 373]

void drawTriangle( $point, [ $inverted = FALSE])



Parameters:

   $point  
   $inverted  

[ Top ]

method hide [line 199]

void hide( [bool $hide = TRUE])

Hide marks ?



Parameters:

bool   $hide   TRUE to hide marks, FALSE otherwise

[ Top ]

method move [line 188]

void move( int $x, int $y)

Change mark position



Parameters:

int   $x   Add this interval to X coord
int   $y   Add this interval to Y coord

[ Top ]

method setFill [line 239]

void setFill( mixed $fill)

Fill the mark with a color or a gradient



Parameters:

mixed   $fill   A color or a gradient

[ Top ]

method setImage [line 251]

void setImage( Image &$image)

Set an image Only for MARK_IMAGE type.



Parameters:

Image   &$image   An image

[ Top ]

method setSize [line 217]

void setSize( int $size)

Change mark type



Parameters:

int   $size   Size in pixels

[ Top ]

method setType [line 227]

void setType( int $type, [int $size = NULL])

Change mark type



Parameters:

int   $type   New mark type
int   $size   Mark size (can be NULL)

[ Top ]

method show [line 208]

void show( [bool $show = TRUE])

Show marks ?



Parameters:

bool   $show  

[ Top ]


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