Package | Description |
---|---|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Method and Description |
---|---|
static ImageProvider.ImageSizes |
ImageProvider.ImageSizes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageProvider.ImageSizes[] |
ImageProvider.ImageSizes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ImageProvider |
ImageProvider.setMaxSize(ImageProvider.ImageSizes size)
Limit the maximum size of the image.
|
ImageProvider |
ImageProvider.setSize(ImageProvider.ImageSizes size)
Set the dimensions of the image.
|