public static interface PaintStyle.GradientPaint extends PaintStyle
Modifier and Type | Interface and Description |
---|---|
static class |
PaintStyle.GradientPaint.GradientType |
PaintStyle.FlipMode, PaintStyle.GradientPaint, PaintStyle.PaintModifier, PaintStyle.SolidPaint, PaintStyle.TextureAlignment, PaintStyle.TexturePaint
Modifier and Type | Method and Description |
---|---|
default Insets2D |
getFillToInsets() |
double |
getGradientAngle() |
ColorStyle[] |
getGradientColors() |
float[] |
getGradientFractions() |
PaintStyle.GradientPaint.GradientType |
getGradientType() |
boolean |
isRotatedWithShape() |
double getGradientAngle()
ColorStyle[] getGradientColors()
float[] getGradientFractions()
boolean isRotatedWithShape()
PaintStyle.GradientPaint.GradientType getGradientType()
default Insets2D getFillToInsets()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.