PHP Interface Neos\Media\Domain\Model\Adjustment\ImageAdjustmentInterface

Inheritance: extends AdjustmentInterface
Afficher le fichier Open project: neos/neos-development-collection

Méthodes publiques

Méthode Description
applyToImage ( Imagine\Image\ImageInterface $image ) : Imagine\Image\ImageInterface Applies this adjustment to the given Imagine Image object
canBeApplied ( Imagine\Image\ImageInterface $image ) : boolean Check if this Adjustment can or should be applied to its ImageVariant.
setImageVariant ( ImageVariant $imageVariant ) : void Sets the image variant this adjustment belongs to

Method Details

applyToImage() public méthode

Applies this adjustment to the given Imagine Image object
public applyToImage ( Imagine\Image\ImageInterface $image ) : Imagine\Image\ImageInterface
$image Imagine\Image\ImageInterface
Résultat Imagine\Image\ImageInterface

canBeApplied() public méthode

Check if this Adjustment can or should be applied to its ImageVariant.
public canBeApplied ( Imagine\Image\ImageInterface $image ) : boolean
$image Imagine\Image\ImageInterface
Résultat boolean

setImageVariant() public méthode

Sets the image variant this adjustment belongs to
public setImageVariant ( ImageVariant $imageVariant ) : void
$imageVariant Neos\Media\Domain\Model\ImageVariant
Résultat void