PHP 클래스 Pixeler\Matrix

파일 보기 프로젝트 열기: lastguest/pixeler

보호된 프로퍼티들

프로퍼티 타입 설명
$colors
$csize
$height
$matrix
$size
$width

공개 메소드들

메소드 설명
__construct ( $width, $height )
__toString ( )
clear ( )
clearColors ( )
getPixel ( $x, $y )
render ( )
setData ( array $data )
setPixel ( $x, $y, $value = true, $color = null )

메소드 상세

__construct() 공개 메소드

public __construct ( $width, $height )

__toString() 공개 메소드

public __toString ( )

clear() 공개 메소드

public clear ( )

clearColors() 공개 메소드

public clearColors ( )

getPixel() 공개 메소드

public getPixel ( $x, $y )

render() 공개 메소드

public render ( )

setData() 공개 메소드

public setData ( array $data )
$data array

setPixel() 공개 메소드

public setPixel ( $x, $y, $value = true, $color = null )

프로퍼티 상세

$colors 보호되어 있는 프로퍼티

protected $colors

$csize 보호되어 있는 프로퍼티

protected $csize

$height 보호되어 있는 프로퍼티

protected $height

$matrix 보호되어 있는 프로퍼티

protected $matrix

$size 보호되어 있는 프로퍼티

protected $size

$width 보호되어 있는 프로퍼티

protected $width