Class ShapePaint.ShapeRadialGradientPaint
java.lang.Object
org.graphstream.ui.swing.renderer.shape.swing.Area
org.graphstream.ui.swing.renderer.shape.swing.ShapePaint.ShapeAreaPaint
org.graphstream.ui.swing.renderer.shape.swing.ShapePaint.ShapeGradientPaint
org.graphstream.ui.swing.renderer.shape.swing.ShapePaint.ShapeRadialGradientPaint
- All Implemented Interfaces:
ShapePaint
- Enclosing interface:
- ShapePaint
public static class ShapePaint.ShapeRadialGradientPaint extends ShapePaint.ShapeGradientPaint
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.graphstream.ui.swing.renderer.shape.swing.ShapePaint
ShapePaint.ShapeAreaPaint, ShapePaint.ShapeColorPaint, ShapePaint.ShapeDiagonal1GradientPaint, ShapePaint.ShapeDiagonal2GradientPaint, ShapePaint.ShapeDynPlainColorPaint, ShapePaint.ShapeGradientPaint, ShapePaint.ShapeHorizontalGradientPaint, ShapePaint.ShapeImageScaledPaint, ShapePaint.ShapeImageScaledRatioMaxPaint, ShapePaint.ShapeImageScaledRatioMinPaint, ShapePaint.ShapeImageTiledPaint, ShapePaint.ShapePlainColorPaint, ShapePaint.ShapeRadialGradientPaint, ShapePaint.ShapeVerticalGradientPaint
-
Field Summary
Fields inherited from interface org.graphstream.ui.swing.renderer.shape.swing.ShapePaint
predefFractions, predefFractions10, predefFractions2, predefFractions3, predefFractions4, predefFractions5, predefFractions6, predefFractions7, predefFractions8, predefFractions9
-
Constructor Summary
Constructors Constructor Description ShapeRadialGradientPaint(java.awt.Color[] colors, float[] fractions)
-
Method Summary
Modifier and Type Method Description java.awt.Paint
realPaint(double x0, double y0, double x1, double y1)
Methods inherited from class org.graphstream.ui.swing.renderer.shape.swing.ShapePaint.ShapeGradientPaint
paint
Methods inherited from class org.graphstream.ui.swing.renderer.shape.swing.ShapePaint.ShapeAreaPaint
paint
Methods inherited from class org.graphstream.ui.swing.renderer.shape.swing.Area
configureAreaForElement, configureAreaForGroup
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.graphstream.ui.swing.renderer.shape.swing.ShapePaint
interpolateColor
-
Constructor Details
-
ShapeRadialGradientPaint
public ShapeRadialGradientPaint(java.awt.Color[] colors, float[] fractions)
-
-
Method Details
-
realPaint
public java.awt.Paint realPaint(double x0, double y0, double x1, double y1)- Specified by:
realPaint
in classShapePaint.ShapeGradientPaint
-