ilog.views
Interface IlvStroke


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

JOIN_BEVEL

static final int JOIN_BEVEL
Joins segments by connecting the outer corners of their exterior end points with a straight segment.

See Also:
Constant Field Values

JOIN_MITER

static final int JOIN_MITER
Joins segments by extending their outer edges until they meet.

See Also:
Constant Field Values

JOIN_ROUND

static final int JOIN_ROUND
Joins segments by rounding off the corner at a radius of half the line width.

See Also:
Constant Field Values

CAP_BUTT

static final int CAP_BUTT
Ends a polyline with no added decoration.

See Also:
Constant Field Values

CAP_ROUND

static final int CAP_ROUND
Ends a polyline with a round decoration that has a radius equal to half of the line width.

See Also:
Constant Field Values

CAP_SQUARE

static final 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.

See Also:
Constant Field Values


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.