public abstract static class Img.Filter<FILTER extends Img.Filter<FILTER,STAGE>,STAGE extends Img.ProcessorStage<STAGE,FILTER>> extends Img.Processor<FILTER,STAGE>
g, source, sourceHeight, sourceRatio, sourceWidth, target| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beforeRun() |
protected void |
createTarget()
Create
Img.Processor.target image using source width/height. |
cloneSource, createGraphics2D, createStage, createStage, g, process, process, produce, run, setTargetSpec, setTargetSpec, sourcegetapplybreakOutprotected void beforeRun()
beforeRun in class Img.Processor<FILTER extends Img.Filter<FILTER,STAGE>,STAGE extends Img.ProcessorStage<STAGE,FILTER>>protected void createTarget()
Img.ProcessorCreate Img.Processor.target image using source width/height. It will use source color model to check if alpha channel should be be added or not
createTarget in class Img.Processor<FILTER extends Img.Filter<FILTER,STAGE>,STAGE extends Img.ProcessorStage<STAGE,FILTER>>Copyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.