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_Paintletsadditional 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 voidImagePanel. addPaintlet(Paintlet p)Adds the paintlet to the internal list.voidImagePanel.PaintPanel. addPaintlet(Paintlet p)Adds the paintlet to the internal list.voidImagePanel.PaintPanel. removePaintlet(Paintlet p)Removes this paintlet from its internal list.voidImagePanel. 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 classAbstractPaintletAn abstract superclass for paint engines that can be plugged into panels.classNullDummy paintlet.Methods in adams.gui.visualization.image.paintlet that return Paintlet Modifier and Type Method Description static PaintletAbstractPaintlet. forCommandLine(String cmdline)Instantiates the paintlet from the given commandline (i.e., classname and optional options).static PaintletAbstractPaintlet. forName(String classname, String[] options)Instantiates the paintlet with the given options.PaintletAbstractPaintlet. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.PaintletAbstractPaintlet. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options.
-