Method Summary |
|
final float | getArch() |
final float | getArcw() Gets the radius of the (width) arc for the bar rounding. |
final int | getBaseValue() Gets the value at which the bar should not begin for that end should not be rounded. |
final Rectangle2D.Float | getBounds() Gets the bounds for this bar (specifying the size and location of the bar). |
final Rectangle2D.Float | getClipBounds() Gets the clip bounds for this bar (specifying what will show). |
final int | getDataSign() Gets which kinds of the data is graphed. |
final void | paint(Graphics2D g2D) Paints the bar on the Graphics2D object after calling update. |
final void | setArch(float h) |
final void | setArcw(float w) Sets the radius of the (width) arc for the bar rounding. |
final void | setBaseValue(int value) Sets the value at which the bar should not begin for that end should not be rounded. |
final void | setBounds(Rectangle2D.Float b) Sets the bounds for this bar (specifying the size and location of the bar). |
final void | setClipBounds(Rectangle2D.Float b) Sets the clip bounds for this bar (specifying what will show). |
final void | setDataSign(int sign) Sets which kinds of the data is graphed. |
final void | update() Updates the FancyBar. |