« CairoPatternType
CairoPattern::__construct »
PHP Manual
Cairo
CairoPattern クラス
CairoPattern クラス
(PECL cairo >= 0.1.0)
はじめに
CairoPattern
は抽象基底クラスで、他のパターンクラス群の親となります。 インスタンスを直接作ることはできません。
クラス概要
CairoPattern
{
/* メソッド */
public
__construct
(
void
)
public
getMatrix
(
void
) :
void
public
getType
(
void
) :
int
public
setMatrix
(
CairoMatrix
$matrix
) :
void
public
status
(
void
) :
int
}
目次
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