KickJava   Java API By Example, From Geeks To Geeks.

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

  • thinlet.Thinlet
  • com.jgoodies.looks.plastic.PlasticTabbedPaneUI
    The JGoodies Plastic Look&amp;Feel implementation of <code>TabbedPaneUI</code>. It differs from its superclass <code>MetalTabbedPaneUI</code> in that it paints new tab shapes, provides two options, and supports ClearLook. <p> You can enable or disable icons in tab ...
  • org.enhydra.jawe.WorkflowManager
    Class intended to serve as a control center for creation, removal, resizing and changing position of Participants as well as for doing the same things with Activity objects and Transitions. Class manages this actions in such a way that undoing of operations are possible. It incorporates multiple v ...
  • org.apache.batik.ext.awt.geom.RectListManager
    RectListManager is a class to manage a list of rectangular regions. This class contains methods to add new rectangles to the List, to merge rectangles in the list (based on a cost function), and functions to subract one RectListManager from another. The main purpose of this class is to manage dir ...
  • com.genimen.djeneric.tools.menu.MenuPanel
  • org.objectweb.fractal.gui.graph.view.BasicGraphView
    A configuration view that displays configurations as graph of boxes and lines, representing components and bindings. This component does not draw the components and bindings itself: it uses auxiliary component renderer and binding renderer components for that. In fact this component just calls the ...
  • com.jgoodies.looks.common.MenuItemRenderer
    Renders and lays out menu items. @author Karsten Lentzsch @version $Revision: 1.4 $
  • org.apache.batik.ext.awt.image.rendered.AbstractRed
    import org.apache.batik.ext.awt.image.DataBufferReclaimer; import java.awt.image.DataBufferInt; import java.awt.image.SinglePixelPackedSampleModel; This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interfac ...
  • org.apache.batik.ext.awt.image.GraphicsUtil
    Set of utility methods for Graphics. These generally bypass broken methods in Java2D or provide tweaked implementations. @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @version $Id: GraphicsUtil.java,v 1.36 2005/03/27 08:58:32 cam Exp $
  • org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
    This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interface. It tries to make no assumptions about the subclass implementation. @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</ ...
  • org.apache.batik.ext.awt.image.rendered.PadRed
    This is an implementation of a Pad operation as a RenderedImage. @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @version $Id: PadRed.java,v 1.14 2004/08/18 07:14:08 vhardy Exp $
  • org.jacorb.poa.gui.poa.PolicyPanel
    @author Reimo Tiedemann, FU Berlin @version 1.0, 05/03/99, RT
  • sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
    This class implements the configuration panel for an ExchangeSyncSource @author Luigia Fassina @version $Id: ExchangeSyncSourceConfigPanel.java,v 1.11 2005/06/03 13:45:14 stefano_fornari Exp $
  • org.apache.fop.layout.LineArea
  • org.apache.batik.ext.awt.image.rendered.CompositeRed
    This is an implementation of an affine operation as a RenderedImage. Right now the implementation makes use of the AffineBufferedImageOp to do the work. Eventually this may move to be more tiled in nature. @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @version ...
  • org.joshy.html.TableLayout
    calculate height draw margins, border, padding of outside table draw borders and padding and background of inside cells make cells fill their width
  • org.jdesktop.swing.JXTreeTable
    <p><code>JXTreeTable</code> is a specialized {@link javax.swing.JTable table} consisting of a single column in which to display hierarchical data, and any number of other columns in which to display regular data. The interface for the data model used by a <code>JXTreeTable& ...
  • org.jgroups.demos.QuoteClient
    Used in conjunction with QuoteServer: a client is member of a group of quote servers which replicate stock quotes among themselves. The client broadcasts its request (set, get quotes) and (in the case of get waits for the first reply received (usually the one from the quote server closest to it). ...
  • org.joshy.html.util.LineBreaker
  • 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.apps.svgbrowser.JSVGViewerFrame
    This class represents a SVG viewer swing frame. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: JSVGViewerFrame.java,v 1.109 2005/03/29 10:48:01 deweese Exp $
  • org.objectweb.util.explorer.swing.graph.MyPortView
  • com.genimen.djeneric.ui.DjCodeEditor
  • org.jdesktop.jdic.browser.NativeEventData
    An internal class that declares an event class used to be dispatched from <code>WebBrowser</code> to <code>NativeEventThread</code>. @see WebBrowser @see NativeEventThread @author Kyle Yuan @version 0.1, 03/07/17 end of class NativeEventData
  • org.apache.batik.svggen.SVGCustomBufferedImageOp
    Utility class that converts an custom BufferedImageOp object into an equivalent SVG filter. @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: SVGCustomBufferedImageOp.java,v 1.7 2004/08/18 07:14:59 vhardy Exp $ @see org.apache.batik.svgg ...
  • 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 ...
Popular Tags