Method Summary |
|
final Rectangle2D.Float | getClipBounds() Gets the clipping bounds (specifying which parts of the line to paint). |
final boolean | getFillArea() Gets whether the bounds of this line intersected with the graph bounds will be filled. |
final GeneralPath | getLine() Gets the general path of this line. |
final float | getThickness() Gets the thickness of this line. |
final void | paint(Graphics2D g2D) Paints the line on the Graphics2D object after calling update. |
final void | setClipBounds(Rectangle2D.Float b) Sets the clipping bounds (specifying which parts of the line to paint). |
final void | setFillArea(boolean f) Sets whether the bounds of this line intersected with the graph bounds will be filled. |
final void | setLine(GeneralPath l) Sets the general path of this line. |
final void | setThickness(float t) Sets the thickness of this line. |
final void | update() Updates the FancyLine. |