|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
public class SotaTreeCellLocations
| 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 |
|---|
public SotaTreeCellLocations()
| Method Detail |
|---|
public int getStartX()
getStartX in interface Locatablepublic int getStartY()
getStartY in interface Locatablepublic int getEndX()
getEndX in interface Locatablepublic int getEndY()
getEndY in interface Locatablepublic void setStartX(int x)
setStartX in interface Locatablex - the start x coordinate to setpublic void setStartY(int y)
setStartY in interface Locatabley - the start y coordinate to setpublic void setEndX(int x)
setEndX in interface Locatablex - the end x coordinate to setpublic void setEndY(int y)
setEndY in interface Locatabley - the end y coordinate to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||