|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |