|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvStroke
The IlvStroke interface defines a basic set
of rendering attributes. These attributes describe
the way the ends and joins of a polyline object are drawn.
| Field Summary | |
|---|---|
static int |
CAP_BUTT
Ends a polyline with no added decoration. |
static int |
CAP_ROUND
Ends a polyline with a round decoration that has a radius equal to half of the line width. |
static int |
CAP_SQUARE
Ends a polyline with a square projection that extends beyond the end of the segment to a distance equal to half of the line width. |
static int |
JOIN_BEVEL
Joins segments by connecting the outer corners of their exterior end points with a straight segment. |
static int |
JOIN_MITER
Joins segments by extending their outer edges until they meet. |
static int |
JOIN_ROUND
Joins segments by rounding off the corner at a radius of half the line width. |
| Field Detail |
|---|
static final int JOIN_BEVEL
static final int JOIN_MITER
static final int JOIN_ROUND
static final int CAP_BUTT
static final int CAP_ROUND
static final int CAP_SQUARE
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||