KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > geom > RoundRectangle2D > Top Examples

  • org.apache.batik.svggen.NegativeLengths
    This test validates the convertion of Java 2D negative length values:<br /> - On rectangles: a negative width or height makes the rectangle invisible.<br /> - On rounded rectangles: a negative width or height makes the rectangle invisible.<br /> - On ellipses: a negative width or ...
  • org.jfree.chart.plot.ThermometerPlot
    A plot that displays a single value (from a {@link ValueDataset}) in a thermometer type display. <p> This plot supports a number of options: <ol> <li>three sub-ranges which could be viewed as 'Normal', 'Warning' and 'Critical' ranges.</li> <li>the thermometer can be r ...
  • org.apache.batik.ext.awt.g2d.AbstractGraphics2D
    This extension of the <tt>java.awt.Graphics2D</tt> abstract class is still abstract, but it implements a lot of the <tt>Graphics2D</tt> method in a way that concrete implementations can reuse. This class uses a <tt>GraphicContext</tt> to store the state of its ...
  • org.apache.batik.bridge.SVGRectElementBridge
    Bridge class for the &lt;rect> element. @author <a HREF="mailto:tkormann@apache.org">Thierry Kormann</a> @version $Id: SVGRectElementBridge.java,v 1.16 2004/08/18 07:12:35 vhardy Exp $
  • org.jfree.chart.DefaultOldLegend
    A chart legend shows the names and visual representations of the series that are plotted in a chart. If possible, use {@link org.jfree.chart.title.LegendTitle} rather than this class.
  • org.apache.batik.svggen.SVGRectangle
    Utility class that converts a Rectangle2D or RoundRectangle2D object into an SVG element. @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: SVGRectangle.java,v 1.10 2004/08/18 07:15:08 vhardy Exp $
Popular Tags