|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dllearner.tools.protege.IndividualPoint
public class IndividualPoint
This class is a datastructure for one individual shown in the GraphicalCoveragePanel.
| Constructor Summary | |
|---|---|
IndividualPoint(String p,
int x,
int y,
String ind)
Constructor of the class. |
|
| Method Summary | |
|---|---|
String |
getIndividualName()
This method returns the name of the Individual. |
Ellipse2D |
getIndividualPoint()
|
String |
getPoint()
This method returns the display string of the individual. |
int |
getXAxis()
This method returns the x axis coordinate. |
int |
getYAxis()
This method returns the y axis coordinate. |
void |
setPoint(String point)
This method sets the display string of the individual. |
void |
setXAxis(int xAxis)
This method sets the x axis coordinate. |
void |
setYAxis(int yAxis)
This method sets the y axis coordinate. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndividualPoint(String p,
int x,
int y,
String ind)
p - display Stringx - coordinate on the x axisy - coordinate on the y axisind - Name of the Individual| Method Detail |
|---|
public void setPoint(String point)
point - the point to setpublic String getPoint()
public void setXAxis(int xAxis)
xAxis - the xAxis to setpublic int getXAxis()
public void setYAxis(int yAxis)
yAxis - the yAxis to setpublic int getYAxis()
public String getIndividualName()
public Ellipse2D getIndividualPoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||