PHP Manual

  • English French German Portuguese Spanish
  1. Function Reference
  2. Image Processing and Generation
  3. Cairo
  4. CairoPattern
Cairo Introduction Installing/Configuring Predefined Constants Examples Cairo Functions Cairo CairoContext CairoException CairoStatus CairoSurface CairoSvgSurface CairoImageSurface CairoPdfSurface CairoPsSurface CairoSurfaceType CairoFontFace CairoFontOptions CairoFontSlant CairoFontType CairoFontWeight CairoScaledFont CairoToyFontFace CairoPatternType CairoPattern CairoGradientPattern CairoSolidPattern CairoSurfacePattern CairoLinearGradient CairoRadialGradient CairoAntialias CairoContent CairoExtend CairoFormat CairoFillRule CairoFilter CairoHintMetrics CairoHintStyle CairoLineCap CairoLineJoin CairoMatrix CairoOperator CairoPath CairoPsLevel CairoSubpixelOrder CairoSvgVersion
  • CairoPatternType
  • CairoPattern::__construct

The CairoPattern class

(PECL cairo >= 0.1.0)

Introduction

CairoPattern is the abstract base class from which all the other pattern classes derive. It cannot be instantiated directly

Class synopsis

CairoPattern {
/* Methods */
public __construct ( void )
public void getMatrix ( void )
public int getType ( void )
public void setMatrix ( string $matrix )
public int status ( void )
}

Table of Contents

  • CairoPattern::__construct — The __construct purpose
  • CairoPattern::getMatrix — The getMatrix purpose
  • CairoPattern::getType — The getType purpose
  • CairoPattern::setMatrix — The setMatrix purpose
  • CairoPattern::status — The status purpose
© Copyright © 2001-2015 The PHP Group.

© Copyright 2014. Diseñado por PHP Manual usando jfCMS.