Class RMMultipleStopGradient.AngleGradient
- java.lang.Object
 - 
- com.inductiveautomation.rm.graphics.RMMultipleStopGradient
 - 
- com.inductiveautomation.rm.graphics.RMMultipleStopGradient.AngleGradient
 
 
 
- 
- All Implemented Interfaces:
 java.awt.Paint,java.awt.PaintContext,java.awt.Transparency
- Enclosing class:
 - RMMultipleStopGradient
 
public static class RMMultipleStopGradient.AngleGradient extends RMMultipleStopGradient
Multiple stop angle gradient with angles. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class com.inductiveautomation.rm.graphics.RMMultipleStopGradient
RMMultipleStopGradient.AngleGradient, RMMultipleStopGradient.DiamondGradient, RMMultipleStopGradient.RadialGradient 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AngleGradient(float x0, float y0, float x1, float y1, RMGradientFill fill)Creates a new angle gradient. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoShading(int[] argbSamples, int x, int y, int w, int h)Override.voidsetDeviceTransform(java.awt.geom.AffineTransform x, java.awt.Rectangle devRect)Sets the transform from user space to device space.- 
Methods inherited from class com.inductiveautomation.rm.graphics.RMMultipleStopGradient
createContext, dispose, getColorModel, getRaster, getShadePixel, getTransparency 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
AngleGradient
public AngleGradient(float x0, float y0, float x1, float y1, RMGradientFill fill)Creates a new angle gradient. 
 - 
 
- 
Method Detail
- 
setDeviceTransform
public void setDeviceTransform(java.awt.geom.AffineTransform x, java.awt.Rectangle devRect)Sets the transform from user space to device space.- Overrides:
 setDeviceTransformin classRMMultipleStopGradient
 
- 
doShading
public void doShading(int[] argbSamples, int x, int y, int w, int h)Override.- Overrides:
 doShadingin classRMMultipleStopGradient
 
 - 
 
 -