- java.awt - package java.awt
-
Contains all of the classes for creating user
interfaces and for painting graphics and images.
- java.awt.event - package java.awt.event
-
Provides interfaces and classes for dealing with different
types of events fired by AWT components.
- JIS_B0 - Static variable in class java.awt.PageAttributes.MediaType
-
The MediaType instance for JIS B0, 1030 x 1456 mm.
- JIS_B1 - Static variable in class java.awt.PageAttributes.MediaType
-
The MediaType instance for JIS B1, 728 x 1030 mm.
- JIS_B10 - Static variable in class java.awt.PageAttributes.MediaType
-
The MediaType instance for JIS B10, 32 x 45 mm.
- JIS_B2 - Static variable in class java.awt.PageAttributes.MediaType
-
The MediaType instance for JIS B2, 515 x 728 mm.
- JIS_B3 - Static variable in class java.awt.PageAttributes.MediaType
-
The MediaType instance for JIS B3, 364 x 515 mm.
- JIS_B4 - Static variable in class java.awt.PageAttributes.MediaType
-
The MediaType instance for JIS B4, 257 x 364 mm.
- JIS_B5 - Static variable in class java.awt.PageAttributes.MediaType
-
The MediaType instance for JIS B5, 182 x 257 mm.
- JIS_B6 - Static variable in class java.awt.PageAttributes.MediaType
-
The MediaType instance for JIS B6, 128 x 182 mm.
- JIS_B7 - Static variable in class java.awt.PageAttributes.MediaType
-
The MediaType instance for JIS B7, 91 x 128 mm.
- JIS_B8 - Static variable in class java.awt.PageAttributes.MediaType
-
The MediaType instance for JIS B8, 64 x 91 mm.
- JIS_B9 - Static variable in class java.awt.PageAttributes.MediaType
-
The MediaType instance for JIS B9, 45 x 64 mm.
- JobAttributes - Class in java.awt
-
A set of attributes which control a print job.
- JobAttributes() - Constructor for class java.awt.JobAttributes
-
Constructs a JobAttributes
instance with default
values for every attribute.
- JobAttributes(JobAttributes) - Constructor for class java.awt.JobAttributes
-
Constructs a JobAttributes
instance which is a copy
of the supplied JobAttributes
.
- JobAttributes(int, JobAttributes.DefaultSelectionType, JobAttributes.DestinationType, JobAttributes.DialogType, String, int, int, JobAttributes.MultipleDocumentHandlingType, int[][], String, JobAttributes.SidesType) - Constructor for class java.awt.JobAttributes
-
Constructs a JobAttributes
instance with the
specified values for every attribute.
- JobAttributes.DefaultSelectionType - Class in java.awt
-
A type-safe enumeration of possible default selection states.
- JobAttributes.DestinationType - Class in java.awt
-
A type-safe enumeration of possible job destinations.
- JobAttributes.DialogType - Class in java.awt
-
A type-safe enumeration of possible dialogs to display to the user.
- JobAttributes.MultipleDocumentHandlingType - Class in java.awt
-
A type-safe enumeration of possible multiple copy handling states.
- JobAttributes.SidesType - Class in java.awt
-
A type-safe enumeration of possible multi-page impositions.
- JOIN_BEVEL - Static variable in class java.awt.BasicStroke
-
Joins path segments by connecting the outer corners of their
wide outlines with a straight segment.
- JOIN_MITER - Static variable in class java.awt.BasicStroke
-
Joins path segments by extending their outside edges until
they meet.
- JOIN_ROUND - Static variable in class java.awt.BasicStroke
-
Joins path segments by rounding off the corner at a radius
of half the line width.