Traço de desenho
(UI 0.9.9)
Introdução
Contém a configuração para a caneta realizar um traço.
Resumo da classe
class UI\Draw\Stroke
{
/* Constructor */
public __construct(
int
int
float
float
)
int
$cap
= UI\Draw\Line\Cap::Flat,int
$join
= UI\Draw\Line\Join::Miter,float
$thickness
= 1,float
$miterLimit
= 10)
/* Métodos */
}Table of Contents
- UI\Draw\Stroke::__construct — Constrói um traço
- UI\Draw\Stroke::getCap — Obtém extremidade de linha
- UI\Draw\Stroke::getJoin — Obtém junção de linha
- UI\Draw\Stroke::getMiterLimit — Obtém limite de junção aguda
- UI\Draw\Stroke::getThickness — Obtém espessura
- UI\Draw\Stroke::setCap — Define extremidade de linha
- UI\Draw\Stroke::setJoin — Define junção de linha
- UI\Draw\Stroke::setMiterLimit — Define limite de junção aguda
- UI\Draw\Stroke::setThickness — Define espessura