Svg サーフェイスバックエンド

(PECL cairo >= 0.1.0)

はじめに

Svg 専用のサーフェイスクラスで、SVG (standard vector graphics) サーフェイスバックエンドを使います。

クラス概要

CairoSvgSurface extends CairoSurface {
/* メソッド */
public __construct ( string $file , float $width , float $height )
public static getVersions ( void ) : array
public restrictToVersion ( int $version ) : void
public static versionToString ( int $version ) : string
/* 継承したメソッド */
public CairoSurface::__construct ( void )
public CairoSurface::copyPage ( void ) : void
public CairoSurface::createSimilar ( CairoSurface $other , int $content , string $width , string $height ) : void
public CairoSurface::finish ( void ) : void
public CairoSurface::flush ( void ) : void
public CairoSurface::getContent ( void ) : int
public CairoSurface::getDeviceOffset ( void ) : array
public CairoSurface::getFontOptions ( void ) : void
public CairoSurface::getType ( void ) : int
public CairoSurface::markDirty ( void ) : void
public CairoSurface::markDirtyRectangle ( float $x , float $y , float $width , float $height ) : void
public CairoSurface::setDeviceOffset ( float $x , float $y ) : void
public CairoSurface::setFallbackResolution ( float $x , float $y ) : void
public CairoSurface::showPage ( void ) : void
public CairoSurface::status ( void ) : int
public CairoSurface::writeToPng ( string $file ) : void
}

目次