KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.jfree.chart.plot.PiePlot3D
    A plot that displays data in the form of a 3D pie chart, using data from any class that implements the {@link PieDataset} interface. <P> Although this class extends {@link PiePlot}, it does not currently support exploded sections.
  • 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 ...
  • com.lowagie.text.pdf.PdfGraphics2D
  • org.apache.batik.bridge.SVGClipPathElementBridge
    Bridge class for the &lt;clipPath> element. @author <a HREF="mailto:tkormann@apache.org">Thierry Kormann</a> @version $Id: SVGClipPathElementBridge.java,v 1.23 2004/11/18 01:46:53 deweese Exp $
  • org.apache.batik.gvt.CompositeShapePainter
    A shape painter which consists of multiple shape painters. @author <a HREF="mailto:Thierry.Kormann@sophia.inria.fr">Thierry Kormann</a> @version $Id: CompositeShapePainter.java,v 1.20 2004/08/18 07:14:25 vhardy Exp $
  • org.apache.batik.gvt.text.GlyphLayout
    Implementation of TextSpanLayout which uses java.awt.font.GlyphVector. @see org.apache.batik.gvt.text.TextSpanLayout @author <a HREF="mailto:bill.haneman@ireland.sun.com">Bill Haneman</a> @version $Id: GlyphLayout.java,v 1.63 2005/03/27 08:58:35 cam Exp $
  • org.apache.poi.hssf.usermodel.EscherGraphics2d
    Translates Graphics2d calls into escher calls. The translation is lossy so many features are not supported and some just aren't implemented yet. If in doubt test the specific calls you wish to make. Graphics calls are always drawn into an EscherGroup so one will need to be created. <p> < ...
  • org.apache.batik.svggen.BasicShapes
    This test validates the convertion of Java 2D shapes into SVG Shapes. @author <a HREF="mailto:vhardy@eng.sun.com">Vincent Hardy</a> @version $Id: BasicShapes.java,v 1.3 2004/08/18 07:16:43 vhardy Exp $
Popular Tags