Class RMMultipleStopGradient.RadialGradient
java.lang.Object
com.inductiveautomation.rm.graphics.RMMultipleStopGradient
com.inductiveautomation.rm.graphics.RMMultipleStopGradient.RadialGradient
- All Implemented Interfaces:
- Paint,- PaintContext,- Transparency
- Enclosing class:
- RMMultipleStopGradient
Multiple stop radial gradient.
- 
Nested Class SummaryNested classes/interfaces inherited from class com.inductiveautomation.rm.graphics.RMMultipleStopGradientRMMultipleStopGradient.AngleGradient, RMMultipleStopGradient.DiamondGradient, RMMultipleStopGradient.RadialGradient
- 
Field SummaryFields inherited from interface java.awt.TransparencyBITMASK, OPAQUE, TRANSLUCENT
- 
Constructor SummaryConstructorsConstructorDescriptionRadialGradient(float x0, float y0, float x1, float y1, RMGradientFill fill) Create MultipleStopRadialGradient.
- 
Method SummaryModifier and TypeMethodDescriptionvoiddoShading(int[] argbSamples, int x, int y, int w, int h) Shading loop.voidsetDeviceTransform(AffineTransform x, Rectangle devRect) Sets the transform from user space to device space.Methods inherited from class com.inductiveautomation.rm.graphics.RMMultipleStopGradientcreateContext, dispose, getColorModel, getRaster, getShadePixel, getTransparency
- 
Constructor Details- 
RadialGradientCreate MultipleStopRadialGradient.
 
- 
- 
Method Details- 
setDeviceTransformSets the transform from user space to device space.- Overrides:
- setDeviceTransformin class- RMMultipleStopGradient
 
- 
doShadingpublic void doShading(int[] argbSamples, int x, int y, int w, int h) Shading loop.- Overrides:
- doShadingin class- RMMultipleStopGradient
 
 
-