Uses of Class
adams.flow.transformer.wordcloud.AbstractBackground
-
Packages that use AbstractBackground Package Description adams.flow.transformer adams.flow.transformer.wordcloud -
-
Uses of AbstractBackground in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractBackground Modifier and Type Field Description protected AbstractBackground
GenerateWordCloud. m_Background
the background.Methods in adams.flow.transformer that return AbstractBackground Modifier and Type Method Description AbstractBackground
GenerateWordCloud. getBackground()
Returns the background to use.Methods in adams.flow.transformer with parameters of type AbstractBackground Modifier and Type Method Description void
GenerateWordCloud. setBackground(AbstractBackground value)
Sets the background to use. -
Uses of AbstractBackground in adams.flow.transformer.wordcloud
Subclasses of AbstractBackground in adams.flow.transformer.wordcloud Modifier and Type Class Description class
CircleBackground
Generates a circular background.class
DefaultBackground
Generates no background, uses default.class
PixelBoundaryBackground
Generates a background mode based on the transparent pixel-boundaries of the specified image.class
RectangleBackground
Generates a rectangular background.
-