fr.ifremer.isisfish.ui.result
Class MatrixSummaryRenderer

java.lang.Object
  extended by fr.ifremer.isisfish.ui.result.MatrixSummaryRenderer
All Implemented Interfaces:
org.nuiton.math.matrix.viewer.MatrixRenderer

public class MatrixSummaryRenderer
extends Object
implements org.nuiton.math.matrix.viewer.MatrixRenderer

Simulation summary renderer.

Version:
$Revision: 3445 $ Last update : $Date: 2011-07-15 15:12:45 +0200 (Fri, 15 Jul 2011) $ By : $Author: chatellier $
Author:
chatellier

Field Summary
protected static String ABONDANCE_STRING
           
protected  Component cachedComponent
           
protected static String CAPTUREPARMETIER_STRING
           
protected static String REJETPARMETIER_STRING
           
protected  ResultStorage resultStorage
           
protected  SimulationStorage simulationStorage
           
protected  org.nuiton.topia.TopiaContext topiaContext
           
 
Constructor Summary
MatrixSummaryRenderer(SimulationStorage simulationStorage, ResultStorage resultStorage, org.nuiton.topia.TopiaContext topiaContext)
           
 
Method Summary
 Component getComponent(org.nuiton.math.matrix.MatrixND matrix)
           
 Icon getIcon()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABONDANCE_STRING

protected static final String ABONDANCE_STRING

CAPTUREPARMETIER_STRING

protected static final String CAPTUREPARMETIER_STRING

REJETPARMETIER_STRING

protected static final String REJETPARMETIER_STRING

simulationStorage

protected SimulationStorage simulationStorage

resultStorage

protected ResultStorage resultStorage

topiaContext

protected org.nuiton.topia.TopiaContext topiaContext

cachedComponent

protected Component cachedComponent
Constructor Detail

MatrixSummaryRenderer

public MatrixSummaryRenderer(SimulationStorage simulationStorage,
                             ResultStorage resultStorage,
                             org.nuiton.topia.TopiaContext topiaContext)
Method Detail

getComponent

public Component getComponent(org.nuiton.math.matrix.MatrixND matrix)
Specified by:
getComponent in interface org.nuiton.math.matrix.viewer.MatrixRenderer

getIcon

public Icon getIcon()
Specified by:
getIcon in interface org.nuiton.math.matrix.viewer.MatrixRenderer

getName

public String getName()
Specified by:
getName in interface org.nuiton.math.matrix.viewer.MatrixRenderer


Copyright © 1999-2012 CodeLutin. All Rights Reserved.