Class RMMultipleStopGradient.AngleGradient
java.lang.Object
com.inductiveautomation.rm.graphics.RMMultipleStopGradient
com.inductiveautomation.rm.graphics.RMMultipleStopGradient.AngleGradient
- All Implemented Interfaces:
- Paint,- PaintContext,- Transparency
- Enclosing class:
- RMMultipleStopGradient
Multiple stop angle gradient with angles.
- 
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 SummaryConstructorsConstructorDescriptionAngleGradient(float x0, float y0, float x1, float y1, RMGradientFill fill) Creates a new angle gradient.
- 
Method SummaryModifier and TypeMethodDescriptionvoiddoShading(int[] argbSamples, int x, int y, int w, int h) Override.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- 
AngleGradientCreates a new angle gradient.
 
- 
- 
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) Override.- Overrides:
- doShadingin class- RMMultipleStopGradient
 
 
-