|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.dllearner.tools.protege.GraphicalCoveragePanel
public class GraphicalCoveragePanel
This class draws the graphical coverage of a learned concept.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.BaselineResizeBehavior |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, PROPERTIES, SOMEBITS |
| Constructor Summary | |
|---|---|
GraphicalCoveragePanel(EvaluatedDescription desc,
DLLearnerModel m,
String concept,
MoreDetailForSuggestedConceptsPanel p)
This is the constructor for the GraphicalCoveragePanel. |
|
| Method Summary | |
|---|---|
EvaluatedDescription |
getEvaluateddescription()
Returns the currently selected evaluated description. |
GraphicalCoveragePanel |
getGraphicalCoveragePanel()
This method returns the GraphicalCoveragePanel. |
Vector<IndividualPoint> |
getIndividualVector()
This method returns a Vector of all individuals that are drawn in the panel. |
MoreDetailForSuggestedConceptsPanel |
getMoreDetailForSuggestedConceptsPanel()
This method returns the MoreDetailForSuggestedConceptsPanel. |
int |
getShiftCovered()
|
int |
getShiftNewConcept()
|
int |
getShiftNewConceptX()
|
int |
getShiftOldConcept()
|
int |
getX1()
Returns the min. x value of the plus. |
int |
getX2()
Returns the max. x value of the plus. |
int |
getY1()
Returns the min. y value of the plus. |
int |
getY2()
Returns the max. y value of the plus. |
void |
unsetPanel()
Unsets the panel after plugin is closed. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GraphicalCoveragePanel(EvaluatedDescription desc,
DLLearnerModel m,
String concept,
MoreDetailForSuggestedConceptsPanel p)
desc - EvaluatedDescriptionm - DLLearnerModelconcept - Stringp - MoreDetailForSuggestedConceptsPanel| Method Detail |
|---|
public Vector<IndividualPoint> getIndividualVector()
public GraphicalCoveragePanel getGraphicalCoveragePanel()
public MoreDetailForSuggestedConceptsPanel getMoreDetailForSuggestedConceptsPanel()
public int getX1()
public int getX2()
public int getY1()
public int getY2()
public int getShiftOldConcept()
public int getShiftCovered()
public int getShiftNewConcept()
public int getShiftNewConceptX()
public void unsetPanel()
public EvaluatedDescription getEvaluateddescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||