Uses of Class
org.jfree.chart.ui.GradientPaintTransformType
| Package | Description |
|---|---|
| org.jfree.chart.ui |
Utility classes that relate to user interface items.
|
-
Uses of GradientPaintTransformType in org.jfree.chart.ui
Fields in org.jfree.chart.ui declared as GradientPaintTransformType Modifier and Type Field Description static GradientPaintTransformTypeGradientPaintTransformType. CENTER_HORIZONTALCenter/horizontal.static GradientPaintTransformTypeGradientPaintTransformType. CENTER_VERTICALCenter/vertical.static GradientPaintTransformTypeGradientPaintTransformType. HORIZONTALHorizontal.static GradientPaintTransformTypeGradientPaintTransformType. VERTICALVertical.Methods in org.jfree.chart.ui that return GradientPaintTransformType Modifier and Type Method Description GradientPaintTransformTypeStandardGradientPaintTransformer. getType()Returns the type of transform.Constructors in org.jfree.chart.ui with parameters of type GradientPaintTransformType Constructor Description StandardGradientPaintTransformer(GradientPaintTransformType type)Creates a new transformer with the specified type.