|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.dissection.DissectionSolution
public class DissectionSolution
The Class DissectionSolution.
Constructor Summary | |
---|---|
DissectionSolution(java.lang.String name,
ImageTextLabel graphic)
Instantiates a new dissection solution. |
Method Summary | |
---|---|
ImageTextLabel |
getGraphic()
Gets the graphic. |
java.lang.String |
getName()
Gets the name. |
void |
setGraphic(ImageTextLabel graphic)
Sets the graphic. |
void |
setName(java.lang.String name)
Sets the name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DissectionSolution(java.lang.String name, ImageTextLabel graphic)
name
- the namegraphic
- the graphicMethod Detail |
---|
public ImageTextLabel getGraphic()
public java.lang.String getName()
public void setGraphic(ImageTextLabel graphic)
graphic
- the new graphicpublic void setName(java.lang.String name)
name
- the new name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |