Package | Description |
---|---|
ej.drawing |
Modifier and Type | Method and Description |
---|---|
static ShapePainter.Cap |
ShapePainter.Cap.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShapePainter.Cap[] |
ShapePainter.Cap.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShapePainter.drawThickFadedCircleArc(GraphicsContext gc,
int x,
int y,
int diameter,
float startAngle,
float arcAngle,
int thickness,
int fade,
ShapePainter.Cap startCap,
ShapePainter.Cap endCap)
Draws the faded outline of a circular arc covering the specified square, using the current color and caps.
|
static void |
ShapePainter.drawThickFadedLine(GraphicsContext gc,
int startX,
int startY,
int endX,
int endY,
int thickness,
int fade,
ShapePainter.Cap startCap,
ShapePainter.Cap endCap)
|