|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hashtable | |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.awt.image | Provides classes for creating and modifying images. |
java.security | |
java.util |
Uses of Hashtable in java.awt |
Fields in java.awt declared as Hashtable | |
protected Hashtable |
GridBagLayout.comptable
This hashtable maintains the association between a component and its gridbag constraints. |
Uses of Hashtable in java.awt.image |
Methods in java.awt.image with parameters of type Hashtable | |
void |
ReplicateScaleFilter.setProperties(Hashtable props)
Passes along the properties from the source object after adding a property indicating the scale applied. |
void |
PixelGrabber.setProperties(Hashtable props)
The setProperties method is part of the ImageConsumer API which this class must implement to retrieve the pixels. |
void |
ImageConsumer.setProperties(Hashtable props)
Sets the extensible list of properties associated with this image. |
void |
ImageFilter.setProperties(Hashtable props)
Passes the properties from the source object along after adding a property indicating the stream of filters it has been run through. |
void |
CropImageFilter.setProperties(Hashtable props)
Passes along the properties from the source object after adding a property indicating the cropped region. |
Constructors in java.awt.image with parameters of type Hashtable | |
MemoryImageSource(int w,
int h,
ColorModel cm,
byte[] pix,
int off,
int scan,
Hashtable props)
Constructs an ImageProducer object which uses an array of bytes to produce data for an Image object. |
|
MemoryImageSource(int w,
int h,
ColorModel cm,
int[] pix,
int off,
int scan,
Hashtable props)
Constructs an ImageProducer object which uses an array of integers to produce data for an Image object. |
|
MemoryImageSource(int w,
int h,
int[] pix,
int off,
int scan,
Hashtable props)
Constructs an ImageProducer object which uses an array of integers in the default RGB ColorModel to produce data for an Image object. |
Uses of Hashtable in java.security |
Subclasses of Hashtable in java.security | |
class |
Provider
This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security, including: Algorithms (such as DSA, RSA, MD5 or SHA-1). |
Uses of Hashtable in java.util |
Subclasses of Hashtable in java.util | |
class |
Properties
The Properties class represents a persistent set of
properties. |
|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |