(x1, y1) and (x2, y2) in this graphics context's coordinate system.
@param x1 the first point's x coordinate.
@param y1 the first point's y coordinate.
@param x2 the second point's x coordinate.
@param y2 the second point's y coordinate.
(x1,y1) and (x2,y2) using the current color and stroke style.
@param x1 the x coordinate of the start of the line
@param y1 the y coordinate of the start of the line
@param x2 the x coordinate of the end of the line
@param y2 the y coordinate of the end of the line
x1, y1) and (x2, y2).
@param x1 the first point's x coordinate
@param y1 the first point's y coordinate
@param x2 the second point's x coordinate
@param y2 the second point's y coordinate
@exception SWTException GraphicsContext.
@param parent parent group object
@param name The LineString's name.
@param line The LineString to be drawn.
@param style The styling object for the LineString. Watch out for fill colors! If the fill opacity is not 0, then the LineString will have a fill surface.
| |
| |
| |
| |