Uses of Class
adams.gui.visualization.instance.AbstractInstancePaintlet
-
Packages that use AbstractInstancePaintlet Package Description adams.flow.sink adams.gui.visualization.instance -
-
Uses of AbstractInstancePaintlet in adams.flow.sink
Fields in adams.flow.sink declared as AbstractInstancePaintlet Modifier and Type Field Description protected AbstractInstancePaintlet
WekaInstanceViewer. m_Paintlet
the paintlet to use.Methods in adams.flow.sink that return AbstractInstancePaintlet Modifier and Type Method Description AbstractInstancePaintlet
WekaInstanceViewer. getPaintlet()
Returns the paintlet in use.Methods in adams.flow.sink with parameters of type AbstractInstancePaintlet Modifier and Type Method Description void
WekaInstanceViewer. setPaintlet(AbstractInstancePaintlet value)
Sets the paintlet to use. -
Uses of AbstractInstancePaintlet in adams.gui.visualization.instance
Subclasses of AbstractInstancePaintlet in adams.gui.visualization.instance Modifier and Type Class Description class
InstanceLinePaintlet
Paintlet for generating a line plot for Instance objects.class
ReportColorInstancePaintlet
Paintlet for generating a line plot using the color stored in the report.class
SimpleInstanceLinePaintlet
Paintlet for generating a line plot for Instance objects (no markers).Fields in adams.gui.visualization.instance declared as AbstractInstancePaintlet Modifier and Type Field Description protected AbstractInstancePaintlet
InstancePanel. m_InstancePaintlet
paintlet for drawing the graph.Methods in adams.gui.visualization.instance that return AbstractInstancePaintlet Modifier and Type Method Description AbstractInstancePaintlet
InstancePanel. getContainerPaintlet()
Returns the paintlet used for painting the containers.AbstractInstancePaintlet
InstancePanel. getDataPaintlet()
Returns the paintlet for painting the instance.
-