org.jfree.chart.util
public class LineUtilities extends Object
Since: 1.0.12
Method Summary | |
---|---|
static boolean | clipLine(Line2D line, Rectangle2D rect)
Clips the specified line to the given rectangle.
|
Parameters: line the line (null
not permitted). rect the clipping rectangle (null
not permitted).
Returns: true
if the clipped line is visible, and
false
otherwise.