Class SVGMultipleGradientPaint
java.lang.Object
com.github.weisj.jsvg.renderer.jdk.SVGMultipleGradientPaint
- All Implemented Interfaces:
Paint,Transparency
- Direct Known Subclasses:
SVGRadialGradientPaint
This is the superclass for Paints which use a multiple color
gradient to fill in their raster. It provides storage for variables and
enumerated values common to
LinearGradientPaint and RadialGradientPaint.- Since:
- 1.6
-
Field Summary
Fields inherited from interface java.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.awt.Paint
createContext
-
Method Details
-
getTransparency
public int getTransparency()- Specified by:
getTransparencyin interfaceTransparency
-