Uses of Class
org.knime.base.node.viz.plotter.basic.BasicDrawingElement

Packages that use BasicDrawingElement
org.knime.base.node.viz.plotter.basic The idea behind the BasicPlotter is to provide a small fraction of the functionality known from "R" or "GnuPlot", if you have some basic elements, such as lines, ellipses, rectangles, you want to add to your view you can use the BasicPlotter
 

Uses of BasicDrawingElement in org.knime.base.node.viz.plotter.basic
 

Subclasses of BasicDrawingElement in org.knime.base.node.viz.plotter.basic
 class Basic2DDrawingElement
          This class is a specialization of the BasicDrawingElement by providing a flag whether the shape should be filled or not.
 class BasicEllipse
          Represents an ellipse defined by two points, the lower-left and the upper-right corner, different from normal Java graphics behavior!
 class BasicLine
          Represents a line by a list of points which are connected to one line.
 class BasicRectangle
          Represents a rectangle which is defined by two points, the upper-left and the lower-right corner as known from Java Graphics.
 class BasicText
          Represents a textline, the startpoint has to be set with the #addDomainValue(DataCellPoint).
 

Methods in org.knime.base.node.viz.plotter.basic that return types with arguments of type BasicDrawingElement
 List<BasicDrawingElement> BasicDrawingPane.getDrawingElements()
           
 

Methods in org.knime.base.node.viz.plotter.basic with parameters of type BasicDrawingElement
 void BasicPlotter.addBasicDrawingElement(BasicDrawingElement element)
          Adds a drawing element to the drawing pane.
 void BasicDrawingPane.addDrawingElement(BasicDrawingElement shape)
           
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.