PHP Manual

  • English French German Portuguese Spanish
PHP-Handbuch Funktionsreferenz Bildverarbeitung und -generierung Cairo CairoPattern
Cairo Einführung Installation/Konfiguration Vordefinierte Konstanten Beispiele Cairo Funktionen 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)

Einführung

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

Klassenbeschreibung

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

Inhaltsverzeichnis

  • 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.