| java.lang.Object snow.sortabletable.GradientShapeEntity
GradientShapeEntity | public class GradientShapeEntity (Code) | | Child of ShapeEntity.
Used by SelfDrawingFileTreeIcon.
|
Constructor Summary | |
public | GradientShapeEntity(Color borderDefaultColor, Color borderSelectedColor, Color insideDefaultColor, Color insideSelectedColor, float x_GradientLength, float y_GradientLength, int thickness) |
Method Summary | |
public void | closePath() Implementation of the ShapeEntity method. | public void | lineTo(int x, int y) Implementation of the ShapeEntity method. | public void | moveTo(int x, int y) Implementation of the ShapeEntity method. | public void | paint(Graphics2D graphics2D) Implementation of the ShapeEntity method. |
GradientShapeEntity | public GradientShapeEntity(Color borderDefaultColor, Color borderSelectedColor, Color insideDefaultColor, Color insideSelectedColor, float x_GradientLength, float y_GradientLength, int thickness)(Code) | | |
closePath | public void closePath()(Code) | | Implementation of the ShapeEntity method.
|
lineTo | public void lineTo(int x, int y)(Code) | | Implementation of the ShapeEntity method.
|
moveTo | public void moveTo(int x, int y)(Code) | | Implementation of the ShapeEntity method.
|
paint | public void paint(Graphics2D graphics2D)(Code) | | Implementation of the ShapeEntity method.
|
|
|