Uses of Class
org.apache.batik.bridge.AbstractSVGGradientElementBridge.Stop
Packages that use AbstractSVGGradientElementBridge.Stop
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of AbstractSVGGradientElementBridge.Stop in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return AbstractSVGGradientElementBridge.StopModifier and TypeMethodDescriptionAbstractSVGGradientElementBridge.SVGStopElementBridge.createStop
(BridgeContext ctx, Element gradientElement, Element stopElement, float opacity) Creates aStop
according to the specified parameters.