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

Class: Image_Graph_Line_Dashed

Source Location: /Image_Graph-0.8.0/Graph/Line/Dashed.php

Class Overview

Image_Graph_Common
   |
   --Image_Graph_Line_Solid
      |
      --Image_Graph_Line_Formatted
         |
         --Image_Graph_Line_Dashed

Dashed line style.


Author(s):

Version:

  • Release: 0.8.0

Copyright:

  • 2003-2009 The PHP Group

Methods


Inherited Variables

Inherited Methods

Class: Image_Graph_Line_Formatted

Image_Graph_Line_Formatted::Image_Graph_Line_Formatted()
Image_Graph_FormattedLine [Constructor]

Class: Image_Graph_Line_Solid

Image_Graph_Line_Solid::Image_Graph_Line_Solid()
Image_Graph_SolidLine [Constructor]
Image_Graph_Line_Solid::setThickness()
Set the thickness of the linestyle

Class: Image_Graph_Common

Image_Graph_Common::Image_Graph_Common()
Constructor [Image_Graph_Common]
Image_Graph_Common::add()
Adds an element to the objects element list.
Image_Graph_Common::addNew()
Creates an object from the class and adds it to the objects element list.
Image_Graph_Common::hide()
Hide the element

Class Details

[line 53]
Dashed line style.

This style displays as a short line with a shorter space afterwards, i.e 4px color1, 2px color2, 4px color1, etc.



[ Top ]


Method Detail

Image_Graph_Line_Dashed (Constructor)   [line 62]

Image_Graph_Line_Dashed Image_Graph_Line_Dashed( mixed $color1, mixed $color2)

Image_Graph_DashedLine [Constructor]

Parameters:

mixed   $color1   —  The color for the 'dashes'
mixed   $color2   —  The color for the 'spaces'

[ Top ]


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