KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.batik.ext.awt.image.renderable.TileRable8Bit
    8 bit TileRable implementation @author <a HREF="mailto:vhardy@apache.org">Vincent Hardy</a> @version $Id: TileRable8Bit.java,v 1.9 2004/08/18 07:14:00 vhardy Exp $
  • 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.XYPlot
    A general class for plotting data in the form of (x, y) pairs. This plot can use data from any class that implements the {@link XYDataset} interface. <P> <code>XYPlot</code> makes use of an {@link XYItemRenderer} to draw each point on the plot. By using different renderers, var ...
  • org.jfree.chart.junit.LegendItemTests
    Tests for the {@link LegendItem} class.
  • org.apache.batik.gvt.CompositeGraphicsNode
    A CompositeGraphicsNode is a graphics node that can contain graphics nodes. @author <a HREF="mailto:Thierry.Kormann@sophia.inria.fr">Thierry Kormann</a> @version $Id: CompositeGraphicsNode.java,v 1.44 2005/03/27 08:58:34 cam Exp $
  • org.jfree.chart.renderer.xy.AbstractXYItemRenderer
    A base class that can be used to create new {@link XYItemRenderer} implementations.
  • org.apache.batik.bridge.SVGUtilities
    A collection of utility methods for SVG. @author <a HREF="mailto:tkormann@apache.org">Thierry Kormann</a> @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: SVGUtilities.java,v 1.32 2005/03/27 08:58:30 cam Exp $
  • org.apache.batik.ext.awt.image.renderable.PadRable8Bit
    Concrete implementation of the PadRable interface. This pads the image to a specified rectangle in user coord system. @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @version $Id: PadRable8Bit.java,v 1.11 2005/03/27 08:58:33 cam Exp $
  • org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
    An abstract base class that you can use to implement a new {@link CategoryItemRenderer}. When you create a new {@link CategoryItemRenderer} you are not required to extend this class, but it makes the job easier.
  • org.apache.batik.bridge.SVGSVGElementBridge
    Bridge class for the &lt;svg> element. @author <a HREF="mailto:tkormann@apache.org">Thierry Kormann</a> @version $Id: SVGSVGElementBridge.java,v 1.47 2005/03/27 08:58:30 cam Exp $
  • org.jfree.chart.axis.CategoryAxis
    An axis that displays categories.
  • org.jfree.ui.junit.RectangleInsetsTests
    Tests for the {@link RectangleInsets} class.
  • org.jfree.chart.axis.AxisSpace
    A record that contains the space required at each edge of a plot.
  • org.apache.batik.ext.awt.image.renderable.AbstractRable
    This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the RenderableImage interface. It tries to make no assumptions about the subclass implementation. @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @versi ...
  • org.openlaszlo.compiler.SWFWriter
    Accumulates code, XML, and assets to a SWF object file. Once there's a second target, the methods here can be lifted into an API that SWFWriter implements. Rationale for not doing this now: It's easier to generalize from more than one instance, and having to change signatures twice for every refa ...
  • org.jfree.chart.plot.PolarPlot
    Plots data that is in (theta, radius) pairs where theta equal to zero is due north and and increases clockwise. @author Daniel Bridenbecker, Solution Engineering, Inc.
  • org.jfree.chart.axis.DateAxis
    The base class for axes that display dates. You will find it easier to understand how this axis works if you bear in mind that it really displays/measures integer (or long) data, where the integers are milliseconds since midnight, 1-Jan-1970. When displaying tick labels, the millisecond values a ...
  • org.jfree.chart.ChartRenderingInfo
    A structure for storing rendering information from one call to the JFreeChart.draw() method. <P> An instance of the {@link JFreeChart} class can draw itself within an arbitrary rectangle on any <code>Graphics2D</code>. It is assumed that client code will sometimes render the sam ...
  • org.jfree.chart.plot.CombinedDomainXYPlot
    An extension of {@link XYPlot} that contains multiple subplots that share a common domain axis.
  • org.jfree.chart.axis.SubCategoryAxis
    A specialised category axis that can display sub-categories.
  • org.apache.batik.ext.awt.image.renderable.SpecularLightingRable8Bit
    Implementation of the SpecularLightRable interface. @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: SpecularLightingRable8Bit.java,v 1.14 2005/03/27 08:58:33 cam Exp $
  • org.jfree.util.junit.ShapeUtilitiesTests
    Tests for the {@link ShapeUtilities} class.
  • org.apache.batik.gvt.ProxyGraphicsNode
    A graphics node which provides a placeholder for another graphics node. This node is self defined except that it delegates to the enclosed (proxied) graphics node, its paint routine and bounds computation. @author <a HREF="mailto:Thierry.Kormann@sophia.inria.fr">Thierry Kormann</a> @v ...
  • org.jfree.chart.plot.RingPlot
    A customised pie plot that leaves a hole in the middle.
  • 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.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.jfree.ui.Drawable
    An interface for an object that can draw itself within an area on a Graphics2D. @author David Gilbert
  • org.apache.batik.bridge.svg12.SVGFlowRootElementBridge
    Bridge class for the &lt;flowRoot> element. @author <a HREF="mailto:deweese@apache.org">Thomas DeWeese</a> @version $Id: SVGFlowRootElementBridge.java,v 1.4 2005/03/27 08:58:30 cam Exp $
Popular Tags