Interface ImageConfig
public interface ImageConfig
Configuration relating to the images that are generated.
- Author:
- Sjoerd Talsma
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionformats()By defaultSVGimages will be generated because they are a lot smaller than for instancePNGimages and they can include links to JavadocHTMLpages.
-
Method Details
-
directory
- Returns:
- The image directory for the UML diagrams, if explicitly specified.
-
formats
Collection<ImageConfig.Format> formats()By defaultSVGimages will be generated because they are a lot smaller than for instancePNGimages and they can include links to JavadocHTMLpages.Providing one or more
"-umlImageFormat"option values overrides this setting.- Returns:
- The image formats that are generated (by default only
SVG).
-