|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdatabionics.esom.renderer.background.BackgroundRenderer
databionics.esom.renderer.background.ComponentRenderer
public class ComponentRenderer
Component plane background renderer. The height is the value of one dimension.
Field Summary | |
---|---|
protected int |
component
the dimension to use for rendering |
protected static org.apache.log4j.Logger |
log
interface to log4j system |
Fields inherited from class databionics.esom.renderer.background.BackgroundRenderer |
---|
bmChanged, cacheMatrix, lrnChanged, paramChanged, renderer, wtsChanged |
Constructor Summary | |
---|---|
ComponentRenderer()
Standard constructor |
Method Summary | |
---|---|
java.lang.String |
getCaption(Renderer renderer)
Short description of the renderer: the name or number of the component. |
boolean |
isColorBackground()
Whether this background renderer returns color matrix. |
cern.colt.matrix.DoubleMatrix2D |
render(Renderer renderer)
The heights are simply a slice of the high dimensional grid by copying the value of a the selected dimension. |
void |
setComponent(int component)
Set the dimension to use for rendering. |
Methods inherited from class databionics.esom.renderer.background.BackgroundRenderer |
---|
bmChanged, getRenderer, init, lrnChanged, paramChanged, resetCache, setRenderer, wtsChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final org.apache.log4j.Logger log
protected int component
Constructor Detail |
---|
public ComponentRenderer()
Method Detail |
---|
public cern.colt.matrix.DoubleMatrix2D render(Renderer renderer)
render
in class BackgroundRenderer
renderer
- The invoking Rendererpublic boolean isColorBackground()
BackgroundRenderer
isColorBackground
in class BackgroundRenderer
public void setComponent(int component)
component
- the component numberpublic java.lang.String getCaption(Renderer renderer)
getCaption
in class BackgroundRenderer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |