databionics.esom.tool.pointinfo
Class PointInfoRenderer

java.lang.Object
  extended by databionics.esom.tool.pointinfo.PointInfoRenderer
Direct Known Subclasses:
GlobalNInfoRenderer, LocalNInfoRenderer, ValueInfoRenderer

public abstract class PointInfoRenderer
extends java.lang.Object

The parent-class for all Point-Info-Renderer


Field Summary
protected  BMFile bestmatches
           
protected  LrnFile data
           
protected  double globalWTSMax
           
protected  double globalWTSMin
           
protected  RectangularGrid grid
           
protected  double[] localWTSMax
           
protected  double[] localWTSMin
           
protected static org.apache.log4j.Logger log
          interface to log4j system
protected  int[] lrnIdxList
           
protected  int lrnLength
           
protected  Renderer renderer
           
protected  int x
           
protected  int y
           
 
Constructor Summary
PointInfoRenderer()
           
 
Method Summary
 int getActCol()
           
 int getActRow()
           
 int getLrnAbsIdx()
           
 int getLrnCount()
           
 int getLrnIdx()
           
protected  void getLrnIdxs()
           
protected abstract  void init()
           
protected  boolean isBestMatch()
           
 void setLrnIdx(int i)
           
 void setRenderer(Renderer renderer)
           
 java.awt.image.BufferedImage update()
           
protected abstract  java.awt.image.BufferedImage updateContent()
           
 java.awt.image.BufferedImage updatePointInfo(int xpos, int ypos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.log4j.Logger log
interface to log4j system


x

protected int x

y

protected int y

renderer

protected Renderer renderer

grid

protected RectangularGrid grid

data

protected LrnFile data

bestmatches

protected BMFile bestmatches

globalWTSMax

protected double globalWTSMax

globalWTSMin

protected double globalWTSMin

localWTSMin

protected double[] localWTSMin

localWTSMax

protected double[] localWTSMax

lrnIdxList

protected int[] lrnIdxList

lrnLength

protected int lrnLength
Constructor Detail

PointInfoRenderer

public PointInfoRenderer()
Method Detail

updateContent

protected abstract java.awt.image.BufferedImage updateContent()

init

protected abstract void init()

getLrnIdx

public int getLrnIdx()

setLrnIdx

public void setLrnIdx(int i)

getLrnCount

public int getLrnCount()

updatePointInfo

public java.awt.image.BufferedImage updatePointInfo(int xpos,
                                                    int ypos)

setRenderer

public void setRenderer(Renderer renderer)

update

public java.awt.image.BufferedImage update()

getLrnAbsIdx

public int getLrnAbsIdx()

getLrnIdxs

protected void getLrnIdxs()

getActRow

public int getActRow()

getActCol

public int getActCol()

isBestMatch

protected boolean isBestMatch()


Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.