Package com.inductiveautomation.ignition.client.util.gui.paints
package com.inductiveautomation.ignition.client.util.gui.paints
-
ClassDescriptionThe
LinearGradientPaint
class provides a way to fill aShape
with a linear color gradient pattern.This is the superclass for Paints which use a multiple color gradient to fill in their raster.The color space in which to perform the gradient interpolation.The method to use when painting outside the gradient bounds.TheRadialGradientPaint
class provides a way to fill a shape with a circular radial color gradient pattern.Similar to LinearGradientPaint, but this one specifies it's points as percentages of the user-space bounds of the object it will fill.Similar to RadialGradientPaint, but this one specifies its points as percentages of the user-space bounds of the object it will fill.Indicates a paint that needs to be rotated when a shape is rotated.