org.knime.base.node.mine.sota.view.interaction
Interface Locatable

All Known Implementing Classes:
SotaTreeCell

public interface Locatable

Author:
Kilian Thiel, University of Konstanz

Field Summary
static int X
          Default X coordinate.
static int Y
          Default Y coordinate.
 
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.
 

Field Detail

X

static final int X
Default X coordinate.

See Also:
Constant Field Values

Y

static final int Y
Default Y coordinate.

See Also:
Constant Field Values
Method Detail

getStartX

int getStartX()
Returns the objects start X coordinate.

Returns:
the objects start X coordinate

getStartY

int getStartY()
Returns the objects start Y coordinate.

Returns:
the objects start Y coordinate

getEndX

int getEndX()
Returns the objects end X coordinate.

Returns:
the objects end X coordinate

getEndY

int getEndY()
Returns the objects end Y coordinate.

Returns:
the objects end Y coordinate

setStartX

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

Parameters:
x - the start x coordinate to set

setStartY

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

Parameters:
y - the start y coordinate to set

setEndX

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

Parameters:
x - the end x coordinate to set

setEndY

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

Parameters:
y - the end y coordinate to set


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.