Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.knime.base.node.viz.plotter Classes and Interfaces - 82 results found.
NameDescriptionTypePackageFramework
AbstractDrawingPaneSupports the selection of elements (also paints the selection rectangle) and anti-aliasing, override paintContent(Graphics).Classorg.knime.base.node.viz.plotterKNIME
AbstractPlotterProvides functionality for zooming, moving and selection and is designed to be extended.Classorg.knime.base.node.viz.plotterKNIME
AbstractPlotterPropertiesThe properties contains elements to interact with the view.Classorg.knime.base.node.viz.plotterKNIME
Axis vertical (columns) header.Classorg.knime.base.node.viz.plotterKNIME
Basic2DDrawingElementThis class is a specialization of the BasicDrawingElement by providing a flag whether the shape should be filled or not.Classorg.knime.base.node.viz.plotter.basicKNIME
BasicDrawingElementA drawing element consists of points which are already mapped to the drawing pane's dimension.Classorg.knime.base.node.viz.plotter.basicKNIME
BasicDrawingPaneThe BasicDrawingPane stores the BasicDrawingElements and Classorg.knime.base.node.viz.plotter.basicKNIME
BasicDrawingPaneImplClassorg.knime.base.node.viz.plotter.basicKNIME
BasicEllipseRepresents an ellipse defined by two points, the lower-left and the upper-right corner, different from normal Java graphics behavior!Classorg.knime.base.node.viz.plotter.basicKNIME
BasicLineRepresents a line by a list of points which are connected to one line.Classorg.knime.base.node.viz.plotter.basicKNIME
BasicPlotterTha BasicPlotter provides means to add some simple, basic graphical forms to the drawing pane, which are automatically mapped to the drawing pane'sClassorg.knime.base.node.viz.plotter.basicKNIME
BasicPlotterImplClassorg.knime.base.node.viz.plotter.basicKNIME
BasicRectangleRepresents a rectangle which is defined by two points, the upper-left and the lower-right corner as known from Java Graphics.Classorg.knime.base.node.viz.plotter.basicKNIME
BasicTextRepresents a textline, the startpoint has to be set with the #addDomainValue(DataCellPoint).Classorg.knime.base.node.viz.plotter.basicKNIME
BinaryTreeClassorg.knime.base.node.viz.plotter.dendrogramKNIME
BinaryTree .TraversalTree traversal methods.Classorg.knime.base.node.viz.plotter.dendrogramKNIME
BinaryTreeNodeA generic tree with a content, a reference to the parent node and with a left child and a right child.Classorg.knime.base.node.viz.plotter.dendrogramKNIME
BoxClassorg.knime.base.node.viz.plotter.boxKNIME
BoxPlotAppearanceTabProvides a checkbox if the visualization of the data should be normalized or not.Classorg.knime.base.node.viz.plotter.propsKNIME
BoxplotCalculatorClassorg.knime.base.node.viz.plotter.boxKNIME
BoxPlotDataProviderInterfaceorg.knime.base.node.viz.plotter.boxKNIME
BoxPlotDrawingPanePaints the Boxes, the dots from (since it derives from Classorg.knime.base.node.viz.plotter.boxKNIME
BoxPlotNodeFactoryClassorg.knime.base.node.viz.plotter.boxKNIME
BoxPlotNodeModelThe input data is sorted for each numeric column and the necessary parameters are determined: minimum, lower whiskerClassorg.knime.base.node.viz.plotter.boxKNIME
BoxPlotNodeViewClassorg.knime.base.node.viz.plotter.boxKNIME
BoxplotStatisticsClassorg.knime.base.node.viz.plotter.boxKNIME
BoxPlotterThe BoxPlotter calculates, based on the statistical parameters determined by theClassorg.knime.base.node.viz.plotter.boxKNIME
BoxPlotterPropertiesTab to select whether to normalize the drawing or not.Classorg.knime.base.node.viz.plotter.boxKNIME
ColorLegendTab a color chooser dialog.Classorg.knime.base.node.viz.plotter.propsKNIME
ConditionalBoxPlotterClassorg.knime.base.node.viz.plotter.boxKNIME
DataCellPointA DataCellPoint consists of two DataCells, one for the x and one for the y Classorg.knime.base.node.viz.plotter.basicKNIME
DataProviderThe plotters rely on a DataProvider to get the data to visualize.Interfaceorg.knime.base.node.viz.plotterKNIME
DefaultTabThis is the default tab added by the AbstractPlotterProperties that makes Classorg.knime.base.node.viz.plotter.propsKNIME
DefaultVisualizationNodeDialogLets the user define the maximum number of rows to be displayed.Classorg.knime.base.node.viz.plotter.nodeKNIME
DefaultVisualizationNodeModel functionality that is needed for a default plotter implementation.Classorg.knime.base.node.viz.plotter.nodeKNIME
DefaultVisualizationNodeViewConvenient implementation of a NodeView that can display one or more plotter implementations.Classorg.knime.base.node.viz.plotter.nodeKNIME
DendrogramDrawingPaneInterprets the BinaryTree of DendrogramPoints suchClassorg.knime.base.node.viz.plotter.dendrogramKNIME
DendrogramNodeThis interface describes a node depicted in a dendrogram plot.Interfaceorg.knime.base.node.viz.plotter.dendrogramKNIME
DendrogramPlotterConverts a DendrogramNode into a BinaryTree of Classorg.knime.base.node.viz.plotter.dendrogramKNIME
DendrogramPlotterProperties AbstractPlotterProperties a LinePlotterAppearanceTab isClassorg.knime.base.node.viz.plotter.dendrogramKNIME
DendrogramPointRepresents a point in the dendrogram with the contained rows, the distance of the cluster, the point in the drawing pane and the visual propertiesClassorg.knime.base.node.viz.plotter.dendrogramKNIME
DotInfoThis is a helper class for the ScatterPlotView.Classorg.knime.base.node.viz.plotter.scatterKNIME
DotInfoArrayClass that holds all DotInfos.Classorg.knime.base.node.viz.plotter.scatterKNIME
InterpolationTabProvides a checkbox if the missing values should be interpolated or not.Classorg.knime.base.node.viz.plotter.propsKNIME
LabelPaintUtilUtil class providing methods for drawing labels, which can be rotated if the available space is to small.Classorg.knime.base.node.viz.plotterKNIME
LabelPaintUtil .PositionPossible positions of the label.Classorg.knime.base.node.viz.plotterKNIME
LineInfoRepresents a line (one row) in the parallel coordinates plot.Classorg.knime.base.node.viz.plotter.parcoordKNIME
LinePlotterPlots the values of all selected numeric columns as lines in a plot, where the x axis are the rows and the y axis are the values from the minimum of theClassorg.knime.base.node.viz.plotter.lineKNIME
LinePlotterAppearanceTabProvides three checkboxes, one to show or hide the dots, one for the line thickness and one for the dot size.Classorg.knime.base.node.viz.plotter.propsKNIME
LinePlotterDrawingPaneConnects the dots in the passed DotInfoArray with lines.Classorg.knime.base.node.viz.plotter.lineKNIME
LinePlotterNodeFactoryClassorg.knime.base.node.viz.plotter.lineKNIME
LinePlotterPropertiesOne tab for the color legend with the possibility to change the color for each column, one tab to set whether missing values should be interpolated Classorg.knime.base.node.viz.plotter.lineKNIME
MultiColumnPlotterPropertiesThis class adds to the default properties (AbstractPlotterProperties) a columnClassorg.knime.base.node.viz.plotter.columnsKNIME
NominalParallelAxisRepresents a ParallelAxis with nominal values and provides access to the possible values.Classorg.knime.base.node.viz.plotter.parcoordKNIME
NumericParallelAxisRepresents a ParallelAxis with numeric values and provides access to the minimum and maximum value of Classorg.knime.base.node.viz.plotter.parcoordKNIME
OutlierClassorg.knime.base.node.viz.plotter.boxKNIME
ParallelAxisRepresents a parallel axis in a parallel coordinates plot with an x position, a height, a Coordinate, a name and aClassorg.knime.base.node.viz.plotter.parcoordKNIME
ParallelCoordinateAppearanceTabAdds a box with "Show / Hide Dots" check box and a checkbox to draw curves and a checkbox for the line thickness.Classorg.knime.base.node.viz.plotter.propsKNIME
ParallelCoordinateDrawingPane ParallelCoordinatesPlotter only calculates the mapped datapoints, the connection of them by lines orClassorg.knime.base.node.viz.plotter.parcoordKNIME
ParallelCoordinateNodeFactoryClassorg.knime.base.node.viz.plotter.parcoordKNIME
ParallelCoordinateNodeView DefaultVisualizationNodeView since it provides an additional menu to show, fade or hide unhilited lines Classorg.knime.base.node.viz.plotter.parcoordKNIME
ParallelCoordinatePlotterProperties MultiColumnPlotterProperties a tab to select how to handle missing values and a tab to adjust dot size,Classorg.knime.base.node.viz.plotter.parcoordKNIME
ParallelCoordinatesMissingValueTabControl elements for the handling of missing values, either skip the rows containing missing values, or skip only the missing value or explicitlyClassorg.knime.base.node.viz.plotter.propsKNIME
ParallelCoordinatesPlotterClassorg.knime.base.node.viz.plotter.parcoordKNIME
Plotter2DScrollPaneOverrides the default JScrollPane to force the application of the own Plotter2DScrollPaneLayout overriding the defaultClassorg.knime.base.node.viz.plotterKNIME
Plotter2DScrollPaneLayoutScrollPaneLyout for the plotter.Classorg.knime.base.node.viz.plotterKNIME
Plotter2DScrollPaneLayout .UIResourceThe UI resource version of Plotter2DScrollPaneLayout.Classorg.knime.base.node.viz.plotterKNIME
PlotterMouseListenerA mouse listener for the plotter mouse mode selection box.Classorg.knime.base.node.viz.plotterKNIME
PropertiesTabA convenient JPanel which defines some distances and a default name for this and can be added as a tab to the Classorg.knime.base.node.viz.plotter.propsKNIME
ScatterMatrixDrawingPane ScatterMatrixElements.Classorg.knime.base.node.viz.plotter.scattermatrixKNIME
ScatterMatrixElementRepresents one matrix element in a scatter plot matrix, with the upper left corner, the width and height of the surrounding Classorg.knime.base.node.viz.plotter.scattermatrixKNIME
ScatterMatrixNodeFactoryClassorg.knime.base.node.viz.plotter.scattermatrixKNIME
ScatterMatrixPlotterCreates the scatter matrix elements as rectangles with a x and y coordinates, ScatterMatrixElements Classorg.knime.base.node.viz.plotter.scattermatrixKNIME
ScatterMatrixProperties MultiColumnPlotterProperties ScatterPlotterAppearanceTab.Classorg.knime.base.node.viz.plotter.scattermatrixKNIME
ScatterPlotterMaps the two selected columns to the screen coordinates.Classorg.knime.base.node.viz.plotter.scatterKNIME
ScatterPlotterAppearanceTabControl elements to adjust the dot size and the jitter rate.Classorg.knime.base.node.viz.plotter.propsKNIME
ScatterPlotterDrawingPaneShows the mapped data points and provides a tooltip for each data point with the domain value and the row ID.Classorg.knime.base.node.viz.plotter.scatterKNIME
ScatterPlotterNodeFactoryClassorg.knime.base.node.viz.plotter.scatterKNIME
ScatterPlotterNodeView DefaultVisualizationNodeView by adding an additional menu to show, fade or hide unhilited dots.Classorg.knime.base.node.viz.plotter.scatterKNIME
ScatterPlotterProperties TwoColumnProperties a tab to adjust the dot size and the jitter rate is provided.Classorg.knime.base.node.viz.plotter.scatterKNIME
TwoColumnPlotterWraps the functionality where the data of two columns have to be displayed.Classorg.knime.base.node.viz.plotter.columnsKNIME
TwoColumnProperties Provides functionality to select the x and the y column to display.Classorg.knime.base.node.viz.plotter.columnsKNIME