public interface IlvStroke
IlvStroke
interface defines a basic set
of rendering attributes. These attributes describe
the way the ends and joins of a polyline object are drawn.Modifier and Type | Field and Description |
---|---|
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.
|
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
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.