Documentation

DrawInterface
in

Draw interface

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2023 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
3.4.0

Table of Contents

getFillColor()  : Colorinterface
Get fill color
getOpacity()  : mixed
Get the opacity
getStrokeColor()  : Colorinterface
Get stroke color
getStrokeWidth()  : int
Get stroke width
setFillColor()  : DrawInterface
Set fill color
setOpacity()  : DrawInterface
Set the opacity
setStrokeColor()  : DrawInterface
Set stroke color
setStrokeWidth()  : DrawInterface
Get stroke width

Methods

getFillColor()

Get fill color

public getFillColor() : Colorinterface
Return values
Colorinterface

getOpacity()

Get the opacity

public getOpacity() : mixed
Return values
mixed

getStrokeColor()

Get stroke color

public getStrokeColor() : Colorinterface
Return values
Colorinterface

getStrokeWidth()

Get stroke width

public getStrokeWidth() : int
Return values
int

Search results