Uses of Class
adams.gui.visualization.debug.SideBySideDiffPanel
-
Packages that use SideBySideDiffPanel Package Description adams.flow.sink adams.gui.tools -
-
Uses of SideBySideDiffPanel in adams.flow.sink
Fields in adams.flow.sink declared as SideBySideDiffPanel Modifier and Type Field Description protected SideBySideDiffPanel
SideBySideDiff. m_SideBySideDiffPanel
the panel with the image.Methods in adams.flow.sink with parameters of type SideBySideDiffPanel Modifier and Type Method Description protected void
SideBySideDiff. adjustSize(SideBySideDiffPanel panel)
Adjusts the size of the left/right panels to fit the actors size. -
Uses of SideBySideDiffPanel in adams.gui.tools
Fields in adams.gui.tools declared as SideBySideDiffPanel Modifier and Type Field Description protected SideBySideDiffPanel
DiffPanel. m_PanelDiff
the diff panel.
-