KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.batik.gvt.AbstractGraphicsNode
    A partial implementation of the <tt>GraphicsNode</tt> interface. @author <a HREF="mailto:Thierry.Kormann@sophia.inria.fr">Thierry Kormann</a> @author <a HREF="mailto:etissandier@ilog.fr">Emmanuel Tissandier</a> @author <a HREF="mailto:Thomas.DeWeeese@Kodak.c ...
  • org.apache.batik.svggen.SVGAlphaComposite
    Utility class that converts an AlphaComposite object into a set of SVG properties and definitions. Here is how AlphaComposites are mapped to SVG: + AlphaComposite.SRC_OVER with extra alpha is mapped to the opacity attribute + AlphaComposite's other rules are translated into predefined filter effec ...
  • org.apache.batik.svggen.SVGComposite
    Utility class that converts a Composite object into a set of SVG properties and definitions. <p>Here is how Composites are mapped to SVG:</p> <ul> <li>AlphaComposite.SRC_OVER with extra alpha is mapped to the opacity attribute</li> <li>AlphaComposite's other rul ...
  • org.jfree.chart.plot.SpiderWebPlot
    A plot that displays data from a {@link CategoryDataset} in the form of a "spider web". Multiple series can be plotted on the same axis to allow easy comparison.
  • 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.apache.batik.gvt.filter.GraphicsNodeRed8Bit
    This implementation of RenderableImage will render its input GraphicsNode on demand for tiles. @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: GraphicsNodeRed8Bit.java,v 1.16 2005/02/12 01:48:24 deweese Exp $
Popular Tags