org.dllearner.tools.protege
Class IndividualPoint

java.lang.Object
  extended by org.dllearner.tools.protege.IndividualPoint

public class IndividualPoint
extends Object

This class is a datastructure for one individual shown in the GraphicalCoveragePanel.

Author:
Christian Koetteritzsch

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

IndividualPoint

public IndividualPoint(String p,
                       int x,
                       int y,
                       String ind)
Constructor of the class.

Parameters:
p - display String
x - coordinate on the x axis
y - coordinate on the y axis
ind - Name of the Individual
Method Detail

setPoint

public void setPoint(String point)
This method sets the display string of the individual.

Parameters:
point - the point to set

getPoint

public String getPoint()
This method returns the display string of the individual.

Returns:
the point

setXAxis

public void setXAxis(int xAxis)
This method sets the x axis coordinate.

Parameters:
xAxis - the xAxis to set

getXAxis

public int getXAxis()
This method returns the x axis coordinate.

Returns:
the xAxis

setYAxis

public void setYAxis(int yAxis)
This method sets the y axis coordinate.

Parameters:
yAxis - the yAxis to set

getYAxis

public int getYAxis()
This method returns the y axis coordinate.

Returns:
the yAxis

getIndividualName

public String getIndividualName()
This method returns the name of the Individual.

Returns:
name of the Individual

getIndividualPoint

public Ellipse2D getIndividualPoint()


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann