Package net.anwiba.commons.image.apache
Interface IApacheImageContainerSettings
-
- All Known Implementing Classes:
IApacheImageContainerSettings.DefaultImagenImageContainerSettings
public interface IApacheImageContainerSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIApacheImageContainerSettings.DefaultImagenImageContainerSettingsstatic classIApacheImageContainerSettings.RenderingKey
-
Field Summary
Fields Modifier and Type Field Description static intIMAGEN_IMAGE_CONTAINER_SETTINGSstatic java.awt.RenderingHints.KeyKEY_IMAGEN_IMAGE_CONTAINER_SETTINGS
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IApacheImageContainerSettingsgetSettings(java.awt.RenderingHints hints)default booleanisEnabled()
-
-
-
Field Detail
-
IMAGEN_IMAGE_CONTAINER_SETTINGS
static final int IMAGEN_IMAGE_CONTAINER_SETTINGS
- See Also:
- Constant Field Values
-
KEY_IMAGEN_IMAGE_CONTAINER_SETTINGS
static final java.awt.RenderingHints.Key KEY_IMAGEN_IMAGE_CONTAINER_SETTINGS
-
-
Method Detail
-
isEnabled
default boolean isEnabled()
-
getSettings
static IApacheImageContainerSettings getSettings(java.awt.RenderingHints hints)
-
-