Image_GIS
[ class tree: Image_GIS ] [ index: Image_GIS ] [ all elements ]

Class: Image_GIS_LineSet

Source Location: /Image_GIS-1.1.2/Image/GIS/LineSet.php

Class Overview


A Set of Lines.


Author(s):

Copyright:

  • Copyright &copy; 2002-2005 Jan Kneschke <jan@kneschke.de> and Sebastian Bergmann <sb@sebastian-bergmann.de>

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 28]
A Set of Lines.


[ Top ]


Class Variables

$color =  'black'

[line 32]


Type:   array


[ Top ]

$lines = array()

[line 37]


Type:   array


[ Top ]

$max =  false

[line 46]


Type:   array


[ Top ]

$min =  false

[line 42]


Type:   array


[ Top ]



Method Detail

Image_GIS_LineSet (Constructor)   [line 54]

Image_GIS_LineSet Image_GIS_LineSet( [string $color = 'black'])

Constructor.
  • Access: public

Parameters:

string   $color   — 

[ Top ]

addLine   [line 67]

void addLine( float $x1, float $y1, float $x2, float $y2)

Adds a line to the line set.
  • Access: public

Parameters:

float   $x1   — 
float   $y1   — 
float   $x2   — 
float   $y2   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:39:26 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.