|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jfree.chart.util.LineUtilities
public class LineUtilities
Some utility methods for Line2D
objects.
Constructor Summary | |
---|---|
LineUtilities()
|
Method Summary | |
---|---|
static boolean |
clipLine(java.awt.geom.Line2D line,
java.awt.geom.Rectangle2D rect)
Clips the specified line to the given rectangle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LineUtilities()
Method Detail |
---|
public static boolean clipLine(java.awt.geom.Line2D line, java.awt.geom.Rectangle2D rect)
line
- the line (null
not permitted).rect
- the clipping rectangle (null
not permitted).
true
if the clipped line is visible, and
false
otherwise.
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |