PHP 클래스 Axis, GotCms

상속: extends AxisPrototype
파일 보기 프로젝트 열기: gotcms/gotcms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fit
$length
$max_value
$min_unit
$min_value
$uneven
$unit_size
$zero

공개 메소드들

메소드 설명
Grid ( $min, $round_up = false ) Returns the grid spacing
Uneven ( ) Returns TRUE if the grid spacing does not fill the grid
Unit ( ) Returns the size of a unit in grid space
Zero ( ) Returns the distance along the axis where 0 should be
__construct ( $length, $max_val, $min_val, $min_unit, $fit = false )

비공개 메소드들

메소드 설명
find_division ( $length, $min, &$count, &$neg_count, &$magnitude ) Determine the axis divisions
nice ( $n, $m ) Returns TRUE if the number $n is 'nice'
sub_division ( $length, $min, &$count, &$neg_count, &$magnitude ) Subdivide when the divisions are too large

메소드 상세

Grid() 공개 메소드

Returns the grid spacing
public Grid ( $min, $round_up = false )

Uneven() 공개 메소드

Returns TRUE if the grid spacing does not fill the grid
public Uneven ( )

Unit() 공개 메소드

Returns the size of a unit in grid space
public Unit ( )

Zero() 공개 메소드

Returns the distance along the axis where 0 should be
public Zero ( )

__construct() 공개 메소드

public __construct ( $length, $max_val, $min_val, $min_unit, $fit = false )

프로퍼티 상세

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

protected $fit

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

protected $length

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

protected $max_value

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

protected $min_unit

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

protected $min_value

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

protected $uneven

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

protected $unit_size

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

protected $zero