Class GraphicResourceHandler

    • Field Detail

      • LIBRARY_NAME

        public static final String LIBRARY_NAME
        The default library name of a graphic resource. Make sure that this is never used for other libraries.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GraphicResourceHandler

        public GraphicResourceHandler​(ResourceHandler wrapped)
        Creates a new instance of this graphic resource handler which wraps the given resource handler.
        Parameters:
        wrapped - The resource handler to be wrapped.