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 AbstractInstancePaintletWekaInstanceViewer. m_Paintletthe paintlet to use.Methods in adams.flow.sink that return AbstractInstancePaintlet Modifier and Type Method Description AbstractInstancePaintletWekaInstanceViewer. getPaintlet()Returns the paintlet in use.Methods in adams.flow.sink with parameters of type AbstractInstancePaintlet Modifier and Type Method Description voidWekaInstanceViewer. 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 classInstanceLinePaintletPaintlet for generating a line plot for Instance objects.classReportColorInstancePaintletPaintlet for generating a line plot using the color stored in the report.classSimpleInstanceLinePaintletPaintlet 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 AbstractInstancePaintletInstancePanel. m_InstancePaintletpaintlet for drawing the graph.Methods in adams.gui.visualization.instance that return AbstractInstancePaintlet Modifier and Type Method Description AbstractInstancePaintletInstancePanel. getContainerPaintlet()Returns the paintlet used for painting the containers.AbstractInstancePaintletInstancePanel. getDataPaintlet()Returns the paintlet for painting the instance.
-