Interface FilterPrimitiveProperty
-
- All Known Implementing Classes:
AbstractFilterPrimitiveProperty,FEBlendProperty,FEColorMatrixProperty,FEComponentTransferFunctionProperty,FEComponentTransferProperty,FECompositeProperty,FEConvolveMatrixProperty,FEDiffuseLightingProperty,FEDisplacementMapProperty,FEDistantLightProperty,FEFloodProperty,FEGaussianBlurProperty,FEMergeNodeProperty,FEMergeProperty,FEMorphologyProperty,FEOffsetProperty,FEPointLightProperty,FESpecularLightingProperty,FESpotLightProperty,FETileProperty,FETurbulenceProperty
public interface FilterPrimitivePropertyAbstract Filter primitive property panel- Author:
- Kiyut
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrefreshProperties()refresh / repopulate the property using the value from the elementvoidsetSVGElement(VectorCanvas canvas, org.w3c.dom.svg.SVGElement element)setSVGElement
-
-
-
Method Detail
-
setSVGElement
void setSVGElement(VectorCanvas canvas, org.w3c.dom.svg.SVGElement element)
setSVGElement- Parameters:
canvas- theVectorCanvaswhich the SVGElement belongselement-SVGElement
-
refreshProperties
void refreshProperties()
refresh / repopulate the property using the value from the element
-
-