KickJava   Java API By Example, From Geeks To Geeks.

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

  • 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.jrobin.graph.Grapher
    <p>Creates a BufferedImage of a graph, based on data from a GraphDef.</p> @author Arne Vandamme (cobralord@jrobin.org) ================================================================ -- Members ================================================================ default comment spacer ( ...
  • org.jfree.chart.ChartPanel
    A Swing GUI component for displaying a {@link JFreeChart} object. <P> The panel registers with the chart to receive notification of changes to any component of the chart. The chart is redrawn automatically whenever this notification is received.
  • net.sf.jasperreports.view.JRDesignViewer
    @author Teodor Danciu (teodord@users.sourceforge.net) @version $Id: JRDesignViewer.java,v 1.33 2005/07/15 13:07:17 teodord Exp $
  • com.jgoodies.looks.plastic.PlasticXPIconFactory
    Factory class that vends <code>Icon</code>s for the JGoodies Plastic XP look&amp;feel. These icons are used extensively in PlasticXP via the defaults mechanism. While other look and feels often use GIFs for icons, creating icons in code facilitates switching to other themes. <p& ...
  • 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.jfree.chart.block.CenterArrangement
    Arranges a block in the center of its container. This class is immutable.
  • org.jfree.chart.axis.SymbolicAxis
    A standard linear value axis, for SYMBOLIC values. @author Anthony Boulestreau
  • org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
    A renderer that draws box-and-whisker items on an {@link XYPlot}. This renderer requires a {@link BoxAndWhiskerXYDataset}). <P> This renderer does not include any code to calculate the crosshair point. @author David Browning
  • org.jfree.chart.block.ColumnArrangement
    Arranges blocks in a column layout. This class is immutable.
  • 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.title.LegendGraphic
    The graphical item within a legend item.
  • org.jfree.text.TextFragment
    A text item, with an associated font, that fits on a single line (see {@link TextLine}). Instances of the class are immutable. @author David Gilbert
  • org.jfree.chart.block.ColorBlock
    A block that is filled with a single color.
  • 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>
  • com.lowagie.text.pdf.codec.postscript.PAContext
Popular Tags