PHP 인터페이스 Neos\Media\Domain\Model\Adjustment\ImageAdjustmentInterface

상속: extends AdjustmentInterface
파일 보기 프로젝트 열기: neos/neos-development-collection

공개 메소드들

메소드 설명
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

메소드 상세

applyToImage() 공개 메소드

Applies this adjustment to the given Imagine Image object
public applyToImage ( Imagine\Image\ImageInterface $image ) : Imagine\Image\ImageInterface
$image Imagine\Image\ImageInterface
리턴 Imagine\Image\ImageInterface

canBeApplied() 공개 메소드

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

setImageVariant() 공개 메소드

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