Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Letter
Next Letter
Sample
Document
Index
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

C

C - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Engineering C, 17 x 22 in.
C0 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C0.
C1 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C1.
C10 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C10.
C2 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C2.
C3 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C3.
C4 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C4.
C5 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C5.
C6 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C6.
C7 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C7.
C8 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C8.
C9 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C9.
canDisplay(char) - Method in class java.awt.Font
Checks if this Font has a glyph for the specified character.
canDisplay(int) - Method in class java.awt.Font
Checks if this Font has a glyph for the specified character.
canDisplayUpTo(String) - Method in class java.awt.Font
Indicates whether or not this Font can display a specified String.
canDisplayUpTo(char[], int, int) - Method in class java.awt.Font
Indicates whether or not this Font can display the characters in the specified text starting at start and ending at limit.
canDisplayUpTo(CharacterIterator, int, int) - Method in class java.awt.Font
Indicates whether or not this Font can display the text specified by the iter starting at start and ending at limit.
Canvas - Class in java.awt
A Canvas component represents a blank rectangular area of the screen onto which the application can draw or from which the application can trap input events from the user.
Canvas() - Constructor for class java.awt.Canvas
Constructs a new Canvas.
Canvas(GraphicsConfiguration) - Constructor for class java.awt.Canvas
Constructs a new Canvas given a GraphicsConfiguration object.
Canvas.AccessibleAWTCanvas - Class in java.awt
This class implements accessibility support for the Canvas class.
Canvas.AccessibleAWTCanvas() - Constructor for class java.awt.Canvas.AccessibleAWTCanvas
CAP_BUTT - Static variable in class java.awt.BasicStroke
Ends unclosed subpaths and dash segments with no added decoration.
CAP_ROUND - Static variable in class java.awt.BasicStroke
Ends unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the width of the pen.
CAP_SQUARE - Static variable in class java.awt.BasicStroke
Ends unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.
caps - Variable in class java.awt.Component.BltBufferStrategy
The buffering capabilities
caps - Variable in class java.awt.Component.FlipBufferStrategy
The buffering capabilities
CAPS_LOCK - Static variable in class java.awt.Event
The Caps Lock key, a non-ASCII action key.
CardLayout - Class in java.awt
A CardLayout object is a layout manager for a container.
CardLayout() - Constructor for class java.awt.CardLayout
Creates a new card layout with gaps of size zero.
CardLayout(int, int) - Constructor for class java.awt.CardLayout
Creates a new card layout with the specified horizontal and vertical gaps.
CARET_POSITION_CHANGED - Static variable in class java.awt.event.InputMethodEvent
The event type indicating a changed insertion point in input method text.
caretPositionChanged(InputMethodEvent) - Method in class java.awt.AWTEventMulticaster
Handles the caretPositionChanged event by invoking the caretPositionChanged methods on listener-a and listener-b.
caretPositionChanged(InputMethodEvent) - Method in interface java.awt.event.InputMethodListener
Invoked when the caret within composed text has changed.
catchExceptions - Variable in class java.awt.event.InvocationEvent
Set to true if dispatch() catches Throwable and stores it in the exception instance variable.
CENTER - Static variable in class java.awt.BorderLayout
The center layout constraint (middle of container).
CENTER - Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be centered.
CENTER - Static variable in class java.awt.GridBagConstraints
Put the component in the center of its display area.
CENTER - Static variable in class java.awt.Label
Indicates that the label should be centered.
CENTER_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY and getAlignmentX.
CENTER_BASELINE - Static variable in class java.awt.Font
The baseline used in ideographic scripts like Chinese, Japanese, and Korean when laying out text.
CHAR_UNDEFINED - Static variable in class java.awt.event.KeyEvent
KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character use this for the keyChar value.
charsWidth(char[], int, int) - Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified array of characters in this Font.
charWidth(int) - Method in class java.awt.FontMetrics
Returns the advance width of the specified character in this Font.
charWidth(char) - Method in class java.awt.FontMetrics
Returns the advance width of the specified character in this Font.
checkAll() - Method in class java.awt.MediaTracker
Checks to see if all images being tracked by this media tracker have finished loading.
checkAll(boolean) - Method in class java.awt.MediaTracker
Checks to see if all images being tracked by this media tracker have finished loading.
Checkbox - Class in java.awt
A check box is a graphical component that can be in either an "on" (true) or "off" (false) state.
Checkbox() - Constructor for class java.awt.Checkbox
Creates a check box with an empty string for its label.
Checkbox(String) - Constructor for class java.awt.Checkbox
Creates a check box with the specified label.
Checkbox(String, boolean) - Constructor for class java.awt.Checkbox
Creates a check box with the specified label and sets the specified state.
Checkbox(String, boolean, CheckboxGroup) - Constructor for class java.awt.Checkbox
Constructs a Checkbox with the specified label, set to the specified state, and in the specified check box group.
Checkbox(String, CheckboxGroup, boolean) - Constructor for class java.awt.Checkbox
Creates a check box with the specified label, in the specified check box group, and set to the specified state.
Checkbox.AccessibleAWTCheckbox - Class in java.awt
This class implements accessibility support for the Checkbox class.
Checkbox.AccessibleAWTCheckbox() - Constructor for class java.awt.Checkbox.AccessibleAWTCheckbox
CheckboxGroup - Class in java.awt
The CheckboxGroup class is used to group together a set of Checkbox buttons.
CheckboxGroup() - Constructor for class java.awt.CheckboxGroup
Creates a new instance of CheckboxGroup.
CheckboxMenuItem - Class in java.awt
This class represents a check box that can be included in a menu.
CheckboxMenuItem() - Constructor for class java.awt.CheckboxMenuItem
Create a check box menu item with an empty label.
CheckboxMenuItem(String) - Constructor for class java.awt.CheckboxMenuItem
Create a check box menu item with the specified label.
CheckboxMenuItem(String, boolean) - Constructor for class java.awt.CheckboxMenuItem
Create a check box menu item with the specified label and state.
CheckboxMenuItem.AccessibleAWTCheckboxMenuItem - Class in java.awt
Inner class of CheckboxMenuItem used to provide default support for accessibility.
CheckboxMenuItem.AccessibleAWTCheckboxMenuItem() - Constructor for class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
checkID(int) - Method in class java.awt.MediaTracker
Checks to see if all images tracked by this media tracker that are tagged with the specified identifier have finished loading.
checkID(int, boolean) - Method in class java.awt.MediaTracker
Checks to see if all images tracked by this media tracker that are tagged with the specified identifier have finished loading.
checkImage(Image, ImageObserver) - Method in class java.awt.Component
Returns the status of the construction of a screen representation of the specified image.
checkImage(Image, int, int, ImageObserver) - Method in class java.awt.Component
Returns the status of the construction of a screen representation of the specified image.
checkImage(Image, int, int, ImageObserver) - Method in class java.awt.Toolkit
Indicates the construction status of a specified image that is being prepared for display.
Choice - Class in java.awt
The Choice class presents a pop-up menu of choices.
Choice() - Constructor for class java.awt.Choice
Creates a new choice menu.
Choice.AccessibleAWTChoice - Class in java.awt
This class implements accessibility support for the Choice class.
Choice.AccessibleAWTChoice() - Constructor for class java.awt.Choice.AccessibleAWTChoice
CLEAR - Static variable in class java.awt.AlphaComposite
Both the color and the alpha of the destination are cleared (Porter-Duff Clear rule).
Clear - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque CLEAR rule with an alpha of 1.0f.
clear() - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by removeAll().
clear() - Method in class java.awt.RenderingHints
Clears this RenderingHints object of all key/value pairs.
clearAccessibleSelection() - Method in class java.awt.List.AccessibleAWTList
Clears the selection in the object, so that nothing in the object is selected.
clearAccessibleSelection() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Clears the selection in the object, so that no children in the object are selected.
clearGlobalFocusOwner() - Method in class java.awt.KeyboardFocusManager
Clears the global focus owner at both the Java and native levels.
clearRect(int, int, int, int) - Method in class java.awt.Graphics
Clears the specified rectangle by filling it with the background color of the current drawing surface.
clickCount - Variable in class java.awt.Event
For MOUSE_DOWN events, this field indicates the number of consecutive clicks.
clip(Shape) - Method in class java.awt.Graphics2D
Intersects the current Clip with the interior of the specified Shape and sets the Clip to the resulting intersection.
clipRect(int, int, int, int) - Method in class java.awt.Graphics
Intersects the current clip with the specified rectangle.
clone() - Method in class java.awt.BufferCapabilities
clone() - Method in class java.awt.GridBagConstraints
Creates a copy of this grid bag constraint.
clone() - Method in class java.awt.ImageCapabilities
clone() - Method in class java.awt.Insets
Create a copy of this object.
clone() - Method in class java.awt.JobAttributes
Creates and returns a copy of this JobAttributes.
clone() - Method in class java.awt.PageAttributes
Creates and returns a copy of this PageAttributes.
clone() - Method in class java.awt.RenderingHints
Creates a clone of this RenderingHints object that has the same contents as this RenderingHints object.
close() - Method in class java.awt.SplashScreen
Hides the splash screen, closes the window, and releases all associated resources.
coalesceEvents(AWTEvent, AWTEvent) - Method in class java.awt.Component
Potentially coalesce an event being posted with an existing event.
Color - Class in java.awt
The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace.
Color(int, int, int) - Constructor for class java.awt.Color
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0 - 255).
Color(int, int, int, int) - Constructor for class java.awt.Color
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0 - 255).
Color(int) - Constructor for class java.awt.Color
Creates an opaque sRGB color with the specified combined RGB value consisting of the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
Color(int, boolean) - Constructor for class java.awt.Color
Creates an sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
Color(float, float, float) - Constructor for class java.awt.Color
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0.0 - 1.0).
Color(float, float, float, float) - Constructor for class java.awt.Color
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0.0 - 1.0).
Color(ColorSpace, float[], float) - Constructor for class java.awt.Color
Creates a color in the specified ColorSpace with the color components specified in the float array and the specified alpha.
COLOR - Static variable in class java.awt.PageAttributes.ColorType
The ColorType instance to use for specifying color printing.
columnWeights - Variable in class java.awt.GridBagLayout
This field holds the overrides to the column weights.
columnWidths - Variable in class java.awt.GridBagLayout
This field holds the overrides to the column minimum width.
COMMON - Static variable in class java.awt.JobAttributes.DialogType
The DialogType instance to use for specifying the cross-platform, pure Java print dialog.
COMPLETE - Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of media was completed successfully.
Component - Class in java.awt
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
Component() - Constructor for class java.awt.Component
Constructs a new component.
Component.AccessibleAWTComponent - Class in java.awt
Inner class of Component used to provide default support for accessibility.
Component.AccessibleAWTComponent() - Constructor for class java.awt.Component.AccessibleAWTComponent
Though the class is abstract, this should be called by all sub-classes.
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler - Class in java.awt
Fire PropertyChange listener, if one is registered, when shown/hidden..
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler() - Constructor for class java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
Component.AccessibleAWTComponent.AccessibleAWTFocusHandler - Class in java.awt
Fire PropertyChange listener, if one is registered, when focus events happen
Component.AccessibleAWTComponent.AccessibleAWTFocusHandler() - Constructor for class java.awt.Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
Component.BaselineResizeBehavior - Enum in java.awt
Enumeration of the common ways the baseline of a component can change as the size changes.
Component.BltBufferStrategy - Class in java.awt
Inner class for blitting offscreen surfaces to a component.
Component.BltBufferStrategy(int, BufferCapabilities) - Constructor for class java.awt.Component.BltBufferStrategy
Creates a new blt buffer strategy around a component
Component.FlipBufferStrategy - Class in java.awt
Inner class for flipping buffers on a component.
Component.FlipBufferStrategy(int, BufferCapabilities) - Constructor for class java.awt.Component.FlipBufferStrategy
Creates a new flipping buffer strategy for this component.
COMPONENT_ADDED - Static variable in class java.awt.event.ContainerEvent
This event indicates that a component was added to the container.
COMPONENT_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting component events.
COMPONENT_FIRST - Static variable in class java.awt.event.ComponentEvent
The first number in the range of ids used for component events.
COMPONENT_HIDDEN - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component was rendered invisible.
COMPONENT_LAST - Static variable in class java.awt.event.ComponentEvent
The last number in the range of ids used for component events.
COMPONENT_MOVED - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component's position changed.
COMPONENT_REMOVED - Static variable in class java.awt.event.ContainerEvent
This event indicates that a component was removed from the container.
COMPONENT_RESIZED - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component's size changed.
COMPONENT_SHOWN - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component was made visible.
ComponentAdapter - Class in java.awt.event
An abstract adapter class for receiving component events.
ComponentAdapter() - Constructor for class java.awt.event.ComponentAdapter
componentAdded(ContainerEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentAdded container event by invoking the componentAdded methods on listener-a and listener-b.
componentAdded(ContainerEvent) - Method in class java.awt.Container.AccessibleAWTContainer.AccessibleContainerHandler
componentAdded(ContainerEvent) - Method in class java.awt.event.ContainerAdapter
Invoked when a component has been added to the container.
componentAdded(ContainerEvent) - Method in interface java.awt.event.ContainerListener
Invoked when a component has been added to the container.
ComponentEvent - Class in java.awt.event
A low-level event which indicates that a component moved, changed size, or changed visibility (also, the root class for the other component-level events).
ComponentEvent(Component, int) - Constructor for class java.awt.event.ComponentEvent
Constructs a ComponentEvent object.
componentHidden(ComponentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentHidden event by invoking the componentHidden methods on listener-a and listener-b.
componentHidden(ComponentEvent) - Method in class java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
componentHidden(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component has been made invisible.
componentHidden(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component has been made invisible.
ComponentListener - Interface in java.awt.event
The listener interface for receiving component events.
componentMoved(ComponentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentMoved event by invoking the componentMoved methods on listener-a and listener-b.
componentMoved(ComponentEvent) - Method in class java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
componentMoved(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component's position changes.
componentMoved(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component's position changes.
ComponentOrientation - Class in java.awt
The ComponentOrientation class encapsulates the language-sensitive orientation that is to be used to order the elements of a component or of text.
componentRemoved(ContainerEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentRemoved container event by invoking the componentRemoved methods on listener-a and listener-b.
componentRemoved(ContainerEvent) - Method in class java.awt.Container.AccessibleAWTContainer.AccessibleContainerHandler
componentRemoved(ContainerEvent) - Method in class java.awt.event.ContainerAdapter
Invoked when a component has been removed from the container.
componentRemoved(ContainerEvent) - Method in interface java.awt.event.ContainerListener
Invoked when a component has been removed from the container.
componentResized(ComponentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentResized event by invoking the componentResized methods on listener-a and listener-b.
componentResized(ComponentEvent) - Method in class java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
componentResized(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component's size changes.
componentResized(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component's size changes.
componentShown(ComponentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentShown event by invoking the componentShown methods on listener-a and listener-b.
componentShown(ComponentEvent) - Method in class java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
componentShown(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component has been made visible.
componentShown(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component has been made visible.
compose(Raster, Raster, WritableRaster) - Method in interface java.awt.CompositeContext
Composes the two source Raster objects and places the result in the destination WritableRaster.
Composite - Interface in java.awt
The Composite interface, along with CompositeContext, defines the methods to compose a draw primitive with the underlying graphics area.
CompositeContext - Interface in java.awt
The CompositeContext interface defines the encapsulated and optimized environment for a compositing operation.
comptable - Variable in class java.awt.GridBagLayout
This hashtable maintains the association between a component and its gridbag constraints.
consume() - Method in class java.awt.AWTEvent
Consumes this event, if this event can be consumed.
consume() - Method in class java.awt.event.InputEvent
Consumes this event so that it will not be processed in the default manner by the source which originated it.
consume() - Method in class java.awt.event.InputMethodEvent
Consumes this event so that it will not be processed in the default manner by the source which originated it.
consumed - Variable in class java.awt.AWTEvent
Controls whether or not the event is sent back down to the peer once the source has processed it - false means it's sent to the peer; true means it's not.
Container - Class in java.awt
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
Container() - Constructor for class java.awt.Container
Constructs a new Container.
Container.AccessibleAWTContainer - Class in java.awt
Inner class of Container used to provide default support for accessibility.
Container.AccessibleAWTContainer() - Constructor for class java.awt.Container.AccessibleAWTContainer
Container.AccessibleAWTContainer.AccessibleContainerHandler - Class in java.awt
Fire PropertyChange listener, if one is registered, when children are added or removed.
Container.AccessibleAWTContainer.AccessibleContainerHandler() - Constructor for class java.awt.Container.AccessibleAWTContainer.AccessibleContainerHandler
CONTAINER_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting container events.
CONTAINER_FIRST - Static variable in class java.awt.event.ContainerEvent
The first number in the range of ids used for container events.
CONTAINER_LAST - Static variable in class java.awt.event.ContainerEvent
The last number in the range of ids used for container events.
ContainerAdapter - Class in java.awt.event
An abstract adapter class for receiving container events.
ContainerAdapter() - Constructor for class java.awt.event.ContainerAdapter
ContainerEvent - Class in java.awt.event
A low-level event which indicates that a container's contents changed because a component was added or removed.
ContainerEvent(Component, int, Component) - Constructor for class java.awt.event.ContainerEvent
Constructs a ContainerEvent object.
ContainerListener - Interface in java.awt.event
The listener interface for receiving container events.
ContainerOrderFocusTraversalPolicy - Class in java.awt
A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container.
ContainerOrderFocusTraversalPolicy() - Constructor for class java.awt.ContainerOrderFocusTraversalPolicy
contains(Point) - Method in class java.awt.Component.AccessibleAWTComponent
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
contains(int, int) - Method in class java.awt.Component
Checks whether this component "contains" the specified point, where x and y are defined to be relative to the coordinate system of this component.
contains(Point) - Method in class java.awt.Component
Checks whether this component "contains" the specified point, where the point's x and y coordinates are defined to be relative to the coordinate system of this component.
contains(Point) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
contains(Point) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
contains(Point) - Method in class java.awt.Polygon
Determines whether the specified Point is inside this Polygon.
contains(int, int) - Method in class java.awt.Polygon
Determines whether the specified coordinates are inside this Polygon.
contains(double, double) - Method in class java.awt.Polygon
Tests if the specified coordinates are inside the boundary of the Shape, as described by the definition of insideness.
contains(Point2D) - Method in class java.awt.Polygon
Tests if a specified Point2D is inside the boundary of the Shape, as described by the definition of insideness.
contains(double, double, double, double) - Method in class java.awt.Polygon
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Rectangle2D) - Method in class java.awt.Polygon
Tests if the interior of the Shape entirely contains the specified Rectangle2D.
contains(Point) - Method in class java.awt.Rectangle
Checks whether or not this Rectangle contains the specified Point.
contains(int, int) - Method in class java.awt.Rectangle
Checks whether or not this Rectangle contains the point at the specified location (x,y).
contains(Rectangle) - Method in class java.awt.Rectangle
Checks whether or not this Rectangle entirely contains the specified Rectangle.
contains(int, int, int, int) - Method in class java.awt.Rectangle
Checks whether this Rectangle entirely contains the Rectangle at the specified location (X,Y) with the specified dimensions (W,H).
contains(double, double) - Method in interface java.awt.Shape
Tests if the specified coordinates are inside the boundary of the Shape, as described by the definition of insideness.
contains(Point2D) - Method in interface java.awt.Shape
Tests if a specified Point2D is inside the boundary of the Shape, as described by the definition of insideness.
contains(double, double, double, double) - Method in interface java.awt.Shape
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Rectangle2D) - Method in interface java.awt.Shape
Tests if the interior of the Shape entirely contains the specified Rectangle2D.
containsKey(Object) - Method in class java.awt.RenderingHints
Returns true if this RenderingHints contains a mapping for the specified key.
containsValue(Object) - Method in class java.awt.RenderingHints
Returns true if this RenderingHints maps one or more keys to the specified value.
contentsLost() - Method in class java.awt.Component.BltBufferStrategy
contentsLost() - Method in class java.awt.Component.FlipBufferStrategy
contentsRestored() - Method in class java.awt.Component.BltBufferStrategy
contentsRestored() - Method in class java.awt.Component.FlipBufferStrategy
CONTROL - Static variable in class java.awt.SystemColor
The array index for the SystemColor.control system color.
control - Static variable in class java.awt.SystemColor
The color rendered for the background of control panels and control objects, such as pushbuttons.
CONTROL_DK_SHADOW - Static variable in class java.awt.SystemColor
The array index for the SystemColor.controlDkShadow system color.
CONTROL_HIGHLIGHT - Static variable in class java.awt.SystemColor
The array index for the SystemColor.controlHighlight system color.
CONTROL_LT_HIGHLIGHT - Static variable in class java.awt.SystemColor
The array index for the SystemColor.controlLtHighlight system color.
CONTROL_SHADOW - Static variable in class java.awt.SystemColor
The array index for the SystemColor.controlShadow system color.
CONTROL_TEXT - Static variable in class java.awt.SystemColor
The array index for the SystemColor.controlText system color.
controlDkShadow - Static variable in class java.awt.SystemColor
The color rendered for dark shadow areas on 3D control objects, such as pushbuttons.
controlDown() - Method in class java.awt.Event
NOTE: The Event class is obsolete and is available only for backwards compatilibility.
controlHighlight - Static variable in class java.awt.SystemColor
The color rendered for light areas of 3D control objects, such as pushbuttons.
controlLtHighlight - Static variable in class java.awt.SystemColor
The color rendered for highlight areas of 3D control objects, such as pushbuttons.
controlShadow - Static variable in class java.awt.SystemColor
The color rendered for shadow areas of 3D control objects, such as pushbuttons.
controlText - Static variable in class java.awt.SystemColor
The color rendered for the text of control panels and control objects, such as pushbuttons.
COPIED - Static variable in class java.awt.BufferCapabilities.FlipContents
When flip contents are COPIED, the contents of the back buffer are copied to the front buffer when flipping.
copyArea(int, int, int, int, int, int) - Method in class java.awt.Graphics
Copies an area of the component by a distance specified by dx and dy.
countComponents() - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by getComponentCount().
countItems() - Method in class java.awt.Choice
Deprecated. As of JDK version 1.1, replaced by getItemCount().
countItems() - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by getItemCount().
countItems() - Method in class java.awt.Menu
Deprecated. As of JDK version 1.1, replaced by getItemCount().
countMenus() - Method in class java.awt.MenuBar
Deprecated. As of JDK version 1.1, replaced by getMenuCount().
create() - Method in class java.awt.Graphics
Creates a new Graphics object that is a copy of this Graphics object.
create(int, int, int, int) - Method in class java.awt.Graphics
Creates a new Graphics object based on this Graphics object, but with a new translation and clip area.
createBackBuffers(int) - Method in class java.awt.Component.BltBufferStrategy
Creates the back buffers
createBuffers(int, BufferCapabilities) - Method in class java.awt.Component.FlipBufferStrategy
Creates one or more complex, flipping buffers with the given capabilities.
createBufferStrategy(int) - Method in class java.awt.Canvas
Creates a new strategy for multi-buffering on this component.
createBufferStrategy(int, BufferCapabilities) - Method in class java.awt.Canvas
Creates a new strategy for multi-buffering on this component with the required buffer capabilities.
createBufferStrategy(int) - Method in class java.awt.Window
Creates a new strategy for multi-buffering on this component.
createBufferStrategy(int, BufferCapabilities) - Method in class java.awt.Window
Creates a new strategy for multi-buffering on this component with the required buffer capabilities.
createButton(Button) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Button using the specified peer interface.
createCanvas(Canvas) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Canvas using the specified peer interface.
createCheckbox(Checkbox) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Checkbox using the specified peer interface.
createCheckboxMenuItem(CheckboxMenuItem) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of CheckboxMenuItem using the specified peer interface.
createChoice(Choice) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Choice using the specified peer interface.
createCompatibleImage(int, int) - Method in class java.awt.GraphicsConfiguration
Returns a BufferedImage with a data layout and color model compatible with this GraphicsConfiguration.
createCompatibleImage(int, int, int) - Method in class java.awt.GraphicsConfiguration
Returns a BufferedImage that supports the specified transparency and has a data layout and color model compatible with this GraphicsConfiguration.
createCompatibleVolatileImage(int, int) - Method in class java.awt.GraphicsConfiguration
Returns a VolatileImage with a data layout and color model compatible with this GraphicsConfiguration.
createCompatibleVolatileImage(int, int, int) - Method in class java.awt.GraphicsConfiguration
Returns a VolatileImage with a data layout and color model compatible with this GraphicsConfiguration.
createCompatibleVolatileImage(int, int, ImageCapabilities) - Method in class java.awt.GraphicsConfiguration
Returns a VolatileImage with a data layout and color model compatible with this GraphicsConfiguration, using the specified image capabilities.
createCompatibleVolatileImage(int, int, ImageCapabilities, int) - Method in class java.awt.GraphicsConfiguration
Returns a VolatileImage with a data layout and color model compatible with this GraphicsConfiguration, using the specified image capabilities and transparency value.
createComponent(Component) - Method in class java.awt.Toolkit
Creates a peer for a component or container.
createContext(ColorModel, ColorModel, RenderingHints) - Method in class java.awt.AlphaComposite
Creates a context for the compositing operation.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class java.awt.Color
Creates and returns a PaintContext used to generate a solid color field pattern.
createContext(ColorModel, ColorModel, RenderingHints) - Method in interface java.awt.Composite
Creates a context containing state that is used to perform the compositing operation.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class java.awt.GradientPaint
Creates and returns a PaintContext used to generate a linear color gradient pattern.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class java.awt.LinearGradientPaint
Creates and returns a PaintContext used to generate a linear color gradient pattern.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in interface java.awt.Paint
Creates and returns a PaintContext used to generate the color pattern.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class java.awt.RadialGradientPaint
Creates and returns a PaintContext used to generate a circular radial color gradient pattern.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class java.awt.TexturePaint
Creates and returns a PaintContext used to generate a tiled image pattern.
createCustomCursor(Image, Point, String) - Method in class java.awt.Toolkit
Creates a new custom cursor object.
createDesktopPeer(Desktop) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of the Desktop using the specified peer interface.
createDialog(Dialog) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Dialog using the specified peer interface.
createDragGestureRecognizer(Class<T>, DragSource, Component, int, DragGestureListener) - Method in class java.awt.Toolkit
Creates a concrete, platform dependent, subclass of the abstract DragGestureRecognizer class requested, and associates it with the DragSource, Component and DragGestureListener specified.
createDragSourceContextPeer(DragGestureEvent) - Method in class java.awt.Toolkit
Creates the peer for a DragSourceContext.
createFileDialog(FileDialog) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of FileDialog using the specified peer interface.
createFont(int, InputStream) - Static method in class java.awt.Font
Returns a new Font using the specified font type and input data.
createFont(int, File) - Static method in class java.awt.Font
Returns a new Font using the specified font type and the specified font file.
createFrame(Frame) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Frame using the specified peer interface.
createGlyphVector(FontRenderContext, String) - Method in class java.awt.Font
Creates a GlyphVector by mapping characters to glyphs one-to-one based on the Unicode cmap in this Font.
createGlyphVector(FontRenderContext, char[]) - Method in class java.awt.Font
Creates a GlyphVector by mapping characters to glyphs one-to-one based on the Unicode cmap in this Font.
createGlyphVector(FontRenderContext, CharacterIterator) - Method in class java.awt.Font
Creates a GlyphVector by mapping the specified characters to glyphs one-to-one based on the Unicode cmap in this Font.
createGlyphVector(FontRenderContext, int[]) - Method in class java.awt.Font
Creates a GlyphVector by mapping characters to glyphs one-to-one based on the Unicode cmap in this Font.
createGraphics(BufferedImage) - Method in class java.awt.GraphicsEnvironment
Returns a Graphics2D object for rendering into the specified BufferedImage.
createGraphics() - Method in class java.awt.SplashScreen
Creates a graphics context (as a Graphics2D object) for the splash screen overlay image, which allows you to draw over the splash screen.
createImage(ImageProducer) - Method in class java.awt.Component
Creates an image from the specified image producer.
createImage(int, int) - Method in class java.awt.Component
Creates an off-screen drawable image to be used for double buffering.
createImage(String) - Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified file.
createImage(URL) - Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified URL.
createImage(ImageProducer) - Method in class java.awt.Toolkit
Creates an image with the specified image producer.
createImage(byte[]) - Method in class java.awt.Toolkit
Creates an image which decodes the image stored in the specified byte array.
createImage(byte[], int, int) - Method in class java.awt.Toolkit
Creates an image which decodes the image stored in the specified byte array, and at the specified offset and length.
createIntersection(Rectangle2D) - Method in class java.awt.Rectangle
Returns a new Rectangle2D object representing the intersection of this Rectangle2D with the specified Rectangle2D.
createLabel(Label) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Label using the specified peer interface.
createList(List) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of List using the specified peer interface.
createMenu(Menu) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Menu using the specified peer interface.
createMenuBar(MenuBar) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of MenuBar using the specified peer interface.
createMenuItem(MenuItem) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of MenuItem using the specified peer interface.
createPanel(Panel) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Panel using the specified peer interface.
createPopupMenu(PopupMenu) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of PopupMenu using the specified peer interface.
createScreenCapture(Rectangle) - Method in class java.awt.Robot
Creates an image containing pixels read from the screen.
createScrollbar(Scrollbar) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Scrollbar using the specified peer interface.
createScrollPane(ScrollPane) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of ScrollPane using the specified peer interface.
createSecondaryLoop() - Method in class java.awt.EventQueue
Creates a new secondary loop associated with this event queue.
createStrokedShape(Shape) - Method in class java.awt.BasicStroke
Returns a Shape whose interior defines the stroked outline of a specified Shape.
createStrokedShape(Shape) - Method in interface java.awt.Stroke
Returns an outline Shape which encloses the area that should be painted when the Shape is stroked according to the rules defined by the object implementing the Stroke interface.
createTextArea(TextArea) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of TextArea using the specified peer interface.
createTextField(TextField) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of TextField using the specified peer interface.
createUnion(Rectangle2D) - Method in class java.awt.Rectangle
Returns a new Rectangle2D object representing the union of this Rectangle2D with the specified Rectangle2D.
createVolatileImage(int, int) - Method in class java.awt.Component
Creates a volatile off-screen drawable image to be used for double buffering.
createVolatileImage(int, int, ImageCapabilities) - Method in class java.awt.Component
Creates a volatile off-screen drawable image, with the given capabilities.
createWindow(Window) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Window using the specified peer interface.
CROSSHAIR_CURSOR - Static variable in class java.awt.Cursor
The crosshair cursor type.
CROSSHAIR_CURSOR - Static variable in class java.awt.Frame
Deprecated replaced by Cursor.CROSSHAIR_CURSOR.
CTRL_DOWN_MASK - Static variable in class java.awt.event.InputEvent
The Control key extended modifier constant.
CTRL_MASK - Static variable in class java.awt.event.ActionEvent
The control modifier.
CTRL_MASK - Static variable in class java.awt.Event
This flag indicates that the Control key was down when the event occurred.
CTRL_MASK - Static variable in class java.awt.event.InputEvent
The Control key modifier constant.
Cursor - Class in java.awt
A class to encapsulate the bitmap representation of the mouse cursor.
Cursor(int) - Constructor for class java.awt.Cursor
Creates a new cursor object with the specified type.
Cursor(String) - Constructor for class java.awt.Cursor
Creates a new custom cursor object with the specified name.
CUSTOM_CURSOR - Static variable in class java.awt.Cursor
The type associated with all custom cursors.
cyan - Static variable in class java.awt.Color
The color cyan.
CYAN - Static variable in class java.awt.Color
The color cyan.
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge