Documentation

AbstractLayer extends AbstractEditObject
in package
implements LayerInterface

AbstractYes

Layer abstract class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

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

license

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

version
4.0.0

Table of Contents

Interfaces

LayerInterface
Layer interface

Properties

$image  : mixed
Image object
$opacity  : mixed
Opacity

Methods

__construct()  : mixed
Constructor
getImage()  : AbstractAdapter|null
Get the image object
getOpacity()  : int|float|null
Get the opacity
hasImage()  : bool
Has the image object
setImage()  : AbstractEditObject
Set the image object
setOpacity()  : AbstractLayer
Set the image opacity.

Properties

Methods

getOpacity()

Get the opacity

public getOpacity() : int|float|null
Return values
int|float|null

        
On this page

Search results