Package org.eclnt.util.image
package org.eclnt.util.image
-
ClassDescriptionImplementation of
IExtImageFilter
which allows any type of loading external images.Implementation ofIExtImageFilter
which blocks any type of loading external images.Filter to check URLs to be loaded by image size processing of the server side image manager (class ServerImageManager).Interface to read am image within the server side image processing (which is e.g used when image sizes are calculated on server side).Helper class for server side image creation.This class includes all references to commons-imaging!Utility methods to create an image out of the TOUCHSIGNATURE components.Utility to convert SVG into PNG images - internally wrapping batik processing.Utility for flexibly adapting flat SVG icon images and update their fill color and their size.
Purpose: have one icon imagea definition and derive all variations of the icon by this utility instead of copying/pasting the SVG multiple times.
The utitily already covers quite typical definitions of flat SVG icon images but of course can not cover all - because there is some individual variation how SVG is structured.When resolving the SVG for a dynamically created SVG image (.ccsvg) then the reading of the SVG Source reader can be done by implementing this interface.