KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > Shape > Top Examples

  • org.jfree.util.ShapeUtilities
    Utility methods for {@link Shape} objects. @author David Gilbert
  • org.apache.batik.gvt.font.AWTGVTGlyphVector
    This is a wrapper class for a java.awt.font.GlyphVector instance. @author <a HREF="mailto:bella.robinson@cmis.csiro.au">Bella Robinson</a> @version $Id: AWTGVTGlyphVector.java,v 1.33 2004/11/21 21:20:23 deweese Exp $
  • org.jfree.chart.axis.ValueAxis
    The base class for axes that display value data, where values are measured using the <code>double</code> primitive. The two key subclasses are {@link DateAxis} and {@link NumberAxis}.
  • org.jfree.chart.renderer.AbstractRenderer
    Base class providing common services for renderers. Most methods that update attributes of the renderer will fire a {@link RendererChangeEvent}, which normally means the plot that owns the renderer will receive notification that the renderer has been changed (the plot will, in turn, notify the ch ...
  • org.jfree.chart.renderer.xy.XYDifferenceRenderer
    A renderer for an {@link XYPlot} that highlights the differences between two series. The renderer expects a dataset that: <ul> <li>has exactly two series;</li> <li>each series has the same x-values;</li> <li>no <code>null</code> values; </ul>
  • org.apache.batik.gvt.StrokeShapePainter
    A shape painter that can be used to draw the outline of a shape. @author <a HREF="mailto:Thierry.Kormann@sophia.inria.fr">Thierry Kormann</a> @version $Id: StrokeShapePainter.java,v 1.15 2004/08/18 07:14:27 vhardy Exp $
  • org.jfree.chart.LegendItem
    A storage object for recording the properties of a legend item, without any consideration for layout issues. Instances of this class are immutable.
  • org.jfree.chart.title.LegendGraphic
    The graphical item within a legend item.
  • org.jfree.chart.plot.junit.DefaultDrawingSupplierTests
    Tests for the {@link DefaultDrawingSupplier} class.
  • org.apache.fop.render.ps.PSGraphics2D
    This concrete implementation of <tt>AbstractGraphics2D</tt> is a simple help to programmers to get started with their own implementation of <tt>Graphics2D</tt>. <tt>DefaultGraphics2D</tt> implements all the abstract methods is <tt>AbstractGraphics2D</tt ...
  • org.apache.batik.gvt.FillShapePainter
    A shape painter that can be used to fill a shape. @author <a HREF="mailto:Thierry.Kormann@sophia.inria.fr">Thierry Kormann</a> @version $Id: FillShapePainter.java,v 1.15 2004/08/18 07:14:25 vhardy Exp $
  • 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.ext.awt.geom.ExtendedGeneralPath
    The <code>ExtendedGeneralPath</code> class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arc. This class delegates lines and curves to an enclosed <code>GeneralPath</code>. Elliptical arc is implemented using ...
  • org.apache.batik.gvt.text.TextSpanLayout
    Class that performs layout of attributed text strings into glyph sets paintable by TextPainter instances. Similar to java.awt.font.TextLayout in function and purpose. Note that while this utility interface is provided for the convenience of <tt>TextPainter</tt> implementations, conform ...
  • org.apache.poi.hssf.usermodel.EscherGraphics
    Translates Graphics 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 performed into an EscherGroup so one will need to be created. <p> & ...
  • org.apache.fop.svg.PDFANode
    A graphics node that represents an image described as a graphics node. @author <a HREF="mailto:keiron@aftexsw.com">Keiron Liddle</a>
  • org.apache.batik.gvt.text.TextPaintInfo
    One line Class Desc Complete Class Desc @author <a HREF="mailto:deweese@apache.org">deweese</a> @version $Id: TextPaintInfo.java,v 1.4 2005/03/27 08:58:35 cam Exp $
Popular Tags