org.knime.base.node.mine.sota.view.interaction
Class SotaTreeCellLocations

java.lang.Object
  extended by org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
All Implemented Interfaces:
Locatable

public class SotaTreeCellLocations
extends Object
implements Locatable


Field Summary
 
Fields inherited from interface org.knime.base.node.mine.sota.view.interaction.Locatable
X, Y
 
Constructor Summary
SotaTreeCellLocations()
           
 
Method Summary
 int getEndX()
          Returns the objects end X coordinate.
 int getEndY()
          Returns the objects end Y coordinate.
 int getStartX()
          Returns the objects start X coordinate.
 int getStartY()
          Returns the objects start Y coordinate.
 void setEndX(int x)
          Sets the given end x coordinate.
 void setEndY(int y)
          Sets the given end y coordinate.
 void setStartX(int x)
          Sets the given start x coordinate.
 void setStartY(int y)
          Sets the given start y coordinate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SotaTreeCellLocations

public SotaTreeCellLocations()
Method Detail

getStartX

public int getStartX()
Returns the objects start X coordinate.

Specified by:
getStartX in interface Locatable
Returns:
the objects start X coordinate

getStartY

public int getStartY()
Returns the objects start Y coordinate.

Specified by:
getStartY in interface Locatable
Returns:
the objects start Y coordinate

getEndX

public int getEndX()
Returns the objects end X coordinate.

Specified by:
getEndX in interface Locatable
Returns:
the objects end X coordinate

getEndY

public int getEndY()
Returns the objects end Y coordinate.

Specified by:
getEndY in interface Locatable
Returns:
the objects end Y coordinate

setStartX

public void setStartX(int x)
Sets the given start x coordinate.

Specified by:
setStartX in interface Locatable
Parameters:
x - the start x coordinate to set

setStartY

public void setStartY(int y)
Sets the given start y coordinate.

Specified by:
setStartY in interface Locatable
Parameters:
y - the start y coordinate to set

setEndX

public void setEndX(int x)
Sets the given end x coordinate.

Specified by:
setEndX in interface Locatable
Parameters:
x - the end x coordinate to set

setEndY

public void setEndY(int y)
Sets the given end y coordinate.

Specified by:
setEndY in interface Locatable
Parameters:
y - the end y coordinate to set


Copyright, 2003 - 2012. 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.