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