Uses of Interface
adams.gui.visualization.image.paintlet.Paintlet
-
Packages that use Paintlet Package Description adams.gui.visualization.image adams.gui.visualization.image.paintlet -
-
Uses of Paintlet in adams.gui.visualization.image
Fields in adams.gui.visualization.image with type parameters of type Paintlet Modifier and Type Field Description protected Set<Paintlet>
ImagePanel.PaintPanel. m_Paintlets
additional paintlets to execute.Methods in adams.gui.visualization.image that return types with arguments of type Paintlet Modifier and Type Method Description Iterator<Paintlet>
ImagePanel. paintlets()
Returns an iterator over all currently stored paintlets.Iterator<Paintlet>
ImagePanel.PaintPanel. paintlets()
Returns an iterator over all currently stored paintlets.Methods in adams.gui.visualization.image with parameters of type Paintlet Modifier and Type Method Description void
ImagePanel. addPaintlet(Paintlet p)
Adds the paintlet to the internal list.void
ImagePanel.PaintPanel. addPaintlet(Paintlet p)
Adds the paintlet to the internal list.void
ImagePanel.PaintPanel. removePaintlet(Paintlet p)
Removes this paintlet from its internal list.void
ImagePanel. removePaintlet(Paintlet p)
Removes this paintlet from its internal list. -
Uses of Paintlet in adams.gui.visualization.image.paintlet
Classes in adams.gui.visualization.image.paintlet that implement Paintlet Modifier and Type Class Description class
AbstractPaintlet
An abstract superclass for paint engines that can be plugged into panels.class
Null
Dummy paintlet.Methods in adams.gui.visualization.image.paintlet that return Paintlet Modifier and Type Method Description static Paintlet
AbstractPaintlet. forCommandLine(String cmdline)
Instantiates the paintlet from the given commandline (i.e., classname and optional options).static Paintlet
AbstractPaintlet. forName(String classname, String[] options)
Instantiates the paintlet with the given options.Paintlet
AbstractPaintlet. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.Paintlet
AbstractPaintlet. shallowCopy(boolean expand)
Returns a shallow copy of itself, i.e., based on the commandline options.
-