Uses of Class
org.jhotdraw.contrib.html.AbstractContentProducer

Packages that use AbstractContentProducer
org.jhotdraw.contrib.html   
 

Uses of AbstractContentProducer in org.jhotdraw.contrib.html
 

Subclasses of AbstractContentProducer in org.jhotdraw.contrib.html
 class AttributeFigureContentProducer
          AttributeFigureContentProducer provides content for AttributeFigures.
 class ColorContentProducer
          ColorContentProducer produces RGB color encoded hexadecimal strings.
 class FigureDataContentProducer
          FigureDataContentProducer produces content on behalf of Figures.
 class HTMLColorContentProducer
          HTMLColorContentProducer produces RGB color HTML encoded strings.
 class HTMLContentProducer
          HTMLContentProducer produces HTML suitable values and encoded strings for various types of values.
 class ResourceContentProducer
          ResourceContentProducer produces contents from resource in the application's CLASSPATH.
 class TextHolderContentProducer
          TextAreaFigureContentProducer produces text contents from an existing TextHolder figure
It can either be specific if set for a specific figure, or generic, encoding any color passed to the getContents method.
 class URLContentProducer
          URLContentProducer produces string contents from URLs.