org.knime.core.data.property
Interface SizeHandler.SizeModel

All Known Implementing Classes:
SizeModelDouble
Enclosing class:
SizeHandler

static interface SizeHandler.SizeModel

Internal SizeModel used to request sizes by DataCell attribute value.


Method Summary
 double getSize(DataCell dc)
          Deprecated. use getSizeFactor(DataCell) instead.
 double getSizeFactor(DataCell dc)
           
 void save(ConfigWO config)
          Save size settings to.
 

Method Detail

getSize

@Deprecated
double getSize(DataCell dc)
Deprecated. use getSizeFactor(DataCell) instead.

Returns a double value for a given DataCell within 0 and 1, or -1 if no color setting available.

Parameters:
dc - The attribute value to get size for.
Returns:
A double between 0 and 1.

getSizeFactor

double getSizeFactor(DataCell dc)
Parameters:
dc - the attribute value to get the size factor for
Returns:
a double indicating the maginfication relative to the normal size used

save

void save(ConfigWO config)
Save size settings to.

Parameters:
config - This object.


Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.