- HAND_CURSOR - Static variable in class java.awt.Cursor
-
The hand cursor type.
- HAND_CURSOR - Static variable in class java.awt.Frame
-
Deprecated replaced by Cursor.HAND_CURSOR
.
- handleEvent(Event) - Method in class java.awt.Component
-
Deprecated. As of JDK version 1.1
replaced by processEvent(AWTEvent).
- HANGING_BASELINE - Static variable in class java.awt.Font
-
The baseline used in Devanigiri and similar scripts when laying
out text.
- hasFocus() - Method in class java.awt.Component
-
Returns true
if this Component
is the
focus owner.
- hashCode() - Method in class java.awt.AlphaComposite
-
Returns the hashcode for this composite.
- hashCode() - Method in class java.awt.AWTKeyStroke
-
Returns a numeric value for this object that is likely to be unique,
making it a good choice as the index value in a hash table.
- hashCode() - Method in class java.awt.BasicStroke
-
Returns the hashcode for this stroke.
- hashCode() - Method in class java.awt.Color
-
Computes the hash code for this Color
.
- hashCode() - Method in class java.awt.Dimension
-
Returns the hash code for this Dimension
.
- hashCode() - Method in class java.awt.DisplayMode
-
Returns a hash code value for the object.
- hashCode() - Method in class java.awt.Font
-
Returns a hashcode for this Font
.
- hashCode() - Method in class java.awt.Insets
-
Returns the hash code for this Insets.
- hashCode() - Method in class java.awt.JobAttributes
-
Returns a hash code value for this JobAttributes.
- hashCode() - Method in class java.awt.MenuShortcut
-
Returns the hashcode for this MenuShortcut.
- hashCode() - Method in class java.awt.PageAttributes
-
Returns a hash code value for this PageAttributes.
- hashCode() - Method in class java.awt.RenderingHints
-
Returns the hash code value for this RenderingHints
.
- hashCode() - Method in class java.awt.RenderingHints.Key
-
The hash code for all Key objects will be the same as the
system identity code of the object as defined by the
System.identityHashCode() method.
- hasLayoutAttributes() - Method in class java.awt.Font
-
Return true if this Font contains attributes that require extra
layout processing.
- hasUniformLineMetrics() - Method in class java.awt.Font
-
Checks whether or not this Font
has uniform
line metrics.
- hasUniformLineMetrics() - Method in class java.awt.FontMetrics
-
Checks to see if the Font
has uniform line metrics.
- HeadlessException - Exception in java.awt
-
Thrown when code that is dependent on a keyboard, display, or mouse
is called in an environment that does not support a keyboard, display,
or mouse.
- HeadlessException() - Constructor for exception java.awt.HeadlessException
- HeadlessException(String) - Constructor for exception java.awt.HeadlessException
- height - Variable in class java.awt.Component.BltBufferStrategy
- height - Variable in class java.awt.Dimension
-
The height dimension; negative values can be used.
- height - Variable in class java.awt.Rectangle
-
The height of the Rectangle
.
- hide() - Method in class java.awt.Component
-
Deprecated. As of JDK version 1.1,
replaced by setVisible(boolean)
.
- hide() - Method in class java.awt.Dialog
-
- hide() - Method in class java.awt.Window
-
- HIERARCHY_BOUNDS_EVENT_MASK - Static variable in class java.awt.AWTEvent
-
The event mask for selecting hierarchy bounds events.
- HIERARCHY_CHANGED - Static variable in class java.awt.event.HierarchyEvent
-
The event id indicating that modification was made to the
entire hierarchy tree.
- HIERARCHY_EVENT_MASK - Static variable in class java.awt.AWTEvent
-
The event mask for selecting hierarchy events.
- HIERARCHY_FIRST - Static variable in class java.awt.event.HierarchyEvent
-
Marks the first integer id for the range of hierarchy event ids.
- HIERARCHY_LAST - Static variable in class java.awt.event.HierarchyEvent
-
Marks the last integer id for the range of ancestor event ids.
- HierarchyBoundsAdapter - Class in java.awt.event
-
An abstract adapter class for receiving ancestor moved and resized events.
- HierarchyBoundsAdapter() - Constructor for class java.awt.event.HierarchyBoundsAdapter
- HierarchyBoundsListener - Interface in java.awt.event
-
The listener interface for receiving ancestor moved and resized events.
- hierarchyChanged(HierarchyEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the hierarchyChanged event by invoking the
hierarchyChanged methods on listener-a and listener-b.
- hierarchyChanged(HierarchyEvent) - Method in interface java.awt.event.HierarchyListener
-
Called when the hierarchy has been changed.
- HierarchyEvent - Class in java.awt.event
-
An event which indicates a change to the Component
hierarchy to which Component
belongs.
- HierarchyEvent(Component, int, Component, Container) - Constructor for class java.awt.event.HierarchyEvent
-
Constructs an HierarchyEvent
object to identify a
change in the Component
hierarchy.
- HierarchyEvent(Component, int, Component, Container, long) - Constructor for class java.awt.event.HierarchyEvent
-
Constructs an HierarchyEvent
object to identify
a change in the Component
hierarchy.
- HierarchyListener - Interface in java.awt.event
-
The listener interface for receiving hierarchy changed events.
- HIGH - Static variable in class java.awt.PageAttributes.PrintQualityType
-
The PrintQualityType instance to use for specifying a high print
quality.
- hit(Rectangle, Shape, boolean) - Method in class java.awt.Graphics2D
-
Checks whether or not the specified
Shape
intersects
the specified
Rectangle
, which is in device
space.
- hitClip(int, int, int, int) - Method in class java.awt.Graphics
-
Returns true if the specified rectangular area might intersect
the current clipping area.
- HOME - Static variable in class java.awt.Event
-
The Home key, a non-ASCII action key.
- HORIZONTAL - Static variable in interface java.awt.Adjustable
-
Indicates that the Adjustable
has horizontal orientation.
- HORIZONTAL - Static variable in class java.awt.GridBagConstraints
-
Resize the component horizontally but not vertically.
- HORIZONTAL - Static variable in class java.awt.Scrollbar
-
A constant that indicates a horizontal scroll bar.
- HSBtoRGB(float, float, float) - Static method in class java.awt.Color
-
Converts the components of a color, as specified by the HSB
model, to an equivalent set of values for the default RGB model.