|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.AbstractIOObject
com.rapidminer.operator.ResultObjectAdapter
com.rapidminer.operator.visualization.LiftParetoChart
public class LiftParetoChart
This object can usually not be passed to other operators but can simply be used for the inline visualization of a Lift Pareto chart (without a dialog).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rapidminer.operator.AbstractIOObject |
|---|
AbstractIOObject.InputStreamProvider |
| Constructor Summary | |
|---|---|
LiftParetoChart(SimpleDataTable liftChartData,
java.lang.String targetValue,
boolean showBarLabels,
boolean showCumulativeLabels,
boolean rotateLabels)
|
|
| Method Summary | |
|---|---|
void |
finishRendering()
Will be invoked directly after rendering and gives the object the chance to perform some clean-up. |
java.lang.String |
getExtension()
|
java.lang.String |
getFileDescription()
|
DataTable |
getLiftChartData()
|
java.lang.String |
getName()
The default implementation returns the classname without package. |
int |
getRenderHeight(int preferredHeight)
This method return the pixel height the rendering needs |
int |
getRenderWidth(int preferredWidth)
This method returns the pixel width the rendering needs |
java.lang.String |
getTargetValue()
|
void |
prepareRendering()
Will be invoked before rendering and even before render width and height retrieval. |
void |
render(java.awt.Graphics graphics,
int width,
int height)
This method paints the visual representation onto the given graphics |
boolean |
rotateLabels()
|
boolean |
showBarLabels()
|
boolean |
showCumulativeLabels()
|
java.lang.String |
toString()
|
| Methods inherited from class com.rapidminer.operator.ResultObjectAdapter |
|---|
addAction, getActions, getAnnotations, getResultIcon, log, log, logError, logNote, logWarning, toHTML, toResultString |
| Methods inherited from class com.rapidminer.operator.AbstractIOObject |
|---|
appendOperatorToHistory, copy, getLog, getProcessingHistory, getSource, initWriting, read, read, read, read, setLoggingHandler, setSource, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.rapidminer.operator.IOObject |
|---|
appendOperatorToHistory, copy, getLog, getProcessingHistory, getSource, setLoggingHandler, setSource, write |
| Constructor Detail |
|---|
public LiftParetoChart(SimpleDataTable liftChartData,
java.lang.String targetValue,
boolean showBarLabels,
boolean showCumulativeLabels,
boolean rotateLabels)
| Method Detail |
|---|
public DataTable getLiftChartData()
public java.lang.String getTargetValue()
public boolean showBarLabels()
public boolean showCumulativeLabels()
public boolean rotateLabels()
public java.lang.String getName()
ResultObjectAdapter
getName in interface ResultObjectgetName in class ResultObjectAdapterpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getExtension()
public java.lang.String getFileDescription()
public void prepareRendering()
Renderable
prepareRendering in interface Renderablepublic void finishRendering()
Renderable
finishRendering in interface Renderablepublic int getRenderHeight(int preferredHeight)
Renderable
getRenderHeight in interface RenderablepreferredHeight - tells the renderable of the size it should deliver best
public int getRenderWidth(int preferredWidth)
Renderable
getRenderWidth in interface RenderablepreferredWidth - tells the renderable of the size it should deliver best
public void render(java.awt.Graphics graphics,
int width,
int height)
Renderable
render in interface Renderablegraphics - the graphics to render onto
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||