Package | Description |
---|---|
com.hfg.svg | |
com.hfg.svg.filtereffect |
Modifier and Type | Method and Description |
---|---|
SvgFeConvolveMatrix |
SvgFilter.addFeConvolveMatrix() |
Modifier and Type | Method and Description |
---|---|
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setBias(float inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setColorInterpolationFilters(ColorInterpolationFilters inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setDivisor(float inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setEdgeMode(MatrixEdgeMode inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setHeight(int inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setHeight(String inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setIn(FeInput inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setKernelMatrix(String inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setKernelUnitLength(String inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setOrder(int inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setOrder(String inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setPreserveAlpha(boolean inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setResult(String inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setTargetX(float inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setTargetY(float inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setWidth(int inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setWidth(String inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setX(int inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setX(String inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setY(int inValue) |
SvgFeConvolveMatrix |
SvgFeConvolveMatrix.setY(String inValue) |
jataylor@hairyfatguy.com