|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hoplugins.teamAnalyzer.ui.TeamLineupData
This is an empty panel to display a lineup
Constructor Summary | |
TeamLineupData()
|
Method Summary | |
javax.swing.JPanel |
getKeeperPanel()
Get the Panel Keeper |
double |
getLeftAttack()
|
javax.swing.JPanel |
getLeftCentralDefenderPanel()
Get the Panel Left Central Defender |
double |
getLeftDefence()
TODO Missing Method Documentation |
javax.swing.JPanel |
getLeftForwardPanel()
Get the Panel Left Forward |
javax.swing.JPanel |
getLeftMidfieldPanel()
Get the Panel Left Midfield |
javax.swing.JPanel |
getLeftWingbackPanel()
Get the Panel Left Wingback |
javax.swing.JPanel |
getLeftWingPanel()
Get the Panel Left Wing |
double |
getMiddleAttack()
TODO Missing Method Documentation |
double |
getMiddleDefence()
TODO Missing Method Documentation |
double |
getMidfield()
TODO Missing Method Documentation |
double |
getRightAttack()
TODO Missing Method Documentation |
javax.swing.JPanel |
getRightCentralDefenderPanel()
Get the Panel Right Centraldefender |
double |
getRightDefence()
TODO Missing Method Documentation |
javax.swing.JPanel |
getRightForwardPanel()
Get the Panel Right Forward |
javax.swing.JPanel |
getRightMidfieldPanel()
Get the Panel Right Midfield |
javax.swing.JPanel |
getRightWingbackPanel()
Get the Panel Right Wingback |
javax.swing.JPanel |
getRightWingPanel()
Get the Panel Right Wing |
javax.swing.JLabel |
getTeamPanel()
Get the Name of the Team |
void |
setLeftAttack(double i)
TODO Missing Method Documentation |
void |
setLeftDefence(double i)
TODO Missing Method Documentation |
void |
setMiddleAttack(double i)
TODO Missing Method Documentation |
void |
setMiddleDefence(double i)
TODO Missing Method Documentation |
void |
setMidfield(double i)
TODO Missing Method Documentation |
void |
setRightAttack(double i)
TODO Missing Method Documentation |
void |
setRightDefence(double i)
TODO Missing Method Documentation |
void |
setTeamName(java.lang.String teamname)
Set the Name of the Team |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TeamLineupData()
Method Detail |
public javax.swing.JPanel getKeeperPanel()
public void setLeftAttack(double i)
i
- TODO Missing Method Parameter Documentationpublic double getLeftAttack()
public javax.swing.JPanel getLeftCentralDefenderPanel()
public void setLeftDefence(double i)
i
- TODO Missing Method Parameter Documentationpublic double getLeftDefence()
public javax.swing.JPanel getLeftForwardPanel()
public javax.swing.JPanel getLeftMidfieldPanel()
public javax.swing.JPanel getLeftWingPanel()
public javax.swing.JPanel getLeftWingbackPanel()
public void setMiddleAttack(double i)
i
- TODO Missing Method Parameter Documentationpublic double getMiddleAttack()
public void setMiddleDefence(double i)
i
- TODO Missing Method Parameter Documentationpublic double getMiddleDefence()
public void setMidfield(double i)
i
- TODO Missing Method Parameter Documentationpublic double getMidfield()
public void setRightAttack(double i)
i
- TODO Missing Method Parameter Documentationpublic double getRightAttack()
public javax.swing.JPanel getRightCentralDefenderPanel()
public void setRightDefence(double i)
i
- TODO Missing Method Parameter Documentationpublic double getRightDefence()
public javax.swing.JPanel getRightForwardPanel()
public javax.swing.JPanel getRightMidfieldPanel()
public javax.swing.JPanel getRightWingPanel()
public javax.swing.JPanel getRightWingbackPanel()
public void setTeamName(java.lang.String teamname)
teamname
- TODO Missing Constructuor Parameter Documentationpublic javax.swing.JLabel getTeamPanel()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |